Home
last modified time | relevance | path

Searched refs:newShortCut (Results 1 – 2 of 2) sorted by relevance

/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dapplet_p.cpp353 QString newShortCut = activationAction->shortcut().toString(); in globalShortcutChanged() local
355 if (newShortCut != oldShortCut) { in globalShortcutChanged()
356 shortcutConfig.writeEntry("global", newShortCut); in globalShortcutChanged()
/dports/editors/texstudio/texstudio-4.1.2/src/
H A Dconfigdialog.cpp86 …QString newShortCut = QKeySequence((e->modifiers() | e->key()) & ~Qt::KeypadModifier).toString(SHO… in keyPressEvent() local
87 int index = findText(newShortCut); in keyPressEvent()
89 else setEditText(newShortCut); in keyPressEvent()