GNOME Bugzilla – Bug 632155
meta_display_get_keybinding_action: remove keysym parameter
Last modified: 2010-10-25 20:38:32 UTC
meta_display_process_key_event() always looks up events based on the "default" keysym for the keycode, so we should do the same here. This fixes, eg, the lookup of Shift-Alt-Tab (which would otherwise be unrecognized because the keysym would be XK_ISO_Left_Tab rather than XK_Tab).
Created attachment 172362 [details] [review] meta_display_get_keybinding_action: remove keysym parameter
Review of attachment 172362 [details] [review]: OK
Attachment 172362 [details] pushed as 03578b6 - meta_display_get_keybinding_action: remove keysym parameter