// $XKeyboardConfig$ // Most keyboards have the EuroSign engraved on the E key partial xkb_symbols "e" { key { [ NoSymbol, NoSymbol, EuroSign ] }; }; // Many keyboards have the EuroSign engraved on the 5 key partial xkb_symbols "5" { key { [ NoSymbol, NoSymbol, EuroSign ] }; }; // Many Apple keyboards have the EuroSign engraved on the 2 key partial xkb_symbols "2" { key { [ NoSymbol, NoSymbol, EuroSign ] }; };