13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
// $Xorg: sym_interp1,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
|
|
xkb_compatibility "torture1"
|
|
|
|
interpret Control_L {
|
|
locking= False;
|
|
action= SetMods(mods=Control);
|
|
};
|
|
|
|
interpret Control_R {
|
|
locking= True;
|
|
action= NoAction();
|
|
};
|