Jump to content
LaunchBox Community Forums

Andreas84

Members
  • Posts

    3
  • Joined

  • Last visited

Andreas84's Achievements

1-Bit Wonder

1-Bit Wonder (1/7)

0

Reputation

  1. Worked. I have lived with the problem for many many months. You saved me from reinstalling the entire system. Thank you very much.
  2. Hello, when I start the program, the mouse cursor automatically moves to the top left. I have no way to get into the options to make a backup. Does anyone know the problem or how else I can make a backup.
  3. I want to start keyboard2xinput with Windows Games /Steam. Steam games are in the Windows plattform in Launchbox. The programm comes with a sample. I put it in Launchbox in the Windows Games AHK but k2x don´t start with a Steam game. I only changed the folders in the sample. #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. Run, "D:\keyboard2Xinput\keyboard2XinputGui.exe" Run, "D:\Steam\Steam.exe" -applaunch %1% isRunning := "0" While (isRunning = "0") ; Wait until the game is launched RegRead, isRunning, HKCU\Software\Valve\Steam\Apps\%1%, Running Sleep, 500 Sleep, 5000 MouseMove, 1920, 1200 WinGetTitle, Title While (isRunning = "1") ; Wait until the game is closed RegRead, isRunning, HKCU\Software\Valve\Steam\Apps\%1%, Running Sleep, 500 ; Game stopped, stop keyboard2Xinput by sending numpad multiply key (see k2x mapping.ini) SendInput {NumpadMult} ; change focus back to Attract-Mode WinActivate Attract-Mode
×
×
  • Create New...