Pref // Disable certain options when Alphanumerical hotkey is disabled.

This commit is contained in:
ShikiSuen 2022-08-20 08:53:00 +08:00
parent 4e038ed27e
commit 88203899eb
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ struct suiPrefPaneDevZone: View {
mgrPrefs.shouldAlwaysUseShiftKeyAccommodation = selShouldAlwaysUseShiftKeyAccommodation mgrPrefs.shouldAlwaysUseShiftKeyAccommodation = selShouldAlwaysUseShiftKeyAccommodation
} }
) )
.disabled(mgrPrefs.disableShiftTogglingAlphanumericalMode)
Text( Text(
LocalizedStringKey( 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." "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."