Skip to content

Possible to pass through non-mapped keys and have them "work like normal"? #2

Description

@dhess83

Hello, thank you for your project.
I have Multi-Keyboard-For-AHK working with Autohotkey so that I can make custom key combinations on different keyboards. Thank you!

Is there an option to send other keys straight through to the system? For example, if I wanted to press the letter 'A' on a keyboard that is added in the configuration.ini file, no keys are sent through. LuaMacros had a way to enable non-mapped keys.

if (direction == 1) then return end -- ignore down; if you want to be able to type the original letters as well with the secondary keyboard, remove this line

This was how LuaMacros handled it. Is there a way to do this in your software?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions