Behebt einen Bug (#135), der mit r1879 wieder aufgetreten ist.
Das sehr ähnliche Problem #129 besteht allerdings weiterhin. git-svn-id: https://svn.neo-layout.org@1885 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
01f6e0b929
commit
558b776a73
1 changed files with 1 additions and 3 deletions
|
@ -25,9 +25,7 @@ partial modifier_keys
|
|||
xkb_symbols "neomod_map" {
|
||||
key <MDSW> {
|
||||
type[Group1] = "ONE_LEVEL",
|
||||
vmods[Group1] = LevelFive,
|
||||
symbols[Group1] = [ NoSymbol ],
|
||||
actions[Group1] = [ SetMods(modifiers=LevelFive) ]
|
||||
symbols[Group1] = [ ISO_Level5_Shift ]
|
||||
};
|
||||
modifier_map Mod3 { <MDSW> };
|
||||
key <HYPR> {
|
||||
|
|
Loading…
Reference in a new issue