diff options
Diffstat (limited to 'xorg-server/xkeyboard-config/compat/default.in')
-rw-r--r-- | xorg-server/xkeyboard-config/compat/default.in | 14 |
1 files changed, 14 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..090793fd7 --- /dev/null +++ b/xorg-server/xkeyboard-config/compat/default.in @@ -0,0 +1,14 @@ +// $XKeyboardConfig$ +// $Xorg: default,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ +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)" +}; |