aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/compat/norepeat
blob: 1f47d7e17d16fc465c2ef6df63b62d5e603c2d90 (plain)
1
2
3
4
5
6
7
8
9
// 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;
    };
};