Is there any way to switch the focus from ConEmu to a hosting application without using the mouse?
I am experimenting with this Visual Studio extension: https://github.com/Therena/ConEmuIntegration, trying to intercept keys before ConEmu. I have tried using the SetWindowsHookEx native methods from user32.dll to install a custom Keyboard Procedure, but with no success. Only special hotkeys, like Alt+Tab, Alt+Esc, etc., work.
ConEmu is a remarkable project, but not being able to intercept any keys before it, and thus having to use the mouse for switching to other GUI controls, degrades the experience of using the ConEmu-inside to a great extent.
Is there any way to switch the focus from ConEmu to a hosting application without using the mouse?
I am experimenting with this Visual Studio extension: https://github.com/Therena/ConEmuIntegration, trying to intercept keys before ConEmu. I have tried using the SetWindowsHookEx native methods from user32.dll to install a custom Keyboard Procedure, but with no success. Only special hotkeys, like Alt+Tab, Alt+Esc, etc., work.
ConEmu is a remarkable project, but not being able to intercept any keys before it, and thus having to use the mouse for switching to other GUI controls, degrades the experience of using the ConEmu-inside to a great extent.