blob: 07b0b7a603efd6ded34a535cb43874d1d6500215 (
plain)
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;
};
};
|