xref: /aosp_15_r20/external/libxkbcommon/test/data/keymaps/syntax-error2.xkb (revision 2b949d0487e80d67f1fda82db69e101e761f8064)
1*2b949d04SAndroid Build Coastguard Workerxkb_keymap {
2*2b949d04SAndroid Build Coastguard Workerxkb_compatibility "complete" {
3*2b949d04SAndroid Build Coastguard Worker    interpret ISO_Level2_Latch+Exactly(Shift) {
4*2b949d04SAndroid Build Coastguard Worker        action == LatchMods(modifiers=Shift,clearLocks,latchToLock);
5*2b949d04SAndroid Build Coastguard Worker    };
6*2b949d04SAndroid Build Coastguard Worker};
7*2b949d04SAndroid Build Coastguard Worker};
8