KeyHandler // Trim useless comments.

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

View File

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