diff options
Diffstat (limited to '')
-rw-r--r-- | res/keyboard/compose/dead | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/res/keyboard/compose/dead b/res/keyboard/compose/dead index 4313ae0..a1f1eab 100644 --- a/res/keyboard/compose/dead +++ b/res/keyboard/compose/dead @@ -20,6 +20,18 @@ +# If we are compile this file as a stand-alone file we will pretend +# that the keyboard already have basic latin latters so can create a +# complete compose table from those symbols without getting a lot of +# warnings about those symbols not being available. +assumption + have_range "a" "z" + have_range "A" "Z" + have_range "0" "9" + have_chars " !\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~" +end assumption + + macro dead_ascii/1 <dead letter \1> [" " <dead letter \1>] : "\1" <dead compose> "\1" : <dead letter \1> |