I define a shortcut using following Qt C++ code:
QShortcut *shortcut = new QShortcut(QKeySequence("Ctrl+Shift+S"), this); QObject::connect(shortcut, &am