BindEvent is no longer working

Discussion forum for G-Force users

Moderators: BTT, andy55, b.dwall, juxtiphi

Post Reply
ddonovan
Posts: 7
Joined: Fri Aug 24, 2012 1:57 pm
Location: Minneapolis

BindEvent is no longer working

Post by ddonovan »

Since the change to the architecture in version 5, BindEvent is now broken for using in a script (.txt) file.

I’m guessing the command was made obsolete and replace by a more flexible command.

What is the way to perform the same functionality in version 5?
I want to bind a keystroke with a command.
THANKS!
ddonovan

jerohm
Senior Member
Posts: 421
Joined: Fri Jan 09, 2009 5:19 pm

Post by jerohm »

why can't you just create a 'CTRL [A-Z].txt' script file?
'BindEvent();' seems to be no more, and replaced by its python functional equivalent 'BindKey()'... with which you might be able to do what you want, just not with my expertise.
:roll:

luck

ddonovan
Posts: 7
Joined: Fri Aug 24, 2012 1:57 pm
Location: Minneapolis

Post by ddonovan »

Thanks for suggesting some alternative!

Unfortunately I am looking for a replacement for the BindEvent command that works from within a script (.txt) file.

Most of the commands before v5.0 seem to still work as before, but the BindEvent isn’t working anymore.

Is there a direct of similar replacement for the BindEvent command?

Post Reply