-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to screencast keys #184
Comments
There is this : https://github.com/ammgws/wshowkeys |
Feel free to create a PR. |
Oh I haven't heard of it, I'll try it soon, thanks @rooiratel |
@mpsq ok, will do! If the suggestion works well enough I'll mark the functionality as covered |
@rooiratel I wasn't able to run it, I tried doing so both through distrobox and got no output at all, then by running the executable produced from within the container from the host system, but it keeps saying
although I have run
as instructed. What should I do? |
Hi @quazar-omega I haven't tried it myself either! But I'll give it a go on my system and see if I can get it to work. |
Ok, I'll wait for your comment then, thank you! |
I just installed and tried it now. It works for me without any issues. For context I am on Arch Linux and I just installed the AUR package : https://aur.archlinux.org/packages/wshowkeys-git I'm not sure which distro you use, but the PKGBUILD file should hopefully help you get it working on your system: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=wshowkeys-git |
Hm I see, that is the package I had installed in my Arch container too, I'm on Fedora Kinoite so my system is immutable, that's why I couldn't install it directly on my host. I'll see if I can build it with a Fedora container, maybe that could make a difference, though to be fair, if it is becoming so hard to install (aside from Arch-based distros) I'm leaning on considering it not really user ready, don't know what the maintainers' stance on that is |
Update: I was actually able to find the dependencies I was missing thanks to pkgs.org like so and I repeated the same thing by replacing the word enclosed in parentheses after "pkgconfig" (e.g. Dependency problemI've been trying to compile it, but I got stuck at a missing dependency when I run
But if I check my system, libwayland-client is present:
I'm really confused, what should I do? |
Now the problem (just as before) is that when I run it I don't see any output.
Even though I set it as setuid:
Update: Now I also tried by compiling directly on my host system, but the issue persists anyway, maybe it has to do with some permissions? |
I may be interested in working on a project like this that works on both X11 and Wayland without root or any special permissions, after I set up some APIs in the appropriate libraries to get it done. |
That would be great, but can it really be done without root? |
Yes it can. That's why the InputCapture portal exists. |
Oh cool, I'll be looking forward to it then! |
Update here! A new (not actually new, but I just didn't know about its existence until it was brought up in a random thread) application is available: https://github.com/AlynxZhou/showmethekey |
Adds showmethekey from mpsq#184, removes unsupported section.
As of now it seems there is no application to show the keys being pressed that works on Wayland.
The X11 equivalent would be screenkey
The text was updated successfully, but these errors were encountered: