mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Ref T650, added more hotkeys such as OEM keys
* based on http://www.kbdlayout.info/ * OEM key solves accent / dead key issue for most cases * Mac/Linux parts still missing
This commit is contained in:
@@ -356,7 +356,7 @@ namespace BlackGui
|
||||
|
||||
void CHotkeyDialog::advancedKeyChanged(int oldIndex, int newIndex)
|
||||
{
|
||||
CKeySelectionBox *ksb = qobject_cast<CKeySelectionBox *>(sender());
|
||||
const CKeySelectionBox *ksb = qobject_cast<CKeySelectionBox *>(sender());
|
||||
Q_ASSERT(ksb);
|
||||
|
||||
if (ksb->itemData(oldIndex).canConvert<CKeyboardKey>() && ksb->itemData(newIndex).canConvert<CKeyboardKey>())
|
||||
|
||||
Reference in New Issue
Block a user