keyhac icon indicating copy to clipboard operation
keyhac copied to clipboard

Mac 環境 (JISキーボード) で、コロンとセミコロンのキー割り当てを同時に変更できない

Open tom-tan opened this issue 7 years ago • 2 comments

MacBook Pro (Early 2015, JIS配列) では以下の設定がうまく動作しません。

再現環境:

  • Keyhac for Mac ver 1.10
  • macOS El Capitan (10.11.6)
def configure(keymap):
    km = keymap.defineWindowKeymap()
    km["Semicolon"] = "S"
    km["Colon"] = "Minus"

期待される動作:

  • ; キーを押すと s が出力される
  • : キーを押すと - が出力される

実際の動作:

  • ; キーを押すと - が出力される
  • : キーを押すと : が出力される

tom-tan avatar Apr 11 '17 03:04 tom-tan

レポートをありがとうございます。 確認いたします。

crftwr avatar Apr 11 '17 16:04 crftwr

大変便利に使わせていただいています。 MacBook Pro (Retina, 15-inch, Mid 2015)にて。 Macでは多いのかと思いますが、 IMEがUSなのでキーボードの刻印とはずれて打刻します。 TILDEについても同様の現象があったように思います。

# チルダの入力
keymap_global["Shift-(94)"] = "Shift-BackQuote"

bonk avatar Apr 15 '17 10:04 bonk