My mac has Control/Alt(Option)/Command, and with synergy, each key maps Control/LWindows/Meta(Alt). I want to change the mapping to Control/Meta(Alt)/LWindows.
Alt(Option) is key key name is written on the keyboard, LWindows is the one that pops up the window menu, Meta(Alt) is the key that I use for emacs for Meta key.
After reading synergy page, I found that
section: screens
screen1:
screen2:
ctrl = alt
alt = ctrl
end
is to change the key action for Control/Meta with synergy.
My problem is that it doesn't have the key name for LWindow, as I want to switch Lwindow/Meta(Alt) to Meta(Alt)/LWindow.
I mean I want to what to write for ????
section: screens
screen1:
screen2:
???? = alt
alt = ????
end
Any hints on this?