akshayjh / codelinkv2

Automatically exported from code.google.com/p/codelinkv2
0 stars 0 forks source link

Basic enchancements to the command line in HWDiag #609

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please provide detailed Information about the Feature you would like to
see.

I would like to see some improvements in the cmd engine.

0) command buffer with up/down arrow support as already requested, but also 
enchanced with a way to quickly clear the current command (for example using 
ESC key, or by navigating to the bottom of the buffer with down arrow key), so 
you do not have to hold backspace for ages or use the mouse when you 
accidentaly press "up", but then decide you need to write a whole new command.

1) script.load.(filename).(slot id#) could use a wildcard and/or ranges to 
quickly load the same application into many slots like for example:
script.load.Momos ConStrike V10.all could load the app to all slots
script.load.Momos ConStrike V10.1-4 could load the app to first 4 slots

2) introducing "program.sendkeys.(slot#).text to send" function to work with 
programs like Log Bot/Log Firebot/Passcode, so you can for example easily fill 
Log Firebot with the url by writing
program.sendkeys.9.www.orse.cl (assuming your Log Firebot is on slot 9)

Please rate the importance of your Feature Request *for others*
[Low|Med|High]: Low

Original issue reported on code.google.com by mihil...@gmail.com on 6 Oct 2013 at 9:42