Nulion Posted February 9, 2022 Share Posted February 9, 2022 (edited) 45 minutes ago, JoeViking245 said: When PPSSPP is fully running, does anything happen if you press the {Windows}+{Shift}+{Left Arrow} keys manually? In nothing happens, then this will not work. If it does move the window, try setting the Sleep timer to longer that 3 seconds ("3000"). i.e. 10 seconds (10000) Hmm...I just ran PPSSPP on its own and it actually DOES work, even in fullscreen mode, with Windows+Shift+Arrow keys, manually. It even works while a game is running. I tried setting the sleep timer for longer however, and it didn't have any effect. Maybe I have the script wrong? Here's what I've got in there at the moment (Note; I send the emulator off to the right, not left): #NoEnv Sleep, 10000 ;wait 10 seconds Send #+{Right} ;Send Win+Shift+Right Return EDIT 1: I have noticed that when running the emulator standalone, when doing the Windows Key+Shift+Left/Right key combo, I need to perform the keystroke once without it doing anything, and then the second time it does it just fine. Maybe I need to double the keystrokes here? EDIT 2: BLAMMO! That actually fixed it! If anyone needs to move PPSSPP to another monitor, put this into the Running Script for PPSSPP (if you want it moving to the left, change all instances of "Right" to "Left") : #NoEnv Sleep, 1000 ;wait 1 seconds Send #+{Right} ;Send Win+Shift+Right Send #+{Right} ;Send Win+Shift+Right Return Thank you very much yet again, JoeViking Edited February 9, 2022 by Nulion 1 Quote Link to comment Share on other sites More sharing options...
jacob80 Posted December 23, 2022 Share Posted December 23, 2022 I need to move my game to a second monitor but there is no mention here as to where these scripts being posted are located or how to edit them. Help! Quote Link to comment Share on other sites More sharing options...
skizzosjt Posted December 24, 2022 Share Posted December 24, 2022 19 hours ago, jacob80 said: I need to move my game to a second monitor but there is no mention here as to where these scripts being posted are located or how to edit them. Help! Seems like you missed it, one is shown just above in the last post before yours. They go on to share you need to put it in the "Running Script" field for the emulator. You find this window in LaunchBox under the emulators edit window. Tools > Manage > Emulators #NoEnv Sleep, 1000 ;wait 1 seconds Send #+{Right} ;Send Win+Shift+Right Send #+{Right} ;Send Win+Shift+Right Return 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.