Skip to content

Commit d3b9348

Browse files
authored
Added header and fixed Alt remapping
1 parent 1527d76 commit d3b9348

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

Mac.ahk

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
;-----------------------------------------
22
; AutoHotKey Script for Almost Complete Mac Keyboard Transformation for Windows 11
3+
; AutoHotKey Version: 1.x
4+
; Language: English
5+
; Platform: Windows 10/11
6+
; Author: TheBitStick
37
;=========================================
48

59
; --------------------------------------------------------------
@@ -33,8 +37,8 @@ RegWrite, REG_DWORD, HKEY_CURRENT_USER, Software\Microsoft\Windows\CurrentVersio
3337
; Base System Remappings
3438
; --------------------------------------------------------------
3539

36-
~Alt:: Send, {Alt}
3740
LWin:: LCtrl
41+
Alt:: return
3842
CapsLock:: return
3943

4044

@@ -142,6 +146,11 @@ F12:: Volume_Up
142146
#BS:: Send, {LShift Down}{Home}{LShift Up}{Del}
143147
!BS:: Send, {LCtrl Down}{BS}{LCtrl Up}
144148

149+
150+
; --------------------------------------------------------------
151+
; Special Characters
152+
; --------------------------------------------------------------
153+
145154
!-:: Send, {U+2013}
146155
!+-:: Send, {U+2014}
147156

0 commit comments

Comments
 (0)