10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
|
// $Xorg: sym_interp4,v 1.3 2000/08/17 19:54:48 cpqbld Exp $
|
||
|
xkb_compatibility "torture4"
|
||
|
|
||
|
virtual_modifiers NumLock,AltGr;
|
||
|
|
||
|
interpret Mode_switch {
|
||
|
virtualMod= AltGr;
|
||
|
action= SetGroup(group=2);
|
||
|
};
|