Jump to content
LaunchBox Community Forums

PCSX2 on second monitor


Lulicious60

Recommended Posts

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 by Nulion
  • Game On 1
Link to comment
Share on other sites

  • 10 months later...
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 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...