SessionCtl // Fill missing parameters.

This commit is contained in:
ShikiSuen 2023-01-28 16:12:25 +08:00
parent c2d1c3971c
commit 568cf686c3
1 changed files with 3 additions and 1 deletions

View File

@ -88,7 +88,9 @@ public class SessionCtl: IMKInputController {
/// Shift
/// - Remark: Struct Caps Lock Shift
public static var theShiftKeyDetector = ShiftKeyUpChecker(
useLShift: PrefMgr.shared.togglingAlphanumericalModeWithLShift)
useLShift: PrefMgr.shared.togglingAlphanumericalModeWithLShift,
useRShift: PrefMgr.shared.togglingAlphanumericalModeWithRShift
)
///
public static var isVerticalTyping: Bool = false