Hi, Thank you so much for foot. -m
d523e7a676 misc.c include <stdlib.h> header
Hi, I get a failure to compile render.c because INT_MAX is not defined. If I add:
#include <limits.h>
to render.c then it compiles ok. thx, -m
Hi,
Not sure, but maybe need to wrap a few more lines with the new ifdef ? Something like -
+#if defined(WL_SHM_RELEASE_SINCE_VERSION) wayl->use_shm_release = version >=...
As dnkl says -
Your keyboard layout is most likely adding additional modifiers to the key combination
I don't know if its the same thing as me, but I'll just mention I use Mod1+Meta for...
Fixed in 3a7ea1f44b5cac16c4d67cddb75c02638d59c55c thx!
Just saw your comment. I will try to find a commit in libxkbcommon and report back.
So perhaps some recent change to libxkbcommon + my old/wacky env caused this ? I can try to bisect a commit. But I think a this point its not foot so we can close this issue.
thank you for...
So I think all this is my wayland env ...
And with wayland - ./xkbcli interactive-wayland seat0: keycode [ LWIN ] keysyms [ Super_L ] unicode [ ] layout [ English (US) (0) ] level [ 0 ] mods [ ] leds [ ] seat0:...
A Super+space keypress debug with xkbcli shows - ./xkbcli interactive-evdev keycode [ LWIN ] keysyms [ Super_L ] unicode [ ] layout [ English (US) (0) ] level [ 0 ] mods [...
And my libxkbcommon lib used in foot xkbcli version is 1.6.0
Hi,
% setxkbmap -print -verbose 10 Setting verbose level to 10 locale is C Trying to load rules file ./rules/evdev... Success. Applied rules from evdev: rules: evdev model: ...
If I make all my Mod1+ mappings be Mod1+Meta+ and all my Mod4+ mappings Mod4+Super+ then all perfect :-)
Mod1+Shift+BackSpace - dbg: input.c:502: keyboard_keymap: keyboard=0x55b0e1379970 (format=1, size=50941) dbg: input.c:1770: keyboard repeat: rate=27, delay=500 info: fcft.c:838: /home/kellma02...
Thx.
Super+space - dbg: input.c:502: keyboard_keymap: keyboard=0x55af59c6d310 (format=1, size=50941) dbg: input.c:1770: keyboard repeat: rate=27, delay=500 dbg: input.c:1731: modifiers:...
And a Mod1+Shift+BackSpace result, when Shift+BackSpace, Mod1+BackSpace and Mod1+Shift+BackSpace are all mapped differently -
dbg: input.c:502: keyboard_keymap: keyboard=0x5650c008c310...
Hi,
From a Super+space keypress -
dbg: input.c:502: keyboard_keymap: keyboard=0x5555e60d4ba0 (format=1, size=50941) dbg: input.c:1723: keyboard repeat: rate=27, delay=500 info:...
Hi, For my Mod4/Super issue, it changed for me in commit -
commit 4730ff8d080e82fad0554dfcb957dfc82f6568b3 input/config: support all modifier names
After this commit Mod4+space just...