Skip to content

Instantly share code, notes, and snippets.

@s4ff0x
Created March 12, 2023 09:33
Show Gist options
  • Save s4ff0x/561fd29b29a1aa53e218275028ddc41e to your computer and use it in GitHub Desktop.
Save s4ff0x/561fd29b29a1aa53e218275028ddc41e to your computer and use it in GitHub Desktop.
remap windows keys as macos
LAlt & Space::Send "{Shift}{Alt}"
$!c::Send "{Ctrl Down}{c}{Ctrl Up}"
$^c::Send "{Alt Down}{c}{Alt Up}"
$!v::Send "{Ctrl Down}{v}{Ctrl Up}"
$^v::Send "{Alt Down}{v}{Alt Up}"
$!x::Send "{Ctrl Down}{x}{Ctrl Up}"
$^x::Send "{Alt Down}{x}{Alt Up}"
$!a::Send "{Ctrl Down}{a}{Ctrl Up}"
$^a::Send "{Alt Down}{a}{Alt Up}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment