After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 580030 - Add support for a "meta key" which initiates extended WM operations
Add support for a "meta key" which initiates extended WM operations
Status: RESOLVED FIXED
Product: mutter
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2009-04-23 21:05 UTC by Owen Taylor
Modified: 2009-04-24 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add support for a "meta key" which initiates extended WM operations (11.82 KB, patch)
2009-04-23 21:05 UTC, Owen Taylor
none Details | Review

Description Owen Taylor 2009-04-23 21:05:47 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
Comment 1 Owen Taylor 2009-04-23 21:05:49 UTC
Created attachment 133216 [details] [review]
Add support for a "meta key" which initiates extended WM operations
Comment 2 Owen Taylor 2009-04-24 14:02:05 UTC
Pushed to master on git.gnome.org. (Thanks for looking the patches over, Tomas)