mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-07-12 14:37:50 +00:00
Merge branch 'default' of https://github.com/BubbaGumpShrump/AutoTrackR2 into 2.07
This commit is contained in:
commit
2a4a4ebe42
4 changed files with 156 additions and 67 deletions
AutoTrackR2/scripts
2
AutoTrackR2/scripts/videorecord.ahk
Normal file
2
AutoTrackR2/scripts/videorecord.ahk
Normal file
|
@ -0,0 +1,2 @@
|
|||
; AutoHotkey v2 script to press Win + Alt + G
|
||||
Send("{LWin Down}{Alt Down}g{Alt Up}{LWin Up}") ; Simulate pressing Win + Alt + G
|
2
AutoTrackR2/scripts/visorwipe.ahk
Normal file
2
AutoTrackR2/scripts/visorwipe.ahk
Normal file
|
@ -0,0 +1,2 @@
|
|||
; AutoHotkey v2 script to press Alt + X
|
||||
Send("{Alt Down}x{Alt Up}") ; Simulate pressing Alt + X
|
Loading…
Add table
Add a link
Reference in a new issue