Comment 10 for bug 261573

Revision history for this message
In , Mikko Ohtamaa (mikko-red-innovation) wrote :

> Hmmmm and how we do with keyboard shortcuts that use the same keys as
> shortcuts?
> Like € and Alt+E?

This will possible require code level changes in xkb

1. Send third level character if it's available
2. Otherwise send it as normal Alt+key keystroke

or

do both

1. Send € character, but Alt (normal) E keycodes

I am not sure how xkb and applications interact. Are Alt+key shortcut keycode based or character based?