aboutsummaryrefslogtreecommitdiff
path: root/test/data/keymaps/syntax-error2.xkb
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/keymaps/syntax-error2.xkb')
-rw-r--r--test/data/keymaps/syntax-error2.xkb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/data/keymaps/syntax-error2.xkb b/test/data/keymaps/syntax-error2.xkb
new file mode 100644
index 0000000..0ca28f2
--- /dev/null
+++ b/test/data/keymaps/syntax-error2.xkb
@@ -0,0 +1,7 @@
+xkb_keymap {
+xkb_compatibility "complete" {
+ interpret ISO_Level2_Latch+Exactly(Shift) {
+ action == LatchMods(modifiers=Shift,clearLocks,latchToLock);
+ };
+};
+};