genode/repos/gems/sculpt/launcher/screenshot_trigger
Norman Feske fa167bcdc4 gems: screenshot trigger for virtual print button
The screenshot trigger displays a little red dot at the upper-left
corner of the screen. When touched or clicked-on, it generates an
artificial key-press-release sequence for the print key and disappears
for one second. In this time, a separate screenshot component can handle
the print key by capturing the screen without the red dot appearing in
the saved picture.
2023-02-27 08:22:47 +01:00

8 lines
212 B
Plaintext

<launcher pkg="screenshot_trigger">
<route>
<service name="Gui"> <parent label="overlay"/> </service>
<service name="Event"> <parent label="global"/> </service>
</route>
<config size="80"/>
</launcher>