Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tom-tan opened this issue Apr 11, 2017 · 2 comments
Labels

Comments

@tom-tan
Copy link

tom-tan commented Apr 11, 2017

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 が出力される
  • : キーを押すと - が出力される

実際の動作:

  • ; キーを押すと - が出力される
  • : キーを押すと : が出力される
@crftwr
Copy link
Owner

crftwr commented Apr 11, 2017

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

@bonk
Copy link

bonk commented Apr 15, 2017

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

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

@crftwr crftwr added the mac label Feb 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants