KeyHandler // Trim useless comments.
This commit is contained in:
parent
6b23432eda
commit
b6f8939928
|
@ -372,7 +372,6 @@ extension KeyHandler {
|
|||
|
||||
// MARK: 摁住 Shift+字母鍵 的處理 (Shift+Letter Processing)
|
||||
|
||||
// 這裡不使用小麥注音 2.2 版的組字區處理方式,而是直接由詞庫負責。
|
||||
if input.isUpperCaseASCIILetterKey, !input.isCommandHold, !input.isControlHold {
|
||||
if input.isShiftHold { // 這裡先不要判斷 isOptionHold。
|
||||
switch mgrPrefs.upperCaseLetterKeyBehavior {
|
||||
|
|
Loading…
Reference in New Issue