mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 19:05:31 +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