Comment 4 for bug 1686937

Revision history for this message
Mikel Ward (mbward) wrote : Re: ctrl+shift+minus overridden by control+minus

Hmm, that doesn't work if e.g. Num Lock is pressed.

Next thought: try doing gdk_keymap_add_virtual_modifiers then mask out everything except SHIFT, CONTROL, SUPER, HYPER, and META (and maybe LOCK). Hopefully there is already a library for this, or there is a better approach.