[Ql-Users] macros

2007-11-21 Thread Dilwyn Jones
I'm looking to write a little utility to record keypresses as macros, if necessary assigning them to a hotkey or altkey for later use. Some processes mean repeated strings of keypresses, so it may be handy to record these keypresses and replay them later with an alt or hot key to avoid typing the

Re: [Ql-Users] macros

2007-11-21 Thread Malcolm Cadman
In message [EMAIL PROTECTED], Dilwyn Jones [EMAIL PROTECTED] writes Hi Dilwyn, I did something similar to what you aiming at some years ago now with recording the actions for controlling a robotic arm. I used an array - DIM statement - to store the keys being pressed, using different letters

Re: [Ql-Users] macros

2007-11-21 Thread Norman Dunbar
Hi Dilwyn, I'm looking to write a little utility to record keypresses as macros, if necessary assigning them to a hotkey or altkey for later use. Some processes mean repeated strings of keypresses, so it may be handy to record these keypresses and replay them later with an alt or hot key