[Question] How to bind a combination to a specific key code.
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
I cannot reproduce this...
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.
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?