mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
Fix Mac OS X keyboard inputs
This commit is contained in:
@@ -192,7 +192,7 @@ namespace BlackInput
|
||||
}
|
||||
}
|
||||
|
||||
if (oldCombination == m_keyCombination)
|
||||
if (oldCombination != m_keyCombination)
|
||||
{
|
||||
emit keyCombinationChanged(m_keyCombination);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user