File: norepeat

package info (click to toggle)
console-setup 1.123
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, jessie-kfreebsd-proposed-updates
  • size: 28,676 kB
  • sloc: perl: 10,916; xml: 5,812; sh: 3,693; makefile: 749
file content (11 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (17)
1
2
3
4
5
6
7
8
9
10
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;
    };
};