Skip to content

Instantly share code, notes, and snippets.

@ceaia-tiberiu
Forked from ascendbruce/README.md
Created February 8, 2023 11:28
Show Gist options
  • Select an option

  • Save ceaia-tiberiu/345f48afddbc8b876ba7ef87ddf3dec2 to your computer and use it in GitHub Desktop.

Select an option

Save ceaia-tiberiu/345f48afddbc8b876ba7ef87ddf3dec2 to your computer and use it in GitHub Desktop.
Use macOS-style shortcuts in Windows
$!x::
Send {Ctrl Down}{x}{Ctrl Up}
Return
$!c::
Send {Ctrl Down}{c}{Ctrl Up}
Return
$!v::
Send {Ctrl Down}{v}{Ctrl Up}
Return
$!s::
Send {Ctrl Down}{s}{Ctrl Up}
Return
$!a::
Send {Ctrl Down}{a}{Ctrl Up}
Return
$!t::
Send {Ctrl Down}{t}{Ctrl Up}
Return
$!w::
Send {Ctrl Down}{w}{Ctrl Up}
Return
$!f::
Send {Ctrl Down}{f}{Ctrl Up}
Return
$!r::
Send ^{f5}
Return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment