ibus-kkc icon indicating copy to clipboard operation
ibus-kkc copied to clipboard

how to switch (back and forth) between hiragana-mode and direct-mode with shift key

Open Un1Gfn opened this issue 2 years ago • 0 comments

~/.config/ibus-kkc/rules/default/keymap/hiragana.json

{
  ...
  "define" : {
    "keymap" : {
      ...
      "Tab" : "set-input-mode-direct",
      "Shift" : "set-input-mode-direct",
      ...
    }
  }
}

Tab works, but Shift does not work.

Un1Gfn avatar Apr 22 '22 14:04 Un1Gfn