From ea81865d7db6fd8a2bb143485a355a391ced605e Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Wed, 5 Mar 2025 19:33:55 +0100 Subject: updates --- .config/BetterDiscord/data/stable/settings.json | 4 +++- .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 -- cgit v1.2.3