Search found 2 matches

by ArmoredCavalry
Thu Apr 12, 2012 6:57 pm
Forum: Grimrock 1 Discussion
Topic: Quicksave Autohotkey Script
Replies: 0
Views: 3101

Quicksave Autohotkey Script

I got sort of tired of clicking through the menus to save, so I made this quick script for anyone interested: #IfWinActive Legend of Grimrock F5:: { send {Esc} send {Down} send {Enter} KeyWait, LButton, D KeyWait, LButton KeyWait, LButton, D KeyWait, LButton send {Enter} } return Basically it lets y...