diff options
Diffstat (limited to 'compat/norepeat')
-rw-r--r-- | compat/norepeat | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/compat/norepeat b/compat/norepeat new file mode 100644 index 00000000..07b0b7a6 --- /dev/null +++ b/compat/norepeat @@ -0,0 +1,11 @@ +// $Xorg: norepeat,v 1.3 2000/08/17 19:54:34 cpqbld Exp $ + +// 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; + }; +}; |