j
k
j a
j l
@elextr commented on this pull request.
/* control+shift+number */
- if(ev->state==5 || ev->state==21) { + if(ev->state & (GDK_CONTROL_MASK | GDK_SHIFT_MASK)) {
This tests for control or shift, not control and shift
Attachments:
Back to the thread
Back to the list