diff options
Diffstat (limited to 'xorg-server/xkeyboard-config/compat/norepeat')
-rw-r--r-- | xorg-server/xkeyboard-config/compat/norepeat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/xorg-server/xkeyboard-config/compat/norepeat b/xorg-server/xkeyboard-config/compat/norepeat deleted file mode 100644 index 1f47d7e17..000000000 --- a/xorg-server/xkeyboard-config/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;
- };
-};
|