亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Mac上使用Microsoft Remote Desktop的快捷鍵問題

Mac上使用Microsoft Remote Desktop的快捷鍵問題

iOS
UYOU 2018-08-07 07:10:56
Mac 系統是 macOS High Sierra ,之前使用 Microsoft Remote Desktop Connection 時,登錄到 Windows 中按 command + A 會全選(等同于按 control + A)。但是現在用 Microsoft Remote Desktop 時,按 command + A 等同于按 Windows鍵 + A ,會出現 Action Center 。請問如何在 Microsoft Remote Desktop 也實現按 command + A 等同于 按 control + A ?
查看完整描述

1 回答

?
MM們

TA貢獻1886條經驗 獲得超2個贊

通過 Karabiner

參考 KE-complex_modifications ,在 ~/.config/karabiner/assets/complex_modifications 中添加如下的 

remote_desktop.json 文件

{
  "title": "Remote Desktop",
  "rules": [
    {
      "description": "Remote Desktop Shortcuts",
      "manipulators": [
        {
          "type": "basic",
          "from": {
            "key_code": "a",
            "modifiers": {
              "mandatory": [
                "command"
              ],
              "optional": [
                "any"
              ]
            }
          },
          "to": [
            {
              "key_code": "a",
              "modifiers": [
                "left_control"
              ]
            }
          ],
          "conditions": [
            {
              "type": "frontmost_application_if",
              "bundle_identifiers": [
                "com\\.microsoft\\.rdc\\.osx\\.beta"
              ]
            }
          ]
        }
      ]
    }
  ]
}

然后在 Karabiner-Elements 中添加這個 Rule ,問題就解決了。

https://img1.sycdn.imooc.com//5b7a700900014f1b05330117.jpg


查看完整回答
反對 回復 2018-08-20
  • 1 回答
  • 0 關注
  • 2458 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號