1 fichier aimé
40 commentaires
1 vidéo
1 upload
8 followers
4 674 téléchargements
@justcreepr I appreciate it brother! :)
@21343423 Hey there, I'll keep that in mind! Thank you for your feedback :)
@justcreepr Nah, it's a scenario problem unfortunately. Couldn't figure it out.
@justcreepr XDDD
@dxtr1402 Thats really odd. It worked fine for me. Maybe I will try to see what the issue is. Another update is coming at some point so if I find the issue, I will patch it.
@dxtr1402 For example:
menuUpKey=NumPad8
menuUpKeyDisplay=NUM8
You want this to be arrow up?
You do:
menuUpKey=Up
menuUpKeyDisplay=Arrow Up (or whatever you want, this is for display only).
@Lopis It should work if you speed up for non-BJ services
@dxtr1402 Works fine for me just tested it out. I don't know how else to help.
@Lopis Thank you bro! And nah, you don't need OpenIV or anything, just move it to the scripts folder :)
@dxtr1402 The .cfg stated that the name must be a valid "System.Windows.Forms.Keys". "ArrowKeyUp" is not a valid form of "System.Windows.Forms.Keys" afaik. You should try "Up" instead for arrow up. Enter should work in theory. Backspace = Back. If you want to look up more keys here is a link: https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-10.0