From 720617346de3a0d0445a7d0ad001848138b71912 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Mon, 10 Jan 2022 17:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E5=AD=97=E6=AF=8D=E9=81=B8?= =?UTF-8?q?=E5=AD=97=E6=8C=89=E9=8D=B5=E9=A1=AF=E7=A4=BA=E7=82=BA=E5=A4=A7?= =?UTF-8?q?=E5=AF=AB=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 經測試,該設定不會導致使用者需要摁住 SHIFT 來選字。 --- Source/PreferencesWindowController.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/PreferencesWindowController.m b/Source/PreferencesWindowController.m index 0dd1feb9..a7ae14ed 100644 --- a/Source/PreferencesWindowController.m +++ b/Source/PreferencesWindowController.m @@ -97,8 +97,8 @@ static NSString *const kDefaultKeys = @"123456789"; [self.selectionKeyComboBox removeAllItems]; [self.selectionKeyComboBox addItemsWithObjectValues:@[ kDefaultKeys, - @"asdfghjkl", - @"asdfzxcvb" + @"ASDFGHJKL", + @"ASDFZXCVB" ]]; NSString *ckeys = [[NSUserDefaults standardUserDefaults] stringForKey:kCandidateKeys];