Call a procedure
simpi
I am wondering if it is possible to call a procedure pressing a single key the keyboard.
Thanks
I am wondering if it is possible to call a procedure pressing a single key the keyboard.
Thanks
I think you can do this indirectly by calling a macro menu item that calls a function:
// press F6
"CallFoo/F6", foo()
End
function foo()
print "something"
end
see also:
January 31, 2020 at 06:36 am - Permalink