dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

config (1368B)


      1 [Hotkey]
      2 # Enumerate when press trigger key repeatedly
      3 EnumerateWithTriggerKeys=True
      4 # Skip first input method while enumerating
      5 EnumerateSkipFirst=False
      6 
      7 [Hotkey/TriggerKeys]
      8 0=Control+space
      9 1=Zenkaku_Hankaku
     10 2=Hangul
     11 
     12 [Hotkey/AltTriggerKeys]
     13 0=Shift_L
     14 
     15 [Hotkey/EnumerateForwardKeys]
     16 0=Control+Shift_L
     17 
     18 [Hotkey/EnumerateBackwardKeys]
     19 0=Control+Shift_R
     20 
     21 [Hotkey/EnumerateGroupForwardKeys]
     22 0=Super+space
     23 
     24 [Hotkey/EnumerateGroupBackwardKeys]
     25 0=Shift+Super+space
     26 
     27 [Hotkey/ActivateKeys]
     28 0=Hangul_Hanja
     29 
     30 [Hotkey/DeactivateKeys]
     31 0=Hangul_Romaja
     32 
     33 [Hotkey/PrevPage]
     34 0=Up
     35 
     36 [Hotkey/NextPage]
     37 0=Down
     38 
     39 [Hotkey/PrevCandidate]
     40 0=Shift+Tab
     41 
     42 [Hotkey/NextCandidate]
     43 0=Tab
     44 
     45 [Hotkey/TogglePreedit]
     46 0=Control+Alt+P
     47 
     48 [Behavior]
     49 # Active By Default
     50 ActiveByDefault=False
     51 # Share Input State
     52 ShareInputState=No
     53 # Show preedit in application
     54 PreeditEnabledByDefault=True
     55 # Show Input Method Information when switch input method
     56 ShowInputMethodInformation=True
     57 # Show Input Method Information when changing focus
     58 showInputMethodInformationWhenFocusIn=False
     59 # Show compact input method information
     60 CompactInputMethodInformation=True
     61 # Show first input method information
     62 ShowFirstInputMethodInformation=True
     63 # Default page size
     64 DefaultPageSize=5
     65 # Force Enabled Addons
     66 EnabledAddons=
     67 # Force Disabled Addons
     68 DisabledAddons=
     69 # Preload input method to be used by default
     70 PreloadInputMethod=True
     71