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>master
parent
5968c5e6a8
commit
6701fb5fe5
|
@ -379,7 +379,6 @@ xkb_keymap {
|
||||||
};
|
};
|
||||||
type "LOCAL_EIGHT_LEVEL" {
|
type "LOCAL_EIGHT_LEVEL" {
|
||||||
modifiers= Shift+Lock+Control+LevelThree;
|
modifiers= Shift+Lock+Control+LevelThree;
|
||||||
map[Shift+Lock]= Level1;
|
|
||||||
map[Shift]= Level2;
|
map[Shift]= Level2;
|
||||||
map[Lock]= Level2;
|
map[Lock]= Level2;
|
||||||
map[LevelThree]= Level3;
|
map[LevelThree]= Level3;
|
||||||
|
@ -525,7 +524,6 @@ xkb_keymap {
|
||||||
};
|
};
|
||||||
type "FOUR_LEVEL_MIXED_KEYPAD" {
|
type "FOUR_LEVEL_MIXED_KEYPAD" {
|
||||||
modifiers= Shift+NumLock+LevelThree;
|
modifiers= Shift+NumLock+LevelThree;
|
||||||
map[Shift+NumLock]= Level1;
|
|
||||||
map[NumLock]= Level2;
|
map[NumLock]= Level2;
|
||||||
map[Shift]= Level2;
|
map[Shift]= Level2;
|
||||||
map[LevelThree]= Level3;
|
map[LevelThree]= Level3;
|
||||||
|
|
Loading…
Reference in New Issue