Sophie

Sophie

distrib > Mandriva > 2006.0 > i586 > by-pkgid > f16bb1ed01b2d12b27e0d6dbb558031d > files > 432

xorg-x11-6.9.0-5.10.20060mdk.i586.rpm

// This file was inspired by XFree86 version 3.3.2
// as distributed with RedHat Linux 5.1
// This file was created by Eric Moreau, 1998-09-27
// I am reachable at eric_moreau@compuserve.com
//
// $XFree86$
//
// This gives the Right Alt key (sometimes labeled
// as AltGr or Alt Car) the capability of displaying
// the third symbol labeled on your keys.

partial alphanumeric_keys
xkb_symbols "mode_switch" {
    key <RALT> { 
	symbols[Group1]= [ Mode_switch, Multi_key ],
	virtualMods= AltGr
	};
};