GNOME Bugzilla – Bug 580030
Add support for a "meta key" which initiates extended WM operations
Last modified: 2009-04-24 14:02:05 UTC
This patch adds the concept of a special key for WM operations, and the default is Super_L, which on extended PC hardware is the "Windows key". What we do is handle the special case of a press and release of this key (without any other intervening keys). Super_L+<key> should still be passed to applications. In the future we may want to also take some of these keybindings (e.g. Super+TAB) though. http://bugzilla.gnome.org/show_bug.cgi?id=563047
Created attachment 133216 [details] [review] Add support for a "meta key" which initiates extended WM operations
Pushed to master on git.gnome.org. (Thanks for looking the patches over, Tomas)