mpsq / arewewaylandyet

Sources for https://arewewaylandyet.com
https://arewewaylandyet.com
MIT License
274 stars 59 forks source link

Add Keypress screencasting section #185

Open quazar-omega opened 1 year ago

quazar-omega commented 1 year ago

Description

Short description of the changes: Added a section to cover the screencasting of keys, i.e. show on screen the keypresses of any type, including modifier keys.

Opened as draft to first see if https://github.com/ammgws/wshowkeys actually works or not and if yes move it to the "Where is my" section (and also remove the others?)

Checklist

I have:

quazar-omega commented 3 months ago

After trying several things as per #184, I ended up finding the key (sorry) with https://github.com/AlynxZhou/showmethekey.
It requires root access, but it's necessary for the way it scans the key presses, though another implementation based on portals could be technically possible and desirable. For now though, this works well enough.

I'll update the code as soon as I can