Cnells2000 Posted April 23, 2022 Share Posted April 23, 2022 Post Moved To Videos Section Shoutout to @JoeViking245 for assistance on the ahk script. A very helpful individual. Im using android .apk files for this demonstration. You can use the google play store as well. Be Sure To Include (-package:The name of your package name) where the video points to do it. This Script Allows The Emulator to go to full screen after a certain amount of seconds and allowng the ESC key to escape the emulator. Script for Hotkey: ↓↓↓↓ Sleep, 45000 Send, ^0 $Esc:: { WinClose, ahk_exe nox.exe ExitApp } The sleep number can be changed according to the length it takes for Nox to load to the app screen. make sure to save with the .ahk extension!!!! If you have game escape Issues, use this script instead: Sleep, 45000 Send, ^0 Sleep, 5000 $Esc:: { WinClose, ahk_exe nox.exe ExitApp } 1 Quote Link to comment Share on other sites More sharing options...
The Papaw Posted March 29, 2023 Share Posted March 29, 2023 Curious why you video is showing Citra rather than android and Nox? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.