@allpurposemat@mastodon.gamedev.place
Post #1602600
2026-04-17 08:00 UTC
@flamingradian I gave haptics a shot, not ready for upstreaming yet but I got my local build of ufkb to vibrate like Unexpected Keyboard does:
https://git.allpurposem.at/mat/unfettered-keyboard/commit/4ad7662adda5ed91cf03ee31969e29b8cc4bc8f8
Crazy how much it changes the feel when typing, happy it works so easily.
I don't know Rust ~~yet~~, so many thanks to @daxanius for help getting the basics down 🦀
Replies (1)
-
@allpurposemat@mastodon.gamedev.place 2026-05-08 08:29
@flamingradian@social.sineware.ca So, I gave a shot to "just" enabling the compose key: https://git.allpurposem.at/mat/unfettered-keyboard/commit/81ed9bd4b91a60dc30498412deb3354555bf0c81 As expected, it is more complicated than that. WAYLAND_DEBUG=1 shows me the key event is going through, but it doesn't seem to have any actual effect (can't compose any sequences). I suspect more handling is needed on the keyboard side, or perhaps a change in the keymap/layout, but I am super out of my depth with #xkb Shot in the dark, maybe I know someone who can help?