Single action for right soft key on windows mobile
-
I want to assign two actions to application menu to control application with left and right soft keys. Left action can be assigned by setDefaultAction as described in doc. But right action is always menu where application menu is inserted even if it is only one QAction(again as described in doc). Is there some way to assign QAction to right soft key without modifying QT sources?