You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
You are probably looking for `m = compose`.
I do think it makes some sense to be able to emit arbitrary keycodes, but that is not possible currently (and thus not what `macro()` does). Use `keyd monitor` to see which keyd name corresponds to which physical key.
On March 5, 2025 8:15:29 PM GMT+01:00, misterhackerman ***@***.***> wrote:
misterhackerman created an issue (rvaiya/keyd#951)
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
--
Reply to this email directly or view it on GitHub:
#951
You are receiving this because you are subscribed to this thread.
Message ID: ***@***.***>
I have tried what is written in the man page, the MACROS
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
The text was updated successfully, but these errors were encountered: