// us_de: modify us keyboard to include // euro sign and german umlauts default partial alphanumeric_keys xkb_symbols "basic" { key { [ e, E ], [ EuroSign ] }; key { [ u, U ], [ udiaeresis, Udiaeresis ] }; key { [ o, O ], [ odiaeresis, Odiaeresis ] }; key { [ a, A ], [ adiaeresis, Adiaeresis ] }; key { [ s, S ], [ ssharp ] }; };