summaryrefslogtreecommitdiff
path: root/symbols/jp
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2010-11-13 00:22:45 +0000
committerSergey V. Udaltsov <svu@gnome.org>2010-11-13 00:22:45 +0000
commit240a40cbd3c2dea858e84868d423b3d826efa2dc (patch)
treec3587d0f0e34f8259302a0ea8485dbfbae223516 /symbols/jp
parent1bc01a5eaa1180c026ebf8fc75e9bc3cb6876c66 (diff)
downloadxkeyboard-config-240a40cbd3c2dea858e84868d423b3d826efa2dc.tar.gz
Added sanwa kbd model, jp(kana86) variant
https://bugs.freedesktop.org/show_bug.cgi?id=31340
Diffstat (limited to 'symbols/jp')
-rw-r--r--symbols/jp28
1 files changed, 28 insertions, 0 deletions
diff --git a/symbols/jp b/symbols/jp
index 68ffff7..3da0dd5 100644
--- a/symbols/jp
+++ b/symbols/jp
@@ -116,6 +116,34 @@ xkb_symbols "OADG109A" {
key <AE13> { [ yen, bar ] };
};
+// 86 keys with kana map
+partial alphanumeric_keys
+xkb_symbols "kana86" {
+
+ include "pc(function)"
+ include "pc(editing)"
+ include "keypad(numoperdecsep)"
+ include "altwin(menu)"
+ include "jp(kana)"
+ include "jp(OADG109A)"
+ name[Group1]= "Japan - Kana 86";
+
+ key <ESC> { [ Escape ] };
+ key <NMLK> { [ Num_Lock, Pointer_EnableKeys ] };
+ key <BKSP> { [ BackSpace ] };
+ key <TAB> { [ Tab, ISO_Left_Tab ] };
+ key <RTRN> { [ Return ] };
+ key <LFSH> { [ Shift_L ] };
+ key <RTSH> { [ Shift_R ] };
+ key <LWIN> { [ Super_L ] };
+ key <LALT> { [ Alt_L ] };
+ key <SPCE> { [ space ] };
+ key <RALT> { [ Alt_R ] };
+// for compatability with other keyboards connected at the same time
+ key <RWIN> { [ Super_R ] };
+ key <RCTL> { [ Control_R ] };
+};
+
partial alphanumeric_keys
xkb_symbols "kana" {