- Mar
- 22
- 0
hi
i have been trying to figure out:
1- is there a global hot key to restore tcmd from tray?
2- is there a shortcut key to switch between current tab and the command input? note: not using ctrl-tab and arrowkeys to select the command input window!
if there is no solution then 2 it can be done using a plugin.
Can anyone provide code sample using TakeCommandIPC to get handle of tcmd and i can use
to set focus
with my regards and thanks
ehab
Take Command v13.03.48
i have been trying to figure out:
1- is there a global hot key to restore tcmd from tray?
2- is there a shortcut key to switch between current tab and the command input? note: not using ctrl-tab and arrowkeys to select the command input window!
if there is no solution then 2 it can be done using a plugin.
Can anyone provide code sample using TakeCommandIPC to get handle of tcmd and i can use
Code:
FoundWindow = FindWindowEx(tcmdHandle, 0, 'Scintilla ', nil);
PostMessage( FoundWindow , WM_NEXTDLGCTL, 0, 0L) ;
to set focus
with my regards and thanks
ehab
Take Command v13.03.48