10 lines
198 B
Plaintext
10 lines
198 B
Plaintext
|
// 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;
|
||
|
};
|
||
|
};
|