PDA

View Full Version : How to make QAction::shortcuts case insensitive



jyoti kumar
5th September 2007, 11:18
Hi,
On Linux, shortcuts set for QAction objects are case sensitive, how to make them case insensitive?

Thanks & Regards
Jyoti

rajesh
5th September 2007, 12:57
set shortcut key like this:
QAction::setShortcuts ( QKeySequence(tr("Ctrl+P, Ctrl+p")));

jpn
5th September 2007, 18:53
On Linux, shortcuts set for QAction objects are case sensitive, how to make them case insensitive?
Pressing shift changes the key sequence..

jyoti kumar
10th September 2007, 09:23
setting multiple shortcuts is not working, Also I could not get : PRessing Shift will change the key sequence.

Thanks & Regards
Jyoti