aboutsummaryrefslogtreecommitdiff
path: root/test/data/keymaps/basic.xkb
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/keymaps/basic.xkb')
-rw-r--r--test/data/keymaps/basic.xkb6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/data/keymaps/basic.xkb b/test/data/keymaps/basic.xkb
new file mode 100644
index 0000000..654aed6
--- /dev/null
+++ b/test/data/keymaps/basic.xkb
@@ -0,0 +1,6 @@
+xkb_keymap {
+ xkb_keycodes { include "evdev+aliases(qwerty)" };
+ xkb_types { include "complete" };
+ xkb_compat { include "complete" };
+ xkb_symbols { include "pc+us" };
+};