Add a way to get the current modifier state
Xkb makes this available to us, and it is useful if you want to do easter eggs that are triggered by Alt.
This commit is contained in:
@ -631,6 +631,7 @@ gdk_keymap_get_direction
|
||||
gdk_keymap_have_bidi_layouts
|
||||
gdk_keymap_get_caps_lock_state
|
||||
gdk_keymap_get_num_lock_state
|
||||
gdk_keymap_get_modifier_state
|
||||
gdk_keymap_add_virtual_modifiers
|
||||
gdk_keymap_map_virtual_modifiers
|
||||
gdk_keymap_get_modifier_mask
|
||||
|
||||
Reference in New Issue
Block a user