Hi guys,
My job requires me to use several programming IDEs like Visual Studio, Texas Instruments CCS, Keil, IAR,... One problem is that each IDE has its own keyboard shortcut. For example, to debug in Visual Studio, I have to press F5, but to debug in IAR, I have to press 'Ctrl + D'.
I think one solution to this problem is to write a program to remap a keyboard combination to a different one, depending on which IDE is currently used. For example, I would like to use F5 for the debug action of all IDEs. Therefore if Visual Studio is currently active, then F5 will not be remapped. But if IAR is active, then F5 will be remapped to 'Ctrl + D'.
Can I do this using AutoIt?
Thanks.
My job requires me to use several programming IDEs like Visual Studio, Texas Instruments CCS, Keil, IAR,... One problem is that each IDE has its own keyboard shortcut. For example, to debug in Visual Studio, I have to press F5, but to debug in IAR, I have to press 'Ctrl + D'.
I think one solution to this problem is to write a program to remap a keyboard combination to a different one, depending on which IDE is currently used. For example, I would like to use F5 for the debug action of all IDEs. Therefore if Visual Studio is currently active, then F5 will not be remapped. But if IAR is active, then F5 will be remapped to 'Ctrl + D'.
Can I do this using AutoIt?
Thanks.