diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-11 04:34:43 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-11 04:40:26 +0100 |
commit | 6a43e15603fae243c30ca22f7be9d6473760eb36 (patch) | |
tree | a5627b13205462a140920dabf4b1055a5630c8fe /res/keyboard/mods/invert_keypad | |
parent | mds-kbdc: validate-tree: you can define functions and macros inside assumption-clauses (diff) | |
download | mds-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_keypad | 6 |
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)" |