Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable <CAPS> and <BKSL> LevelThree modifiers
  • Loading branch information
stev47 committed Aug 26, 2013
1 parent e07c3e0 commit 6784499
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions symbols/de
Expand Up @@ -470,8 +470,16 @@ xkb_symbols "neo" {
name[Group1]= "German (Neo 2)";

include "shift(both_capslock)"
include "level3(caps_switch)"
include "level3(bksl_switch)"
// include "level3(caps_switch)"
key <CAPS> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ VoidSymbol ]
};
// include "level3(bksl_switch)"
key <BKSL> {
type[Group1]="ONE_LEVEL",
symbols[Group1] = [ VoidSymbol ]
};
include "level5(lsgt_switch)"
include "level5(ralt_switch)"
};
Expand Down

0 comments on commit 6784499

Please sign in to comment.