drymonfidelia
V2EX  ›  macOS

Microsoft Remote Desktop for macOS 有办法把键盘 Option Command 键对调吗?

  •  
  •   drymonfidelia · Mar 20, 2024 · 1995 views
    This topic created in 842 days ago, the information mentioned may be changed or developed.
    最近需要开发一个.NET Framework 4.0 的客户端(因为客户要求兼容 XP )
    我的 Windows 电脑太重了,只能拿看片专用的 MacBook 来写了,因为平时非常少用,键位很不习惯
    CPU 是 M2 Max ,还不能运行 Windows
    6 replies    2024-03-20 21:49:20 +08:00
    shigella
        1
    shigella  
       Mar 20, 2024
    在用 AutoHotKey

    我配了几个快捷键,再将 rdp 再 mac 的 Close 快捷键改为 Command+Q 。现在用起来还挺舒服的。

    ; Commad + w -> Ctrl + w
    #w::
    Send, ^{F4}
    return

    ; Commad + s -> Ctrl + s
    #s::
    Send, ^s
    return

    ; Commad + r -> F5
    #r::
    Send, ^{F5}
    return

    ; Commad + Shift + r -> Win+ r
    #+r::
    Send, {LWin Down}r
    shigella
        2
    shigella  
       Mar 20, 2024
    又检查了一下,那个 F5 的多了 Ctrl
    BMAO
        3
    BMAO  
       Mar 20, 2024
    装个 parasec ,里面好像有这个功能。
    BeyondReach
        4
    BeyondReach  
       Mar 20, 2024
    @shigella #1 我用的也是这个方案
    brucmao
        5
    brucmao  
       Mar 20, 2024 via iPhone
    用这个软件从 mac 远程 win11 ,感觉很模糊,远不如在 win 互联清晰
    msdurex
        6
    msdurex  
       Mar 20, 2024
    当初我记得偏好设置里就有对调的设置。很久没用了。
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2700 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 47ms · UTC 13:16 · PVG 21:16 · LAX 06:16 · JFK 09:16
    ♥ Do have faith in what you're doing.