diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-28 01:30:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-28 01:30:49 +0200 |
commit | 6de38bce5ccb509600788fc90c70d93db24b82a6 (patch) | |
tree | 72b1043c102e4cf9c46cf6eddbac5a957a23afcc /res/keyboard/compose/dead | |
parent | compose table: make an assumption that basic symbols are available (diff) | |
download | mds-6de38bce5ccb509600788fc90c70d93db24b82a6.tar.gz mds-6de38bce5ccb509600788fc90c70d93db24b82a6.tar.bz2 mds-6de38bce5ccb509600788fc90c70d93db24b82a6.tar.xz |
compose table: also assume we have the basic modifiers
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'res/keyboard/compose/dead')
-rw-r--r-- | res/keyboard/compose/dead | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/res/keyboard/compose/dead b/res/keyboard/compose/dead index a1f1eab..cab479d 100644 --- a/res/keyboard/compose/dead +++ b/res/keyboard/compose/dead @@ -23,12 +23,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. +# warnings about those symbols not being available. We will also +# assume that we have the basic modifiers. assumption have_range "a" "z" have_range "A" "Z" have_range "0" "9" have_chars " !\"#$%&'()*+,-./:;<=>?@[\]^_`{|}~" + have <dead compose> + have <shift> + have <altgr> + have <alt> + have <ctrl> end assumption |