Skip to content

Instantly share code, notes, and snippets.

@mojtabacazi
Created March 29, 2018 15:45
Show Gist options
  • Save mojtabacazi/57df4985e7e4427876595431ef9739e0 to your computer and use it in GitHub Desktop.
Save mojtabacazi/57df4985e7e4427876595431ef9739e0 to your computer and use it in GitHub Desktop.
OSX like keyboard. Left Keys: Win/Alt/Ctrl. Right: Ctrl/ Alt
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
RAlt::RCtrl
LAlt::LCtrl
LCtrl::LWin
RCtrl::RAlt
LWin::LAlt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment