Skip to content

Add a way to pass a key to a parent GUI control #43

@stevium

Description

@stevium

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions