stweil / OSXvnc

VNC Server for macOS
GNU General Public License v3.0
209 stars 69 forks source link

Fix accidentally changed key mappings #33

Open mykola-mokhnach opened 5 years ago

mykola-mokhnach commented 5 years ago

I was wondering why https://keycode.info/ returns the keycode for Alt instead of Command if the Cmd key is pressed on Mac keyboard. This change should address this problem.

stweil commented 5 years ago

Thank you. I'll test it soon and then merge your contribution.

mykola-mokhnach commented 5 years ago

@stweil Thanks. Maybe such mapping was done for a reason, because I see LeftCmdKey=Alt_L in RealVNC client options (and only in this one).