commit 277bd6e870bce381dc9345b2c75850342539f4c4 parent aacff32bb14b9d9a80d9ef143ca7b25d610676c8 Author: Chris Bracken <chris@bracken.jp> Date: Wed, 22 Apr 2020 14:00:02 -0700 Eliminate sway, i3 keybindings for IME mode Hangaku/Zenkaku key works just fine and I never tend to use these in practice. Diffstat:
M | .config/sway/config | | | 12 | ------------ |
M | .i3/config | | | 13 | ------------- |
2 files changed, 0 insertions(+), 25 deletions(-)
diff --git a/.config/sway/config b/.config/sway/config @@ -264,18 +264,6 @@ bindsym $mod+r mode "resize" ############################################################ -# Key bindings: Input manager - -bindsym $mod+i mode "j: japanese; e: english" - -mode "j: japanese; e: english" { - bindsym j exec ibus engine mozc-jp; mode "default" - bindsym e exec ibus engine xkb:jp::jpn; mode "default" - bindsym Return mode "default" - bindsym Escape mode "default" -} - -############################################################ # Status Bar # # Read `man 5 sway-bar` for more information about this section. diff --git a/.i3/config b/.i3/config @@ -236,19 +236,6 @@ bindsym $mod+r mode "resize" ############################################################ -# Key bindings: Input manager - -bindsym $mod+i mode "j: japanese; e: english" - -mode "j: japanese; e: english" { - bindsym j exec ibus engine mozc-jp; mode "default" - bindsym e exec ibus engine xkb:jp::jpn; mode "default" - bindsym Return mode "default" - bindsym Escape mode "default" -} - - -############################################################ # Status Bar #