unkelo Posted September 14, 2013 Posted September 14, 2013 Hi, After some hours of trial error and reading some complicated ahk codes i give up and i need help to start Visual Pinball without the popup of permission to change files of windows. And to make a clean exit of the visual pinball. I only read something about ahk start and close scripts. But i dont know what exactly todo.Or what/Where i should things change. Can someone give me a hint or a advice . Greetings uNkeLo
unkelo Posted September 15, 2013 Author Posted September 15, 2013 The start is fine but Visual Pinball exist works not With Esc the Visual Pinball Paused Popup appears and i can select resume,exit to editor or debug but dont Exit from the whole Visual Pinball Editor and return back to Hsyperspin. i found this AHK Code ; ========================= ; kgarlow - 07/25/2013 #IfWinActive ahk_class VPPlayer Esc:: WinClose Visual Pinball Player ; close the player ; wait 5 seconds? (may not be necessary) ; Sleep 5000 WinClose Visual Pinball ; close the editor ; ========================= But where should i write this in the module or exists another way ? Greetings uNkeLo
Marcoqwerty Posted May 23, 2014 Posted May 23, 2014 Lol...find this 3D only now... the script for me working but i use the sleep params #IfWinActive ahk_class VPPlayera:: WinClose Visual Pinball Player ; close the player ; wait 5 seconds? (may not be necessary) Sleep 1000 WinClose Visual Pinball ; close the editor Add this script under VISUAL PINBALL > KEYMAPPER > AHK (add manually) https://supercoin.blogspot.com/
Recommended Posts
Archived
This topic is now archived and is closed to further replies.