eurosign revision 154daed1
1// $XKeyboardConfig: xkeyboard-config/symbols/eurosign,v 1.3 2007-12-25 23:26:13 svu Exp $ 2 3// Most keyboards have the EuroSign engraved on the E key 4partial 5xkb_symbols "e" { 6 key <AD03> { [ NoSymbol, NoSymbol, EuroSign ] }; 7}; 8 9// Many Apple keyboards have the EuroSign engraved on the 2 key 10partial 11xkb_symbols "2" { 12 key <AE02> { [ NoSymbol, NoSymbol, EuroSign ] }; 13}; 14 15// Some keyboards have the EuroSign engraved on the 4 key 16partial 17xkb_symbols "4" { 18 key <AE04> { [ NoSymbol, NoSymbol, EuroSign ] }; 19}; 20 21// Many keyboards have the EuroSign engraved on the 5 key 22partial 23xkb_symbols "5" { 24 key <AE05> { [ NoSymbol, NoSymbol, EuroSign ] }; 25}; 26 27