From 1bca69b29026facb245678b691a4fb441bb4ab0d Mon Sep 17 00:00:00 2001 From: Mitsuo Tokumori Date: Sun, 26 Nov 2023 02:56:16 -0500 Subject: Fix bug that prevented 日本語->latam change MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local/bin/input_control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'local') diff --git a/local/bin/input_control.sh b/local/bin/input_control.sh index 05bc1cb..f63de3b 100755 --- a/local/bin/input_control.sh +++ b/local/bin/input_control.sh @@ -37,12 +37,12 @@ fcitx_control() { case $1 in en) - fcitx5-remote -g Default fcitx5-remote -c # Closed + fcitx5-remote -g Default ;; es) - fcitx5-remote -g Spanish fcitx5-remote -c # Closed + fcitx5-remote -g Spanish ;; ja) fcitx5-remote -g Default -- cgit v1.2.3