mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
fa167bcdc4
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.
13 lines
220 B
Plaintext
13 lines
220 B
Plaintext
<runtime ram="1M" caps="100" binary="screenshot_trigger">
|
|
|
|
<requires> <gui/> <event/> </requires>
|
|
|
|
<config size="50"/>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="screenshot_trigger"/>
|
|
</content>
|
|
|
|
</runtime>
|