projects
/
xorg
/
xkeyboard-config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added logiex110 model, b.fd.o#11686
[xorg/xkeyboard-config]
/
compat
/
norepeat
1
// $Xorg: norepeat,v 1.3 2000/08/17 19:54:34 cpqbld Exp $
2
3
// Put any otherwise normal keys that you don't want to repeat in
4
// this file
5
6
default partial xkb_compatibility "norepeat" {
7
interpret Return {
8
action= NoAction();
9
repeat= False;
10
};
11
};