Thanks nitz for coming back to help me. This is real frustrating. Been looking high and low for a solution.
Maybe this is a Future Pinball issue and can't be done:
http://pinnaclegameprofiler.com/forum/showthread.php?10425-Future-PinballHere's my full script:
SetWorkingDir, C:\Arcade\Future Pinball\
#SingleInstance force
Run, "Future Pinball.exe" /open "C:\Arcade\Future Pinball\Tables\%1% /play /exit
WinWait, (c)
WinWait, BSP
WinWait, Software
Sleep 500
WinActivate, ahk_class FuturePinballOpenGL
WinWaitClose, BSP
Ctrl::F1 ;Full Table View 1
LAlt::F2 ;Full Table View 2
Space::F3 ;Scrolling View 1
LShift::F4 ;Scrolling View 2
z::F5 ; Low Angle View 1
x::F6 ; Low Angle View 2
c::F7 ; Fixed View
5::F8 ; Special Views including Apron View
[::l ; Lift Ball. Required to load ball into chute on some tables.
r::Numpad8 ;To set alternate Nudge UP control. Numpad8=Nudge Up in FP preferences.
Numpad4::d ;To set alternate Nudge Right control. D=Nudge Right in FP preferences.
g::Numpad6 ;To set alternate Nudge Left control. Numpad6=Nudge Left in FP preferences.
Numpad2::f ;To set alternate Pull control. Numpad2=Pull in FP preferences.
a::Tab
s::
send {pause} ; THIS IS THE ONLY PART OF THE SCRIPT THAT DOESN'T SEEM TO WORK
return
w::PgUp ; To set Music Volume Up
]::PgDn ; To set Music Volume Down
e::Home ; To set Sound Volume Up
6::End ; To set sound Volume Down
~2 & ~4::
Send, {ESC}
Process, Close, Future Pinball.exe
ExitAPP
return