On 06-12-2004 21:15, Allan Odgaard wrote:
On Dec 6, 2004, at 15:52, Jeroen van der Ham wrote:
Can we get a "Repeat last command" Command? :)
Sorry, but currently that's too much work. And I'm not sure exactly what constitutes a command.
Is there any particular situation where this would be desired?
I meant the "commands" from the automation, run command menu.
I often want to run a file through a checker, or test it in some way, but I don't want to make a keybinding for every different kind of checker/tester, since I'm only doing repetitions of one at each time.
Jeroen.
On Dec 6, 2004, at 21:30, Jeroen van der Ham wrote:
I often want to run a file through a checker, or test it in some way, but I don't want to make a keybinding for every different kind of checker/tester, since I'm only doing repetitions of one at each time.
If you bind the same key to all commands you get a menu when you press that key -- not the same, but probably an improvement over no key.
What you could do is let each command write its ID or similar to a file in /tmp and then have a command (with a key) which checks this file to see what action to actually perform.
It requires a little more work, but the net result would be the same AFAICT.