LoginSignup
7
7

More than 5 years have passed since last update.

RDPでバッククォートとチルダが入らないときの対処

Last updated at Posted at 2014-04-06

バッククォートとチルダが入力できないときの対処

USキーボードを使っていて、Macからリモートデスクトップを使っているとき。
なんでか、Backquote(`)とかTilde(~)がうまく押せなくて、日本語入力ができなかった。


Karabiner(旧KeyRemap4MacBook) の、private.xmlに書く。

<appdef>
    <appname>MRD</appname>
    <equal>com.microsoft.rdc.mac</equal> 
</appdef>
<item>
    <name>Fix Backquote and Tilde input</name>
    <identifier>private.remotedesktopswapbackquote</identifier>
    <only>MRD</only>
    <autogen>__KeyToKey__ KeyCode::BACKQUOTE, KeyCode::DANISH_DOLLAR</autogen>
</item>

US International Keyboardは左シフトキーの右に、バッククォートとかチルダがおかれているらしい。Microsoft Remote Desktopがそのキーボードと勘違いしているのかな?
よくわからん。


参考になったところ: http://apple.stackexchange.com/questions/120913/unmap-key-combinations-in-keyremap4macbook

7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7