aboutsummaryrefslogtreecommitdiffstats
path: root/res/keyboard/mods/invert_keypad
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-10-24 18:49:38 +0200
committerMattias Andrée <maandree@operamail.com>2014-10-24 18:49:38 +0200
commit20a5eab89f11d3943ab667487599b749e85eb3aa (patch)
tree81e4f5f45f36c48508ee942570be7628b11d2d4e /res/keyboard/mods/invert_keypad
parentwhoops (diff)
downloadmds-20a5eab89f11d3943ab667487599b749e85eb3aa.tar.gz
mds-20a5eab89f11d3943ab667487599b749e85eb3aa.tar.bz2
mds-20a5eab89f11d3943ab667487599b749e85eb3aa.tar.xz
kbd misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res/keyboard/mods/invert_keypad')
-rw-r--r--res/keyboard/mods/invert_keypad36
1 files changed, 18 insertions, 18 deletions
diff --git a/res/keyboard/mods/invert_keypad b/res/keyboard/mods/invert_keypad
index 3e688ab..a31064d 100644
--- a/res/keyboard/mods/invert_keypad
+++ b/res/keyboard/mods/invert_keypad
@@ -1,20 +1,20 @@
-<num keypad home> : "1"
-<num keypad up> : "2"
-<num keypad pgup> : "3"
-<num keypad left> : "4"
-<num keypad begin> : "5"
-<num keypad right> : "6"
-<num keypad end> : "7"
-<num keypad down> : "8"
-<num keypad pgdown> : "9"
+<num keypad home> : "\digit(1)"
+<num keypad up> : "\digit(2)"
+<num keypad pgup> : "\digit(3)"
+<num keypad left> : "\digit(4)"
+<num keypad begin> : "\digit(5)"
+<num keypad right> : "\digit(6)"
+<num keypad end> : "\digit(7)"
+<num keypad down> : "\digit(8)"
+<num keypad pgdown> : "\digit(9)"
-<shift keypad home> : "1"
-<shift keypad up> : "2"
-<shift keypad pgup> : "3"
-<shift keypad left> : "4"
-<shift keypad begin> : "5"
-<shift keypad right> : "6"
-<shift keypad end> : "7"
-<shift keypad down> : "8"
-<shift keypad pgdown> : "9"
+<shift keypad home> : "\digit(1)"
+<shift keypad up> : "\digit(2)"
+<shift keypad pgup> : "\digit(3)"
+<shift keypad left> : "\digit(4)"
+<shift keypad begin> : "\digit(5)"
+<shift keypad right> : "\digit(6)"
+<shift keypad end> : "\digit(7)"
+<shift keypad down> : "\digit(8)"
+<shift keypad pgdown> : "\digit(9)"