keyboard macros don't work with maco keys
Posted: Tue Jun 14, 2005 8:44 pm
Hi,
I recently customized Zeus by binding lua files to the backspace and home key. Now when I attempt to create a keyboard macro which includes these two keys, the keyboard macro doesn't work. Below is the macro Zeus create when I had it record the keystokes
test<backspace><backspace><backspace>
function key_macro()
screen_update_disable()
print("test")
()
()
()
screen_update_enable()
screen_update()
end
key_macro() -- run the macro
I hope there is a simple solution to this since I am finally happy with the home and backspace behavor but I use keystoke macros all the time.
Thanks,
Jack
I recently customized Zeus by binding lua files to the backspace and home key. Now when I attempt to create a keyboard macro which includes these two keys, the keyboard macro doesn't work. Below is the macro Zeus create when I had it record the keystokes
test<backspace><backspace><backspace>
function key_macro()
screen_update_disable()
print("test")
()
()
()
screen_update_enable()
screen_update()
end
key_macro() -- run the macro
I hope there is a simple solution to this since I am finally happy with the home and backspace behavor but I use keystoke macros all the time.
Thanks,
Jack