diff options
author | Frédéric Boiteux <fboiteux@free.fr> | 2009-10-21 17:40:24 +0200 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2009-11-25 22:26:31 +0000 |
commit | 726e0afc3356178b97b19d5c33a0b00f0f7f5194 (patch) | |
tree | 05b4c73a64ce3b45c84a9ee35b9cdcfefed20ff8 | |
parent | fed159ae686aaee916c62bf395dd69f11ece2745 (diff) |
Add multimedia key definitions to TypeMatrix 2030 USB keyboard.
-rw-r--r-- | rules/base.lists.part | 2 | ||||
-rw-r--r-- | rules/base.m_s.part | 2 | ||||
-rw-r--r-- | symbols/inet | 10 |
3 files changed, 13 insertions, 1 deletions
diff --git a/rules/base.lists.part b/rules/base.lists.part index 3c3b4389..a264bc55 100644 --- a/rules/base.lists.part +++ b/rules/base.lists.part @@ -66,7 +66,7 @@ silvercrest \ sk1300 sk2500 sk6200 sk7100 \ sven sven303 symplon \ - toshiba_s3000 trust trustda \ + tm2030USB toshiba_s3000 trust trustda \ unitekkb1925 yahoo // all layouts with 3rd and 4th groups diff --git a/rules/base.m_s.part b/rules/base.m_s.part index 13621e79..6ff950bc 100644 --- a/rules/base.m_s.part +++ b/rules/base.m_s.part @@ -42,6 +42,8 @@ targa_v811 = +inet(media_nav_acpi_common) thinkpad = +inet(media_nav_common) thinkpadz60 = +inet(thinkpad60) + tm2030USB-102 = +inet(tm2030USB) + tm2030USB-106 = +inet(tm2030USB) trust_slimline = +inet(media_nav_acpi_common) vsonku306 = +inet(microsoftprooem) $inetkbds = +inet(%m) diff --git a/symbols/inet b/symbols/inet index f6cd6ac9..4f0be771 100644 --- a/symbols/inet +++ b/symbols/inet @@ -1821,3 +1821,13 @@ partial alphanumeric_keys xkb_symbols "pc105" { include "inet(media_nav_acpi_common)" }; + +// TypeMatrix + +// TypeMatrix 2030USB +partial alphanumeric_keys +xkb_symbols "tm2030USB" { + include "inet(media_nav_acpi_common)" + + key <K6C> { [ XF86Eject ] }; +}; |