summaryrefslogtreecommitdiff
path: root/symbols/inet
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2010-10-15 22:22:46 +0200
committerSergey V. Udaltsov <svu@gnome.org>2010-11-13 00:45:37 +0000
commit017e1e1d89171c845d025f04e886b48ef6fd18b0 (patch)
treefe5fab5d53b1e1c258e56ada98c18c7592db590c /symbols/inet
parent673a5b5cf14c2c95f4bfdc5fbe0eef8a7e56ab3b (diff)
downloadxkeyboard-config-017e1e1d89171c845d025f04e886b48ef6fd18b0.tar.gz
Add htcdream keyboard model, with US,IT,DE keyboard variants
The IT and DE keyboard were mapped looking at real hardware that I have, but the US one was done looking at: http://upload.wikimedia.org/wikipedia/commons/1/18/T-Mobile_G1_launch_event_2.jpg Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
Diffstat (limited to 'symbols/inet')
-rw-r--r--symbols/inet28
1 files changed, 28 insertions, 0 deletions
diff --git a/symbols/inet b/symbols/inet
index 3f91252..b295b25 100644
--- a/symbols/inet
+++ b/symbols/inet
@@ -1827,3 +1827,31 @@ partial alphanumeric_keys
xkb_symbols "pc105" {
include "inet(media_nav_acpi_common)"
};
+
+// HTC Dream
+partial alphanumeric_keys
+xkb_symbols "htcdream" {
+ key <BKSP> { [ BackSpace ] };
+ key <RTRN> { [ Return ] };
+
+ //first row
+ key <AE01> { [ 1, 1, exclam, exclam ] };
+ key <AE02> { [ 2, 2, at, at ] };
+ key <AE03> { [ 3, 3, numbersign, numbersign ] };
+ key <AE04> { [ 4, 4, dollar, dollar ] };
+ key <AE05> { [ 5, 5, percent, percent ] };
+ key <AE06> { [ 6, 6, dead_circumflex, dead_circumflex ] };
+ key <AE07> { [ 7, 7, ampersand, ampersand ] };
+ key <AE08> { [ 8, 8, asterisk, asterisk ] };
+ key <AE09> { [ 9, 9, parenleft, parenleft ] };
+ key <AE10> { [ 0, 0, parenright, parenright ] };
+
+ //fifth row
+ key <LFSH> { [ Shift_L ] };
+ key <SPCE> { [ space ] };
+ key <AB09> { [ period, period, slash, slash ] };
+ key <RTSH> { [ Shift_R ] };
+
+ //modifiers
+ modifier_map Shift { <LFSH>, <RTSH> };
+};