From 629c47d5ea912c4267fe926e3b9acf4f76fc3106 Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Tue, 13 Aug 2024 21:47:43 -0400 Subject: [PATCH] fcitx: update source to fit target state --- .../private_chttrans.conf} | 0 .../private_classicui.conf} | 0 .../private_cloudpinyin.conf} | 0 .../private_notifications.conf} | 0 .../private_pinyin.conf} | 14 ++++++++++++++ .../private_punctuation.conf} | 0 .../xcb.conf => private_conf/private_xcb.conf} | 0 .../private_fcitx5/{config => private_config} | 0 .../private_fcitx5/{profile => private_profile} | 0 9 files changed, 14 insertions(+) rename src/dot_config/private_fcitx5/{conf/chttrans.conf => private_conf/private_chttrans.conf} (100%) rename src/dot_config/private_fcitx5/{conf/classicui.conf => private_conf/private_classicui.conf} (100%) rename src/dot_config/private_fcitx5/{conf/cloudpinyin.conf => private_conf/private_cloudpinyin.conf} (100%) rename src/dot_config/private_fcitx5/{conf/notifications.conf => private_conf/private_notifications.conf} (100%) rename src/dot_config/private_fcitx5/{conf/pinyin.conf => private_conf/private_pinyin.conf} (92%) rename src/dot_config/private_fcitx5/{conf/punctuation.conf => private_conf/private_punctuation.conf} (100%) rename src/dot_config/private_fcitx5/{conf/xcb.conf => private_conf/private_xcb.conf} (100%) rename src/dot_config/private_fcitx5/{config => private_config} (100%) rename src/dot_config/private_fcitx5/{profile => private_profile} (100%) diff --git a/src/dot_config/private_fcitx5/conf/chttrans.conf b/src/dot_config/private_fcitx5/private_conf/private_chttrans.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/chttrans.conf rename to src/dot_config/private_fcitx5/private_conf/private_chttrans.conf diff --git a/src/dot_config/private_fcitx5/conf/classicui.conf b/src/dot_config/private_fcitx5/private_conf/private_classicui.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/classicui.conf rename to src/dot_config/private_fcitx5/private_conf/private_classicui.conf diff --git a/src/dot_config/private_fcitx5/conf/cloudpinyin.conf b/src/dot_config/private_fcitx5/private_conf/private_cloudpinyin.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/cloudpinyin.conf rename to src/dot_config/private_fcitx5/private_conf/private_cloudpinyin.conf diff --git a/src/dot_config/private_fcitx5/conf/notifications.conf b/src/dot_config/private_fcitx5/private_conf/private_notifications.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/notifications.conf rename to src/dot_config/private_fcitx5/private_conf/private_notifications.conf diff --git a/src/dot_config/private_fcitx5/conf/pinyin.conf b/src/dot_config/private_fcitx5/private_conf/private_pinyin.conf similarity index 92% rename from src/dot_config/private_fcitx5/conf/pinyin.conf rename to src/dot_config/private_fcitx5/private_conf/private_pinyin.conf index ed5b775..0434a90 100644 --- a/src/dot_config/private_fcitx5/conf/pinyin.conf +++ b/src/dot_config/private_fcitx5/private_conf/private_pinyin.conf @@ -72,6 +72,20 @@ FirstRun=False [NextCandidate] 0=Tab +[CurrentCandidate] +0=space +1=KP_Space + +[CommitRawInput] +0=Return +1=KP_Enter +2=Control+Return +3=Control+KP_Enter +4=Shift+Return +5=Shift+KP_Enter +6=Control+Shift+Return +7=Control+Shift+KP_Enter + [ChooseCharFromPhrase] 0=bracketleft 1=bracketright diff --git a/src/dot_config/private_fcitx5/conf/punctuation.conf b/src/dot_config/private_fcitx5/private_conf/private_punctuation.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/punctuation.conf rename to src/dot_config/private_fcitx5/private_conf/private_punctuation.conf diff --git a/src/dot_config/private_fcitx5/conf/xcb.conf b/src/dot_config/private_fcitx5/private_conf/private_xcb.conf similarity index 100% rename from src/dot_config/private_fcitx5/conf/xcb.conf rename to src/dot_config/private_fcitx5/private_conf/private_xcb.conf diff --git a/src/dot_config/private_fcitx5/config b/src/dot_config/private_fcitx5/private_config similarity index 100% rename from src/dot_config/private_fcitx5/config rename to src/dot_config/private_fcitx5/private_config diff --git a/src/dot_config/private_fcitx5/profile b/src/dot_config/private_fcitx5/private_profile similarity index 100% rename from src/dot_config/private_fcitx5/profile rename to src/dot_config/private_fcitx5/private_profile