diff options
Diffstat (limited to 'xorg-server/xkeyboard-config/compat/default.in')
-rw-r--r-- | xorg-server/xkeyboard-config/compat/default.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/compat/default.in b/xorg-server/xkeyboard-config/compat/default.in new file mode 100644 index 000000000..4c4461fb9 --- /dev/null +++ b/xorg-server/xkeyboard-config/compat/default.in @@ -0,0 +1,12 @@ +default xkb_compatibility "default" { + include "basic" + augment "mousekeys" + augment "accessx(basic)" + augment "misc" + augment "iso9995" + augment "level5" +// ??should be changed/renamed/removed +// augment "xfree86" + augment "japan" + augment "caps(caps_lock)" +}; |