Bug 467571 - Native showscreen / wshowkeys for Plasma Wayland
Summary: Native showscreen / wshowkeys for Plasma Wayland
Status: CONFIRMED
Alias: None
Product: kwin
Classification: Plasma
Component: effects-various (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-19 16:23 UTC by postix
Modified: 2023-04-04 20:51 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2023-03-19 16:23:31 UTC
SUMMARY

Showscreen and wshowkeys are two applications to display the current typed characters as an overlay on the screen, which is useful if you want to demonstrate something which involves inputs to someone else e.g. via a video.

Unfortunately showscreen only runs under X and wshowkeys is no longer actively maintained or developed. It'd nice if there were a native effect in kwin which gives the same functions without relying on external applications.
Comment 1 postix 2023-03-19 16:25:01 UTC
https://gitlab.com/screenkey/screenkey/-/issues/61#note_732754519
> On wayland all we want to hear is managed by compositor. All logic needs to be moved there.
Comment 2 Nate Graham 2023-04-04 20:51:56 UTC
A good example of a legitimate app that the current Wayland protocols don't adequately support. We might be able to add a native KWin effect for something like this, or else work upstream to try to find a way to make apps like this work on Wayland.