keyd icon indicating copy to clipboard operation
keyd copied to clipboard

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

Open misterhackerman opened this issue 9 months ago • 2 comments

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

misterhackerman avatar Mar 05 '25 19:03 misterhackerman

I cannot reproduce this...

tokyo4j avatar Apr 13 '25 17:04 tokyo4j

I cannot reproduce this...

Are you trying with a gap between windows of 0?

When I recorded this I had a window gap of 0.

E.g.

<!-- Core settings -->
  <core>
    ...
    <gap>0</gap>
    ...
  </core>

When using a window gap greater than 0 though, the windows don't overlap so it doesn't cause this issue.

GuiFlam avatar Apr 17 '25 15:04 GuiFlam

I'm using gap of 0.

When using a window gap greater than 0 though, the windows don't overlap so it doesn't cause this issue.

This is strange. Maybe the issue happens only with certain window sizes.

What's your physical screen resolution? Also, does the issue happen when you kill the panel (sfwbar?) so that the height of the firefox window is the same as the screen height?

tokyo4j avatar Apr 18 '25 03:04 tokyo4j