Bug 467571

Summary: Native showscreen / wshowkeys for Plasma Wayland
Product: [Plasma] kwin Reporter: postix <postix>
Component: effects-variousAssignee: KWin default assignee <kwin-bugs-null>
Status: CONFIRMED ---    
Severity: wishlist CC: kde, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.