AHK auch in anderen Games als WoW=?
Wollte mal vrsuchen AHK auch auf ein anderes Game zu übertragen ( Ryzom)
ich hab auch soweit n script geschrieben nach eurer anleitung ...... im login bildschirm funktionierte es auch .... doch im game :( leider nicht
mein script :
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win9x/NT
; Author: A.N.Other <myemail@nowhere.com>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
; *******************
; *** Hotbars 1-2 ***
; *******************
#IfWinActive, Ryzom2
~1::
ControlSend,,{1 down}{1 up}, Ryzom1
return
könnt ihr mir vlt sagen ob das script falsch ist ? oder ob ahk vlt bei manchem games garnicht funktioniert? oder was ich noch machen muss damit es funktioniert?