config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

config (1701B)


      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=F9
     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 # Share Input State
     42 ShareInputState=No
     43 # Show preedit in application
     44 PreeditEnabledByDefault=True
     45 # Show Input Method Information when switch input method
     46 ShowInputMethodInformation=True
     47 # Show Input Method Information when changing focus
     48 showInputMethodInformationWhenFocusIn=False
     49 # Show compact input method information
     50 CompactInputMethodInformation=True
     51 # Show first input method information
     52 ShowFirstInputMethodInformation=True
     53 # Default page size
     54 DefaultPageSize=5
     55 # Override Xkb Option
     56 OverrideXkbOption=False
     57 # Custom Xkb Option
     58 CustomXkbOption=
     59 # Force Enabled Addons
     60 EnabledAddons=
     61 # Force Disabled Addons
     62 DisabledAddons=
     63 # Preload input method to be used by default
     64 PreloadInputMethod=True
     65 # Allow input method in the password field
     66 AllowInputMethodForPassword=False
     67 # Show preedit text when typing password
     68 ShowPreeditForPassword=False
     69 # Interval of saving user data in minutes
     70 AutoSavePeriod=30
     71