koan
May 22 2010, 01:35 PM
Hi
What is the QKeyEvent for the Fn key as a modifier in the Sharp ROM ?
I tried checking QKeyEvent::state() == Qt::ControlButton but this didn't work.
If anyone knows I can save some time.
Thanks
koan
May 23 2010, 12:53 PM
The answer is that the Fn key does not work as a modifier, at least not under the Sharp ROM. There is no QKeyEvent::state() change when you use Fn+(another key).
For the record, Fn alone has a key() value of 4165 and Fn pressed in combination with another key will generate key() values of ~ 100-200.