summaryrefslogtreecommitdiff
path: root/symbols/inet
diff options
context:
space:
mode:
authorBryce Harrington <bryce@canonical.com>2011-02-16 10:27:38 -0800
committerSergey V. Udaltsov <svu@gnome.org>2011-02-18 00:00:32 +0000
commit2df25f058048d381e6e1c71eca6097a8bee74feb (patch)
tree505fb4396030f0dfc6c892e58696fa874d7bdfa9 /symbols/inet
parentd6e26092800736873c88dbb19ea70746d5f1e217 (diff)
downloadxkeyboard-config-2df25f058048d381e6e1c71eca6097a8bee74feb.tar.gz
Add keycode definitions required for Apples Expose & Dashboard keys (F3/F4)
Apple's Expose and Dashboard keys (F3 and F4) have correct keycodes reported by evdev, but are not mapped. This adds the required keycodes and symbols, using the symbols XF86LaunchA and XF86LaunchB, which allows the keys to be used in compiz configuration. (This patch has been included in Ubuntu since 2010.) Bug: #34351 Ref.: https://bugs.launchpad.net/ubuntu/+bug/520519 Signed-off-by: Bryce Harrington <bryce@canonical.com>
Diffstat (limited to 'symbols/inet')
-rw-r--r--symbols/inet2
1 files changed, 2 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet
index 5d83ebf..7dadaa6 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -126,6 +126,7 @@ xkb_symbols "evdev" {
// key <I120> { [ ] }; // KEY_MACRO
key <I126> { [ plusminus ] };
+ key <I128> { [ XF86LaunchA ] };
key <I147> { [ XF86MenuKB ] };
key <I148> { [ XF86Calculator ] };
// key <I149> { [ ] }; // KEY_SETUP
@@ -174,6 +175,7 @@ xkb_symbols "evdev" {
key <I209> { [ XF86AudioPause ] };
key <I210> { [ XF86Launch3 ] };
key <I211> { [ XF86Launch4 ] };
+ key <I212> { [ XF86LaunchB ] };
key <I213> { [ XF86Suspend ] };
key <I214> { [ XF86Close ] };
key <I215> { [ XF86AudioPlay ] };