KeyHandler // Do not handle Ctrl+SymbolMenuKey.
This commit is contained in:
parent
3544af20c0
commit
efacfe37d8
|
@ -278,7 +278,7 @@ extension KeyHandler {
|
|||
|
||||
// MARK: Punctuation list
|
||||
|
||||
if input.isSymbolMenuPhysicalKey && !input.isShiftHold {
|
||||
if input.isSymbolMenuPhysicalKey, !input.isShiftHold, !input.isControlHold {
|
||||
if input.isOptionHold {
|
||||
if currentLM.hasUnigramsFor(key: "_punctuation_list") {
|
||||
if composer.isEmpty {
|
||||
|
|
Loading…
Reference in New Issue