Started by Hypersonic ·
2010-06-05 14:02 UTC ·
1 replies · SMF topic #1289
Hypersonic
2010-06-05 14:02 UTC
After running a command from a button, is it possible to somehow get the button command to repeat when then hitting enter?
Thanks!
owenwengerd
2010-06-05 16:57 UTC
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.