| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- xkb_keymap {
- xkb_keycodes {
- minimum = 1;
- maximum = 255;
- <a> = 1;
- <b> = 2;
- <c> = 3;
- indicator 1 = "a";
- };
- xkb_types {
- type "ONE_LEVEL" {
- modifiers= none;
- };
- };
- xkb_compatibility {
- interpret.useModMapMods= AnyLevel;
- interpret.repeat= False;
- interpret a+AnyOfOrNone(all) {
- action= LockControls(controls=none,affect=neither);
- };
- indicator "a" {
- groups= 0xfffffffa;
- };
- };
- xkb_symbols {
- name[1]="G1";
- key <a> {
- type[1]= "ONE_LEVEL",
- type[2]= "ONE_LEVEL",
- type[3]= "ONE_LEVEL",
- type[4]= "ONE_LEVEL",
- repeat= No,
- virtualMods= none,
- symbols[1]= [ a ],
- actions[1]= [ LockControls(controls=none,affect=neither) ],
- symbols[2]= [ a ],
- actions[2]= [ LockControls(controls=none,affect=neither) ],
- symbols[3]= [ a ],
- actions[3]= [ LockControls(controls=none,affect=neither) ],
- symbols[4]= [ a ],
- actions[4]= [ LockControls(controls=none,affect=neither) ]
- };
- key <b> {
- type[1]= "ONE_LEVEL",
- type[2]= "ONE_LEVEL",
- type[3]= "ONE_LEVEL",
- type[4]= "ONE_LEVEL",
- repeat= No,
- virtualMods= none,
- symbols[1]= [ NoSymbol ],
- actions[1]= [ LockControls(controls=none,affect=neither) ],
- symbols[2]= [ NoSymbol ],
- actions[2]= [ LockControls(controls=none,affect=neither) ],
- symbols[3]= [ NoSymbol ],
- actions[3]= [ LockControls(controls=none,affect=neither) ],
- symbols[4]= [ NoSymbol ],
- actions[4]= [ LockControls(controls=none,affect=neither) ]
- };
- key <c> {
- type[1]= "ONE_LEVEL",
- type[2]= "ONE_LEVEL",
- type[3]= "ONE_LEVEL",
- type[4]= "ONE_LEVEL",
- repeat= Yes,
- virtualMods= none,
- symbols[1]= [ 1 ],
- actions[1]= [ NoAction() ],
- symbols[2]= [ 2 ],
- actions[2]= [ NoAction() ],
- symbols[3]= [ 3 ],
- actions[3]= [ NoAction() ],
- symbols[4]= [ 4 ],
- actions[4]= [ NoAction() ]
- };
- };
- };
|