aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/compat/norepeat
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/xkeyboard-config/compat/norepeat')
-rw-r--r--xorg-server/xkeyboard-config/compat/norepeat11
1 files changed, 11 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/compat/norepeat b/xorg-server/xkeyboard-config/compat/norepeat
new file mode 100644
index 000000000..07b0b7a60
--- /dev/null
+++ b/xorg-server/xkeyboard-config/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;
+ };
+};