diff options
| -rw-r--r-- | .config/BetterDiscord/data/stable/settings.json | 4 | ||||
| -rw-r--r-- | .config/fcitx5/conf/imselector.conf | 8 | 
2 files changed, 8 insertions, 4 deletions
| diff --git a/.config/BetterDiscord/data/stable/settings.json b/.config/BetterDiscord/data/stable/settings.json index e50172b..eb9ab27 100644 --- a/.config/BetterDiscord/data/stable/settings.json +++ b/.config/BetterDiscord/data/stable/settings.json @@ -8,7 +8,9 @@      },      "addons": {          "addonErrors": true, -        "editAction": "detached" +        "editAction": "detached", +        "checkForUpdates": true, +        "updateInterval": 4      },      "store": {          "bdAddonStore": true, diff --git a/.config/fcitx5/conf/imselector.conf b/.config/fcitx5/conf/imselector.conf index 1f2ef16..de02872 100644 --- a/.config/fcitx5/conf/imselector.conf +++ b/.config/fcitx5/conf/imselector.conf @@ -1,11 +1,13 @@ +# 現在の入力コンテキストのみのトリガーキー  TriggerKeyLocal= +# 現在の入力コンテキストのみをN番目の入力メソッドに切り替えるホットキー  SwitchKeyLocal=  [TriggerKey]  0=Super+Z  [SwitchKey] -0=Launch5 # f14 -> us -1=Launch6 # f15 -> us-intl -2=Launch7 # f16 -> ja +0=Launch5 +1=Launch6 +2=Launch7 |