summaryrefslogtreecommitdiff
path: root/src/core/above-tab-keycode.c
Commit message (Collapse)AuthorAgeFilesLines
* replace mutter with metacityAlberts Muktupāvels2018-09-091-2/+2
|
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* Fix crash in meta_display_get_above_tab_keycodeAdam Jackson2011-05-251-0/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=647777
* Add an "Above_Tab" pseudo-keysymOwen W. Taylor2011-01-051-0/+241
We want switching between the windows of an application to be an easily accessible operation. The convenient and memorable keybinding is the key above the tab key - but the keysym for that key isn't consistent across different keyboard layouts. Add code that figures out the key from the XKB geometry and a magic keysym name "Above_Tab" that refers to this key and switch the default binding for cycle_group to <Alt>Above_Tab. https://bugzilla.gnome.org/show_bug.cgi?id=635569