parent
62c0825874
commit
965a6cdde7
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ ShortcutsSettings::ShortcutsSettings(const QString &settingsPath, QObject *paren
|
||||||
if (isKeyAllowed(*it, stringSequence)) {
|
if (isKeyAllowed(*it, stringSequence)) {
|
||||||
auto shortcut = getShortcut(*it);
|
auto shortcut = getShortcut(*it);
|
||||||
shortcut.setSequence(parseSequenceString(stringSequence));
|
shortcut.setSequence(parseSequenceString(stringSequence));
|
||||||
|
shortCuts.insert(*it, shortcut);
|
||||||
} else {
|
} else {
|
||||||
invalidItems.insert(*it, stringSequence);
|
invalidItems.insert(*it, stringSequence);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue