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