gnome-control-center/panels/keyboard
Florian Müllner eb3580ee9d media-keys: Handle 'Above_Tab' fake key
Mutter supports the 'Above_Tab' fake keysym that refers to the key
that is physically located above the tab key. It is used in the default
shortcut of the "Switch windows of an application" action.

As gtk_accelerator_parse() doesn't recognize the keysym, we display
the shortcut incorrectly as "disabled", and it is not taken into account
for conflict resolution.

Address this by translating binding that contains the 'Above_Tab' string
to bindings where the string is replaced with each possible keysym that
corresponds to the fixed keycode of KEY_GRAVE + 8.

https://gitlab.gnome.org/GNOME/gnome-control-center/issues/581
2019-09-10 13:32:08 +00:00
..
00-multimedia.xml.in keyboard: Add microphone mute key 2019-05-27 20:48:35 +00:00
01-input-sources.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-launchers.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-screenshot.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
01-system.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
50-accessibility.xml.in build: Migrate from Intltool to Gettext 2018-01-23 10:49:31 +01:00
cc-keyboard-item.c media-keys: Handle 'Above_Tab' fake key 2019-09-10 13:32:08 +00:00
cc-keyboard-item.h keyboard: Update code style 2018-05-29 13:50:17 -03:00
cc-keyboard-manager.c keyboard: Replace GObject boilerplace with G_DECLARE_TYPE 2018-05-29 15:44:19 +00:00
cc-keyboard-manager.h keyboard: Replace ifdefs with #pragma once 2018-05-29 15:44:19 +00:00
cc-keyboard-option.c keyboard: Replace GObject boilerplace with G_DECLARE_TYPE 2018-05-29 15:44:19 +00:00
cc-keyboard-option.h keyboard: Replace ifdefs with #pragma once 2018-05-29 15:44:19 +00:00
cc-keyboard-panel.c keyboard: Move "Reset All" to the start of the headerbar 2019-05-21 13:00:32 -03:00
cc-keyboard-panel.h keyboard: Replace ifdefs with #pragma once 2018-05-29 15:44:19 +00:00
cc-keyboard-panel.ui keyboard: Move "Reset All" to the start of the headerbar 2019-05-21 13:00:32 -03:00
cc-keyboard-shortcut-editor.c keyboard: Make .ui filename match the .c filename 2019-09-09 21:58:01 +00:00
cc-keyboard-shortcut-editor.h keyboard: Replace ifdefs with #pragma once 2018-05-29 15:44:19 +00:00
cc-keyboard-shortcut-editor.ui keyboard: Make .ui filename match the .c filename 2019-09-09 21:58:01 +00:00
enter-keyboard-shortcut.svg keyboard: add enter-new-shortcut asset 2016-09-08 17:12:17 +02:00
gnome-keybindings.pc.in [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
gnome-keyboard-panel.desktop.in.in keyboard: Rename panel to "Keyboard Shortcuts" 2019-05-21 12:01:15 -03:00
keyboard-shortcuts.c keyboard: Use g_auto for variables 2018-05-29 10:35:14 +12:00
keyboard-shortcuts.h keyboard: Add dedicated key combo type 2017-07-10 19:29:43 +02:00
keyboard.gresource.xml keyboard: Make .ui filename match the .c filename 2019-09-09 21:58:01 +00:00
meson.build keyboard: Make .ui filename match the .c filename 2019-09-09 21:58:01 +00:00
wm-common.c keyboard: Remove deprecated gdk_error_trap_push|pop calls 2018-03-16 14:56:28 -03:00
wm-common.h keyboard: Trivial update to code style 2018-03-16 14:39:31 -03:00