Comment 1 for bug 1566805

Revision history for this message
Florian Schaukowitsch (fschauk) wrote :

I tried it on an OSX 10.9 VM, it is indeed not registering the key release. After some testing, it seems that key release events are not properly sent while the Command key is pressed, this is a Qt bug that has no fix yet: https://bugreports.qt.io/browse/QTBUG-36839

The attached patch changes the main modifier key to ALT/Option (on OSX only). The CMD key is used for the optional x5 speedup now, this seems to be kind of working.

This patch also fixes the "feature" where the movement does not stop if you release the control key before the arrow key.
Georg, was this desired to have or is it ok to fix it?