rocketlaunch: "." is not a valid key
Publié : 04 avr. 2017 - 18:01
bonjour
je reposte ici car pas trop de réponse dans l'espace SM
je n'arrive plus à lancer une seule rom
error in# include file "H/hfsbox/rocketlaunch\lib\hotkey.ahk":
"." is not a valid key
Hotkey, % KeyGroupWithSpaces, %LabelForSingleKey%, %Options% ; normal hotkey command
} Else { ; defining extended hotkey command If there are more them two simultaneous keys pressed (more them one for joy), or If it has hold, double or more click presses
RLLog.Debug(A_ThisFunc . " - " . (If options = "OFF" ? "Disabling extended Hotkey method for key(s): """ . KeyGroup . """" : "Using extended Hotkey method for key(s): """ . KeyGroup . """ to call a group label"))
Loop, Parse, KeyGroup, &,%a_space%
{
Hotkey, % XHotKeyTable[currentGroup,A_Index,2], HotKeyModeProcess, %Options% ; go to sub to test multiple key press If any exit emulator key is pressed
XHotKeyTable[currentGroup,1,12] := true
}
}
TableKeyGroups .= KeyGroup . ","
RLLog.Debug(A_ThisFunc . " - Ended")
Return XHotKeyTable
} Else {
dans le temps qd j'avais ce probleme je remplacai .= par := et ca fonctionnait mais plus maintenant....
si quelqu'un a une piste? (j'ai essayé de retrouvé un vieux topic d'heavyharms là dessus sur le début de lancement de la heavybox, il me semblait qu'il en parlait, mais ce n'est plus en ligne..
bon jeu à tous
je reposte ici car pas trop de réponse dans l'espace SM
je n'arrive plus à lancer une seule rom
error in# include file "H/hfsbox/rocketlaunch\lib\hotkey.ahk":
"." is not a valid key
Hotkey, % KeyGroupWithSpaces, %LabelForSingleKey%, %Options% ; normal hotkey command
} Else { ; defining extended hotkey command If there are more them two simultaneous keys pressed (more them one for joy), or If it has hold, double or more click presses
RLLog.Debug(A_ThisFunc . " - " . (If options = "OFF" ? "Disabling extended Hotkey method for key(s): """ . KeyGroup . """" : "Using extended Hotkey method for key(s): """ . KeyGroup . """ to call a group label"))
Loop, Parse, KeyGroup, &,%a_space%
{
Hotkey, % XHotKeyTable[currentGroup,A_Index,2], HotKeyModeProcess, %Options% ; go to sub to test multiple key press If any exit emulator key is pressed
XHotKeyTable[currentGroup,1,12] := true
}
}
TableKeyGroups .= KeyGroup . ","
RLLog.Debug(A_ThisFunc . " - Ended")
Return XHotKeyTable
} Else {
dans le temps qd j'avais ce probleme je remplacai .= par := et ca fonctionnait mais plus maintenant....
si quelqu'un a une piste? (j'ai essayé de retrouvé un vieux topic d'heavyharms là dessus sur le début de lancement de la heavybox, il me semblait qu'il en parlait, mais ce n'est plus en ligne..
bon jeu à tous