From d8f81c980a46279ac619312a914b563144894512 Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 13 Jul 2010 07:48:55 +0000 Subject: Renamed xkbdata.src also on trunk since the current merging of subversion will loose all the changes in xkbdata.src when the directory is renamed on the source branch. --- xorg-server/xkeyboard-config/compat/norepeat | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 xorg-server/xkeyboard-config/compat/norepeat (limited to 'xorg-server/xkeyboard-config/compat/norepeat') 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; + }; +}; -- cgit v1.2.3