Skip to content

Instantly share code, notes, and snippets.

@coppolaemilio
Created April 11, 2019 10:40
Show Gist options
  • Select an option

  • Save coppolaemilio/c530da9c9ad193d106959fd1103be986 to your computer and use it in GitHub Desktop.

Select an option

Save coppolaemilio/c530da9c9ad193d106959fd1103be986 to your computer and use it in GitHub Desktop.
OSX keyboard bindings for windows
; Command left, right and shift
#Up::Send {PgUp}
#Down::Send {PgDn}
#+Up::Send {LShift down}{PgUp}{LShift Up}
#+Down::Send {LShift down}{PgDn}{LShift Up}
#Left::Send {Home}
#Right::Send {End}
#+Right::Send {LShift down}{End}{LShift Up}
#+Left::Send {LShift down}{Home}{LShift Up}
; command back space for delete
#BS::Send {Del}
; Command space
#Space::Send {LWin}
; copy paste etc...
#q::!F4
#a::Send {LCtrl down}{a}{LCtrl up}
#b::Send {LCtrl down}{b}{LCtrl up}
#c::Send {LCtrl down}{c}{LCtrl up}
#v::Send {LCtrl down}{v}{LCtrl up}
#z::Send {LCtrl down}{z}{LCtrl up}
#s::Send {LCtrl down}{s}{LCtrl up}
#x::Send {LCtrl down}{x}{LCtrl up}
#w::Send {LCtrl down}{w}{LCtrl up}
#t::Send {LCtrl down}{t}{LCtrl up}
#r::Send {LCtrl down}{r}{LCtrl up}
#f::Send {LCtrl down}{f}{LCtrl up}
~LWin Up:: Return
#1::Send {LCtrl down}{1}{LCtrl up}
#2::Send {LCtrl down}{2}{LCtrl up}
#3::Send {LCtrl down}{3}{LCtrl up}
#4::Send {LCtrl down}{4}{LCtrl up}
#5::Send {LCtrl down}{5}{LCtrl up}
#6::Send {LCtrl down}{6}{LCtrl up}
#7::Send {LCtrl down}{7}{LCtrl up}
#8::Send {LCtrl down}{8}{LCtrl up}
#9::Send {LCtrl down}{9}{LCtrl up}
#0::Send {LCtrl down}{0}{LCtrl up}
<#Tab::AltTab
!Tab::return
#p::Send {PrintScreen}
F9::Send {Media_Next}
F8::Send {Media_Play_Pause}
F7::Send {Media_Prev}
F10::Send {Volume_Mute}
F11::Send {Volume_Down}
F12::Send {Volume_Up}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment