File: syntax-error2.xkb

package info (click to toggle)
libxkbcommon 1.12.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,184 kB
  • sloc: ansic: 57,023; xml: 8,785; python: 7,449; yacc: 913; sh: 253; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 174 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
xkb_keymap {
xkb_compatibility "complete" {
    interpret ISO_Level2_Latch+Exactly(Shift) {
        action == LatchMods(modifiers=Shift,clearLocks,latchToLock);
    };
};
};