KeyHandler // Trim useless comments.

This commit is contained in:
ShikiSuen 2022-08-10 11:10:22 +08:00
parent 6b23432eda
commit b6f8939928
1 changed files with 0 additions and 1 deletions

View File

@ -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 {