summaryrefslogtreecommitdiffstats
path: root/tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp
diff options
context:
space:
mode:
authorPrasanth Ullattil <prasanth.ullattil@nokia.com>2010-11-11 11:29:44 (GMT)
committerQt Commercial Integration <QtCommercial@digia.com>2012-01-31 10:24:49 (GMT)
commitbd42cec380ea2f5a91632377111edced7edac901 (patch)
tree5c975848877763bde1539eca0a6fea7e0719c9fb /tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp
parent5523cb9d8248494a6b00d2cc5e8b37fdc595af1e (diff)
downloadQt-bd42cec380ea2f5a91632377111edced7edac901.zip
Qt-bd42cec380ea2f5a91632377111edced7edac901.tar.gz
Qt-bd42cec380ea2f5a91632377111edced7edac901.tar.bz2
ShortcutOverride has no effect on some shortcuts on Mac OS X (Cocoa).
When generating the native key sequences for menu items, Qt prefers the non private unicode characters. But the characters in the NSEvent for keyboard events can contain characters form the unicode range reserved for Apple. For e.g. when user presses the "delete" key, the event contains NSDeleteFunctionKey, where in Qt is expecting NSDeleteCharacter. For now this is the only key identified for translation. If we find similar translations, those can be added to qt_mac_removePrivateUnicode(). Task-number: QTBUG-12495 Reviewed-by: Denis
Diffstat (limited to 'tests/auto/qdatetimeedit/tst_qdatetimeedit.cpp')
0 files changed, 0 insertions, 0 deletions