Skip to content

Instantly share code, notes, and snippets.

View ajimix's full-sized avatar

Adria Jimenez ajimix

View GitHub Profile
@ajimix
ajimix / AutoHotkeyMacMapping.ahk
Created September 5, 2012 06:22
AutoHotkey script to remap some Mac shortcuts on Windows to make Windows more usable
#SingleInstance force
; Install autohotkey for windows and put the contents of this file in your
; documents folder AutoHotkey.ahk existing file.
#InstallKeybdHook
; Remap for Mac Like
!c::Send ^c
!+c::Send ^+c