mac client to windows server: remap command key to control?

i want the command key on my mac keyboard to map to control key on the windows server.

i want option key to stay alt, and i want control key to map to windows key

how do i do that?

2

Comments

2 comments
  • I use an autohotkey script to do that. actually there is no native possibility to change the key mapping: #c::
    {
    Send "^c"
    }
     
    #x::
    {
    Send "^x"
    }
     
    #v::
    {
    Send "^v"
    }
    0
    Comment actions Permalink
  • I'd also love this option, for controlling a Mac from a Windows PC. Software KVM like Synergy, Sharemouse, et al, can all do this. Surely it would be trivial for RealVNC to offer a basic option to swap the modifier keys?

    0
    Comment actions Permalink

Please sign in to leave a comment.

Didn't find what you were looking for?

New post