Skip to content

Instantly share code, notes, and snippets.

View elsonwx's full-sized avatar

elsonwx elsonwx

View GitHub Profile
@elsonwx
elsonwx / machotkeyinwindows
Created March 9, 2019 03:20
autohotkey映射windows快捷键为mac方式
; !代表alt +代表shit键
!q:: Send !{f4}
!w:: Send ^w
!c:: Send ^c
!v:: Send ^v
!x:: Send ^x
!z:: Send ^z
!l:: Send ^l
!f:: Send ^f
!t:: Send ^t