summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-04-21 16:57:05 +1000
committerSergey V. Udaltsov <svu@gnome.org>2009-04-22 20:46:32 +0100
commit0fb19f21dc6cd0a39c0192aab8e571568c0f8a22 (patch)
treea1ee2a7327f40c56e3facb2930d04a88146abd06
parent234a59fbc991b03d7eaed3c6c187b405c333c940 (diff)
downloadxkeyboard-config-0fb19f21dc6cd0a39c0192aab8e571568c0f8a22.tar.gz
rules: make pc105 an inetkbd, with media_nav_acpi_common.
Last patch for today :) We've been shipping this one for a year or so in Fedora, adding the default multi-media keys to the pc105 model. This isn't as necessary anymore since the default use of evdev (which includes it anyway), but nice for completeness.
-rw-r--r--rules/base.lists.part1
-rw-r--r--symbols/inet4
2 files changed, 5 insertions, 0 deletions
diff --git a/rules/base.lists.part b/rules/base.lists.part
index 7e75dfc..d2e8383 100644
--- a/rules/base.lists.part
+++ b/rules/base.lists.part
@@ -54,6 +54,7 @@
microsoftoffice microsoftmult \
mx1998 mx2500 mx2750 \
oretec \
+ pc105 \
presario propeller \
qtronix \
rapidaccess rapidaccess2 thinkpad60 \
diff --git a/symbols/inet b/symbols/inet
index e59271d..d55be81 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -1803,3 +1803,7 @@ xkb_symbols "compalfl90" {
key <II65> { [ XF86MonBrightnessDown ] };
};
+partial alphanumeric_keys
+xkb_symbols "pc105" {
+ include "inet(media_nav_acpi_common)"
+};