Is there a way to get buttons to "auto repeat" i.e. when hitting enter?

Started by Hypersonic · 2010-06-05 14:02 UTC · 1 replies · SMF topic #1289

After running a command from a button, is it possible to somehow get the button command to repeat when then hitting enter?

Thanks!
Sure, either program your event handler to run the command via (dcl_SendString), or edit the event handler function name so that it is just the command name by itself instead of a function name.