aboutsummaryrefslogtreecommitdiffstats
path: root/res/keyboard/mods/invert_keypad
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-11 04:34:43 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-11 04:40:26 +0100
commit6a43e15603fae243c30ca22f7be9d6473760eb36 (patch)
treea5627b13205462a140920dabf4b1055a5630c8fe /res/keyboard/mods/invert_keypad
parentmds-kbdc: validate-tree: you can define functions and macros inside assumption-clauses (diff)
downloadmds-6a43e15603fae243c30ca22f7be9d6473760eb36.tar.gz
mds-6a43e15603fae243c30ca22f7be9d6473760eb36.tar.bz2
mds-6a43e15603fae243c30ca22f7be9d6473760eb36.tar.xz
define help-functions inside assumption-clauses
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res/keyboard/mods/invert_keypad')
-rw-r--r--res/keyboard/mods/invert_keypad6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/keyboard/mods/invert_keypad b/res/keyboard/mods/invert_keypad
index a31064d..83e283d 100644
--- a/res/keyboard/mods/invert_keypad
+++ b/res/keyboard/mods/invert_keypad
@@ -1,3 +1,9 @@
+assumption
+ function digit/1
+ \add(\1 "0")
+ end function
+end assumption
+
<num keypad home> : "\digit(1)"
<num keypad up> : "\digit(2)"
<num keypad pgup> : "\digit(3)"