From d1ce01889b96a93b8d85d94b9a8e2c65356d136a Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sun, 16 Jan 2022 14:14:29 +0800 Subject: [PATCH] Shiki: More candidate key presets. --- Source/PreferencesWindowController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PreferencesWindowController.swift b/Source/PreferencesWindowController.swift index 2cd38ed2..5e7b3fe3 100644 --- a/Source/PreferencesWindowController.swift +++ b/Source/PreferencesWindowController.swift @@ -135,7 +135,7 @@ extension RangeReplaceableCollection where Element: Hashable { basisKeyboardLayoutButton.select(chosenItem ?? usKeyboardLayoutItem) selectionKeyComboBox.usesDataSource = false selectionKeyComboBox.removeAllItems() - selectionKeyComboBox.addItems(withObjectValues: [Preferences.defaultKeys, "ASDFGHJKL", "ASDFZXCVB"]) + selectionKeyComboBox.addItems(withObjectValues: [Preferences.defaultKeys, "234567890", "QWERTYUIO", "QWERTASDF", "ASDFGHJKL", "ASDFZXCVB"]) var candidateSelectionKeys = Preferences.candidateKeys ?? Preferences.defaultKeys if candidateSelectionKeys.isEmpty {