OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => OpenZaurus/Opie/Qtopia => Topic started by: koan on May 22, 2010, 05:35:55 pm

Title: Qkeyevent For "fn"
Post by: koan on May 22, 2010, 05:35:55 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
Title: Qkeyevent For "fn"
Post by: koan on May 23, 2010, 04:53:17 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.