initial commit
This commit is contained in:
78
initial-resource/.config/fcitx5/config
Normal file
78
initial-resource/.config/fcitx5/config
Normal file
@@ -0,0 +1,78 @@
|
||||
[Hotkey]
|
||||
# 트리거 키를 반복해서 누를 때 열거하기
|
||||
EnumerateWithTriggerKeys=False
|
||||
# 입력기 전환
|
||||
EnumerateForwardKeys=
|
||||
# 입력기 역순으로 전환
|
||||
EnumerateBackwardKeys=
|
||||
# 열거하는 동안 첫 번째 입력기 건너뛰기
|
||||
EnumerateSkipFirst=False
|
||||
# 입력기 그룹 전환
|
||||
EnumerateGroupForwardKeys=
|
||||
# 입력기 그룹 역순으로 전환
|
||||
EnumerateGroupBackwardKeys=
|
||||
# 입력기 활성화
|
||||
ActivateKeys=
|
||||
# 입력기 비활성화
|
||||
DeactivateKeys=
|
||||
# Time limit in milliseconds for triggering modifier key shortcuts
|
||||
ModifierOnlyKeyTimeout=250
|
||||
|
||||
[Hotkey/TriggerKeys]
|
||||
0=Control+space
|
||||
1=Alt+Alt_R
|
||||
2=Hangul
|
||||
|
||||
[Hotkey/AltTriggerKeys]
|
||||
0=Shift_L
|
||||
|
||||
[Hotkey/PrevPage]
|
||||
0=Up
|
||||
|
||||
[Hotkey/NextPage]
|
||||
0=Down
|
||||
|
||||
[Hotkey/PrevCandidate]
|
||||
0=Shift+Tab
|
||||
|
||||
[Hotkey/NextCandidate]
|
||||
0=Tab
|
||||
|
||||
[Hotkey/TogglePreedit]
|
||||
0=Control+Alt+P
|
||||
|
||||
[Behavior]
|
||||
# 기본적으로 활성화
|
||||
ActiveByDefault=False
|
||||
# Reset state on Focus In
|
||||
resetStateWhenFocusIn=No
|
||||
# 입력 상태 공유
|
||||
ShareInputState=All
|
||||
# 응용프로그램에서 사전편집 표시
|
||||
PreeditEnabledByDefault=True
|
||||
# 입력기 변경시 입력기 정보 표시
|
||||
ShowInputMethodInformation=True
|
||||
# 포커스를 변경할 때 입력기 정보 표시
|
||||
showInputMethodInformationWhenFocusIn=False
|
||||
# 간결한 입력기 정보 표시
|
||||
CompactInputMethodInformation=True
|
||||
# 첫 번째 입력기 정보 표시
|
||||
ShowFirstInputMethodInformation=True
|
||||
# 페이지 크기 기본값
|
||||
DefaultPageSize=5
|
||||
# Xkb 옵션 재정의
|
||||
OverrideXkbOption=False
|
||||
# 사용자 지정 Xkb 옵션
|
||||
CustomXkbOption=
|
||||
# Force Enabled Addons
|
||||
EnabledAddons=
|
||||
# Force Disabled Addons
|
||||
DisabledAddons=
|
||||
# Preload input method to be used by default
|
||||
PreloadInputMethod=True
|
||||
# Allow input method in the password field
|
||||
AllowInputMethodForPassword=False
|
||||
# Show preedit text when typing password
|
||||
ShowPreeditForPassword=False
|
||||
# Interval of saving user data in minutes
|
||||
AutoSavePeriod=30
|
||||
22
initial-resource/.config/fcitx5/profile
Normal file
22
initial-resource/.config/fcitx5/profile
Normal file
@@ -0,0 +1,22 @@
|
||||
[Groups/0]
|
||||
# Group Name
|
||||
Name=기본값
|
||||
# Layout
|
||||
Default Layout=us
|
||||
# Default Input Method
|
||||
DefaultIM=keyboard-us
|
||||
|
||||
[Groups/0/Items/0]
|
||||
# Name
|
||||
Name=keyboard-us
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[Groups/0/Items/1]
|
||||
# Name
|
||||
Name=hangul
|
||||
# Layout
|
||||
Layout=
|
||||
|
||||
[GroupOrder]
|
||||
0=기본값
|
||||
Reference in New Issue
Block a user