UserDef // Fix a key name in UserDefaults.

This commit is contained in:
ShikiSuen 2023-09-03 16:32:22 +08:00
parent 80f9b9bb46
commit 368cf6bdd0
1 changed files with 1 additions and 1 deletions

View File

@ -59,8 +59,8 @@ public enum UserDef: String, CaseIterable {
case kAlsoConfirmAssociatedCandidatesByEnter = "AlsoConfirmAssociatedCandidatesByEnter" case kAlsoConfirmAssociatedCandidatesByEnter = "AlsoConfirmAssociatedCandidatesByEnter"
case kKeepReadingUponCompositionError = "KeepReadingUponCompositionError" case kKeepReadingUponCompositionError = "KeepReadingUponCompositionError"
case kTogglingAlphanumericalModeWithLShift = "TogglingAlphanumericalModeWithLShift" case kTogglingAlphanumericalModeWithLShift = "TogglingAlphanumericalModeWithLShift"
case kTogglingAlphanumericalModeWithRShift = "TogglingAlphanumericalModeWithRShift"
case kUpperCaseLetterKeyBehavior = "UpperCaseLetterKeyBehavior" case kUpperCaseLetterKeyBehavior = "UpperCaseLetterKeyBehavior"
case kTogglingAlphanumericalModeWithRShift = "togglingAlphanumericalModeWithRShift"
case kConsolidateContextOnCandidateSelection = "ConsolidateContextOnCandidateSelection" case kConsolidateContextOnCandidateSelection = "ConsolidateContextOnCandidateSelection"
case kHardenVerticalPunctuations = "HardenVerticalPunctuations" case kHardenVerticalPunctuations = "HardenVerticalPunctuations"
case kTrimUnfinishedReadingsOnCommit = "TrimUnfinishedReadingsOnCommit" case kTrimUnfinishedReadingsOnCommit = "TrimUnfinishedReadingsOnCommit"