config (1766B)
1 [Hotkey] 2 # Enumerate when press trigger key repeatedly 3 EnumerateWithTriggerKeys=True 4 # Temporally switch between first and current Input Method 5 AltTriggerKeys= 6 # Enumerate Input Method Forward 7 EnumerateForwardKeys= 8 # Enumerate Input Method Backward 9 EnumerateBackwardKeys= 10 # Skip first input method while enumerating 11 EnumerateSkipFirst=False 12 # Enumerate Input Method Group Forward 13 EnumerateGroupForwardKeys= 14 # Enumerate Input Method Group Backward 15 EnumerateGroupBackwardKeys= 16 # Activate Input Method 17 ActivateKeys= 18 # Deactivate Input Method 19 DeactivateKeys= 20 # Toggle embedded preedit 21 TogglePreedit= 22 23 [Hotkey/TriggerKeys] 24 0=Control+Super+S 25 26 [Hotkey/PrevPage] 27 0=Up 28 29 [Hotkey/NextPage] 30 0=Down 31 32 [Hotkey/PrevCandidate] 33 0=Shift+Tab 34 35 [Hotkey/NextCandidate] 36 0=Tab 37 38 [Behavior] 39 # Active By Default 40 ActiveByDefault=True 41 # Reset state on Focus In 42 resetStateWhenFocusIn=No 43 # Share Input State 44 ShareInputState=No 45 # Show preedit in application 46 PreeditEnabledByDefault=True 47 # Show Input Method Information when switch input method 48 ShowInputMethodInformation=True 49 # Show Input Method Information when changing focus 50 showInputMethodInformationWhenFocusIn=False 51 # Show compact input method information 52 CompactInputMethodInformation=True 53 # Show first input method information 54 ShowFirstInputMethodInformation=True 55 # Default page size 56 DefaultPageSize=10 57 # Override Xkb Option 58 OverrideXkbOption=False 59 # Custom Xkb Option 60 CustomXkbOption= 61 # Force Enabled Addons 62 EnabledAddons= 63 # Force Disabled Addons 64 DisabledAddons= 65 # Preload input method to be used by default 66 PreloadInputMethod=True 67 # Allow input method in the password field 68 AllowInputMethodForPassword=False 69 # Show preedit text when typing password 70 ShowPreeditForPassword=False 71 # Interval of saving user data in minutes 72 AutoSavePeriod=30 73