Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] How to bind a combination to a specific key code. #951

Open
misterhackerman opened this issue Mar 5, 2025 · 2 comments
Open

Comments

@misterhackerman
Copy link

I have tried what is written in the man page, the MACROS

[alt]
m = macro(135)

when i press alt+m it just types 135
i have also tried m = menu
it gives me this
keycode 147 (keysym 0x1008ff65, XF86MenuKB)' which doesn't have any effect. and not this: keycode 135 (keysym 0xff67, Menu)` which have effect.

and thanks in advance

@nsbgn
Copy link
Collaborator

nsbgn commented Mar 5, 2025 via email

@misterhackerman
Copy link
Author

Exactly, thanks compose worked, but is there documentation for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants