
Originally Posted by
Sechs
I'm having issues in understanding what Yush does.
Apparently not, it does just what you said below 

Originally Posted by
Sechs
It's a program that uses custom lua files where you can create a list of special "alias" and associate an in-game command or an addon command or whatever command-line you want to certain key-presses, and judging from the layout used in Arcon's example, this overrides the in-game macro system, so that if you press CTRL+0 and it has an associated command in the Yush lua file, that will get executed instead of the ctrl+0 normal macro?
That's the plan, although apparently something is buggy about it.

Originally Posted by
Sechs
And the pros of such an addon are that you can manage everything in an easy-to edit, out-of-game file, and some claimed "additional speed". Uh... has speed ever been an issue if you use a gamepad?
I don't know, I don't play on a game pad, but I know the macro bars pop up instantly when you play on a game pad, which isn't the case for the keyboard. The speed is really not a deciding factor though, at least to me.

Originally Posted by
Sechs
Can Yush work in combination with Iryoku's keybinder to bind these commands to special keyboards' Gkeys?
No, or at least I'm not aware of it. If the Binder just passes the commands through as keyboard command then yes, otherwise no. If you have the eval addon loaded you can do this to find out:
Code:
//eval windower.register_event('keyboard', print)
After you've entered that press any buttons on the game pad. If it starts spamming your console, then it works, and I can include it in Yush at some point. If not, that won't be possible to do yet.