KeyHandler // Do not call symbol menu if IME is deactivated.
This commit is contained in:
parent
c9d7409cc0
commit
a5fa879441
|
@ -277,7 +277,7 @@ extension KeyHandler {
|
||||||
|
|
||||||
// MARK: Punctuation list
|
// MARK: Punctuation list
|
||||||
|
|
||||||
if input.isSymbolMenuPhysicalKey, !input.isShiftHold, !input.isControlHold {
|
if input.isSymbolMenuPhysicalKey, !input.isShiftHold, !input.isControlHold, state.type != .ofDeactivated {
|
||||||
if input.isOptionHold {
|
if input.isOptionHold {
|
||||||
if currentLM.hasUnigramsFor(key: "_punctuation_list") {
|
if currentLM.hasUnigramsFor(key: "_punctuation_list") {
|
||||||
if composer.isEmpty {
|
if composer.isEmpty {
|
||||||
|
|
Loading…
Reference in New Issue