1 // Most keyboards have the EuroSign engraved on the E key
4 key <AD03> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
7 // Many Apple keyboards have the EuroSign engraved on the 2 key
10 key <AE02> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
13 // Some keyboards have the EuroSign engraved on the 4 key
16 key <AE04> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };
19 // Many keyboards have the EuroSign engraved on the 5 key
22 key <AE05> { [ NoSymbol, NoSymbol, EuroSign, NoSymbol ] };