GNOME Bugzilla – Bug 687018
xadapter: use level3 shift if possible
Last modified: 2012-10-30 05:36:27 UTC
Even though keysym remapping was fixed (bug 673547), remapping on each key press is still too expensive. Probably we should utilize Level3 shift modifier to produce desired keysym without remapping.
Created attachment 227433 [details] [review] xadapter: use level3 shift if possible
Review of attachment 227433 [details] [review]: Seems ok to me, but it would be good to add something more meaningful on the commit description (not just 'what' but also a little of 'why')
Thanks, improved the commit message. The following fix has been pushed: 0e34f29 xadapter: use level3 shift if possible
Created attachment 227611 [details] [review] xadapter: use level3 shift if possible Some international keyboards (such as Czech) assign more than two keysyms to each key. Use level 3 shift modifier (so called AltGr) to designate those keysyms and avoid needless keysym remapping.