diff options
author | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-12 07:18:46 +0100 |
commit | b91444584a64f4f7b3eaeee05ef36ac53691fb24 (patch) | |
tree | 2a66e96251ca0ee198c908d6bdbed2e1862fb310 /xorg-server/xkeyboard-config/compat/norepeat | |
parent | d483a0007d3a25fbf565436f655fa45b4265628a (diff) | |
download | vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.gz vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.tar.bz2 vcxsrv-b91444584a64f4f7b3eaeee05ef36ac53691fb24.zip |
xkeyboard-config fontconfig libX11 libXft libxcb mesa git update 12 Mar 2012
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;
- };
-};
|