Skip to content

Instantly share code, notes, and snippets.

@hadynz
Created October 18, 2015 07:51
Show Gist options
  • Save hadynz/332daae7845928726c37 to your computer and use it in GitHub Desktop.
Save hadynz/332daae7845928726c37 to your computer and use it in GitHub Desktop.
AutoHotkey script for remapping Mac keys for better programming on Windows
; Remap Right Windows Key to Alt
RWin::RAlt
; Remap Right Alt to Ctrl
RAlt::RCtrl
; Remap Right Alt + Space to Ctrl + Space
RAlt & Space::Send ^{Space}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment