Comment 10 for bug 1492200

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: Hotcue point conflict with hotkey for settings (on OS X)

I believe Qt supports Strg, but it's based on translations. It's possible this means we're not correctly loading the Qt translations on Mac.

This is the relevant method:
https://github.com/qtproject/qt/blob/4.8/src/gui/kernel/qkeysequence.cpp#L1195

Based on how we use it, it receives:
QKeySequencePrivate::decodeString("Strg+,", QKeySequence::NativeText)