There should not be dead keys in de(nodeadkeys)
[xorg/xkeyboard-config] / compat / norepeat
1 // Put any otherwise normal keys that you don't want to repeat in
2 // this file
3
4 default partial xkb_compatibility "norepeat"  {
5     interpret Return {
6         action= NoAction();
7         repeat= False;
8     };
9 };