diff options
author | Daniel Stone <daniel@fooishbar.org> | 2012-08-03 03:54:44 +0200 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2012-08-08 16:23:30 +0200 |
commit | 6701fb5fe530d4ebe89c87d5d72ca47966bdb41c (patch) | |
tree | c70d034209a61ba2b630b14be72604e12d46dfbe /test | |
parent | 5968c5e6a87eb6c4a618443357487439fb244ac3 (diff) |
stringcomp: Remove unnecessary Level1 mappings
As a map will implicitly go to level one unless explicitly mentioned
otherwise, remove all explicit =Level1 mappings, except for those with
preserve entries.
Signed-off-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'test')
-rw-r--r-- | test/data/keymaps/stringcomp.data | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/data/keymaps/stringcomp.data b/test/data/keymaps/stringcomp.data index 1e39d1c..2ee5e66 100644 --- a/test/data/keymaps/stringcomp.data +++ b/test/data/keymaps/stringcomp.data @@ -379,7 +379,6 @@ xkb_keymap { }; type "LOCAL_EIGHT_LEVEL" { modifiers= Shift+Lock+Control+LevelThree; - map[Shift+Lock]= Level1; map[Shift]= Level2; map[Lock]= Level2; map[LevelThree]= Level3; @@ -525,7 +524,6 @@ xkb_keymap { }; type "FOUR_LEVEL_MIXED_KEYPAD" { modifiers= Shift+NumLock+LevelThree; - map[Shift+NumLock]= Level1; map[NumLock]= Level2; map[Shift]= Level2; map[LevelThree]= Level3; |