diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2012-03-10 10:45:00 +0000 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2012-03-10 10:45:00 +0000 |
commit | c80a612fff86d5ce16a854530dc4ba302f3d6f0c (patch) | |
tree | 8b614435a547a8a97af5a55b7a9239458abc824e /compat | |
parent | 77d09b66a99b003171cf4d08fbba16b2c74c6c78 (diff) | |
download | xkeyboard-config-c80a612fff86d5ce16a854530dc4ba302f3d6f0c.tar.gz xkeyboard-config-c80a612fff86d5ce16a854530dc4ba302f3d6f0c.tar.bz2 xkeyboard-config-c80a612fff86d5ce16a854530dc4ba302f3d6f0c.zip |
Unneed norepeat compat section
Diffstat (limited to 'compat')
-rw-r--r-- | compat/Makefile.am | 2 | ||||
-rw-r--r-- | compat/norepeat | 9 |
2 files changed, 1 insertions, 10 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am index 54a659ee..70dc054b 100644 --- a/compat/Makefile.am +++ b/compat/Makefile.am @@ -5,7 +5,7 @@ accessx basic caps complete \ default iso9995 \ japan keypad ledcaps \ lednum ledscroll level5 \ -misc mousekeys norepeat \ +misc mousekeys \ olpc pc pc98 xfree86 \ xtest README diff --git a/compat/norepeat b/compat/norepeat deleted file mode 100644 index b510ea0c..00000000 --- a/compat/norepeat +++ /dev/null @@ -1,9 +0,0 @@ -// Put any otherwise normal keys that you don't want to repeat in -// this file - -default partial xkb_compatibility "norepeat" { - interpret Return { - action= NoAction(); - repeat= False; - }; -}; |