最終更新:2017-09-13 (水) 08:50:11 (2416d)  

tokkyo/設定/Mac OS X/キーボード
Top / tokkyo / 設定 / Mac OS X / キーボード

VMware Fusionでの英数キーかなキー?

Mac miniWindowsキーボードを使う

方針

修飾キー

  • 変更なし

VMware Fusion

  • キーマッピングを無効に (CommandがCtrlに変換されてしまう)
  • マウスの設定も無効に

PCKeyboardHack

  • CapsLockをCommand_R(54)に変更
    • 変更後
      • CapsLock:Command_R (MacではCommand,VMwareではCtrlにしたい)
      • Windowsキー:Command_L (MacではCommand,VMwareではWindowsキーにしたい)
      • Control_L:Control_L (VMwareではCtrlのまま)

KeyRemap4MacBook

  • Command_R to Control_L (only in virtual machine,RDC)
  • Command_R to Control_L (only in Terminal)
    • private.xmlを下記に変更
      <?xml version="1.0"?>
      <root>
          <item>
              <name>tokkyo custom</name>
              <item>
                  <name>Command_R to Control_L (only in Terminal)</name>
                  <identifier>remap.commandR2controlL_terminal</identifier>
                  <only>TERMINAL</only>
                  <autogen>__KeyToKey__ KeyCode::COMMAND_R, KeyCode::CONTROL_L</autogen>
              </item>
          </item>
      </root>

EmEditor

Ctrl+Shift+R

  • Mac OS XだとGoogle日本語入力再変換?に割り当てられていて、VMware Fusion側に届かない
  • VMware Fusionの"Mac OSホストキーボードショートカットを有効化"を外すと良いが、画面端でのMission Controlとかが発動しなくなる。
  • Google日本語入力の設定で再変換を消しても効果が無いのでMac OS Xのキーボードショートカットの設定を変更する
  • アプリケーション:全てのアプリケーション
  • メニュータイトル:再変換
  • キーボードショートカット:絶対使わないようなもの(Cmd+Alt+Shift+Rとか)

Ctrl+左右(Command+左右)が効かない

  • Mac OS X側のデスクトップの切り替えに割あたっている。

tokkyo/設定/Mac OS X/HHKB Lite2

マウス

Logicool Control Center

  • グローバル - 戻る/進む->Command
  • VMware Fusion - 戻る/進む->Option

動作メモ

Finder

  • Command+↑ - 親フォルダ (WindowsだとAlt+↑)
  • Command+↓ - 開く (WindowsだとEnter)

Google Chrome

  • Command+← - 戻る (WindowsだとAlt)
  • Command+→ - 進む (WindowsだとAlt)

Firefox

  • Command+← - 戻る (WindowsだとAlt)
  • Command+→ - 進む (WindowsだとAlt)

Safari

  • Command+← - 戻る (WindowsだとAlt)
  • Command+→ - 進む (WindowsだとAlt)

OSx86/VMware

ターミナル

  • iTerm2を使うとCtrlとCommandのアサインを変えられる
    • PreferencesのKeysでキーをリマップ

関連