diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-11 16:19:04 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-11 16:19:04 +0100 |
commit | 41eb4ac9c8bf9e5961a7b97b87e0db37714f2375 (patch) | |
tree | 2131d540f18b6fac9ca2c8b2d01789e34b9dd7ee /res/keyboard/layout/common/base | |
parent | whitespace (diff) | |
download | mds-41eb4ac9c8bf9e5961a7b97b87e0db37714f2375.tar.gz mds-41eb4ac9c8bf9e5961a7b97b87e0db37714f2375.tar.bz2 mds-41eb4ac9c8bf9e5961a7b97b87e0db37714f2375.tar.xz |
m + fix errors in layout files
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res/keyboard/layout/common/base')
-rw-r--r-- | res/keyboard/layout/common/base | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/keyboard/layout/common/base b/res/keyboard/layout/common/base index 40bca3a..eb78fd1 100644 --- a/res/keyboard/layout/common/base +++ b/res/keyboard/layout/common/base @@ -1,3 +1,15 @@ +assumption + function digit/1 + \add(\1 "0") + end function + function comma/0 + "," + end function + function altcomma/0 + "." + end function +end assumption + include "control_keys" include "keypad" include "../../compose/dead" |