diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-01-13 22:46:45 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-01-13 22:46:45 +0100 |
commit | ce4dad6ea2d7a46bebc9e7a28ed478c074908b82 (patch) | |
tree | 9e2b997929b50fa84e00f3c220fc601319bc3b31 | |
parent | 42a8df86e4865057c126c0522db505e8b15840d0 (diff) |
add f14-f15 shortcuts for ime switching
-rw-r--r-- | .config/xbindkeys/main##template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.config/xbindkeys/main##template b/.config/xbindkeys/main##template index 8f56e0f..85136c1 100644 --- a/.config/xbindkeys/main##template +++ b/.config/xbindkeys/main##template @@ -110,3 +110,9 @@ "i3-msg restart" Mod4 + Shift + r +"fcitx5-remote -s keyboard-us" + XF86Launch5 + Release +"fcitx5-remote -s keyboard-us-intl" + XF86Launch6 + Release +"fcitx5-remote -s mozc" + XF86Launch7 + Release |