From 88203899ebca11549325de19eb66f835db9f485b Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Sat, 20 Aug 2022 08:53:00 +0800 Subject: [PATCH] Pref // Disable certain options when Alphanumerical hotkey is disabled. --- Source/Modules/UIModules/PrefUI/suiPrefPaneDevZone.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Modules/UIModules/PrefUI/suiPrefPaneDevZone.swift b/Source/Modules/UIModules/PrefUI/suiPrefPaneDevZone.swift index 375a8681..ec1b3092 100644 --- a/Source/Modules/UIModules/PrefUI/suiPrefPaneDevZone.swift +++ b/Source/Modules/UIModules/PrefUI/suiPrefPaneDevZone.swift @@ -81,6 +81,7 @@ struct suiPrefPaneDevZone: View { mgrPrefs.shouldAlwaysUseShiftKeyAccommodation = selShouldAlwaysUseShiftKeyAccommodation } ) + .disabled(mgrPrefs.disableShiftTogglingAlphanumericalMode) Text( LocalizedStringKey( "Some client apps (like Chromium-cored browsers: MS Edge, Google Chrome, etc.) may duplicate Shift-key inputs due to their internal bugs, and their devs are less likely to fix their bugs of such. vChewing has its accommodation procedures enabled by default for known Chromium-cored browsers. If you want the same accommodation for other client apps, please tick this checkbox on."