summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-21 16:19:14 +1000
committerSergey V. Udaltsov <svu@gnome.org>2009-04-22 20:56:48 +0100
commit7d14f0231cb00526e6372890a6e54bee16719680 (patch)
tree5691137e9c923d82b9cbb7c692f11b03f1010a4b
parent0fb19f21dc6cd0a39c0192aab8e571568c0f8a22 (diff)
downloadxkeyboard-config-7d14f0231cb00526e6372890a6e54bee16719680.tar.gz
symbols: add Battery, WLAN, Sleep to acpi_common, Eject to media_common.
Hey Sergey, This is one I'm not 100% sure of, but if you could have a look at it - much appreciated. Just adding another set of the newer symbols to media_common and acpi_common. Cheers, Peter
-rw-r--r--symbols/inet4
1 files changed, 4 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet
index d55be81..a159021 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -31,6 +31,7 @@ xkb_symbols "media_common" {
key <I24> { [ XF86AudioStop, XF86Eject ] };
key <I2E> { [ XF86AudioLowerVolume ] };
key <I30> { [ XF86AudioRaiseVolume ] };
+ key <K5A> { [ XF86Eject ] };
};
// popular web navigation combination
@@ -55,6 +56,9 @@ xkb_symbols "acpi_common" {
key <I5E> { [ XF86PowerOff ] };
key <I5F> { [ XF86Standby ] };
key <I63> { [ XF86WakeUp ] };
+ key <I74> { [ XF86Battery ] };
+ key <I76> { [ XF86WLAN ] };
+ key <I16> { [ XF86Sleep ] };
};
// Combined sections, for simplicity