forked from scottkirkwood/key-mon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkey-mon.appdata.xml
More file actions
35 lines (35 loc) · 1.22 KB
/
Copy pathkey-mon.appdata.xml
File metadata and controls
35 lines (35 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Scott Kirkwood <scott+personal@forusers.com> -->
<component>
<id>com.github.key-mon</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>Apache-2.0</project_license>
<name>key-mon</name>
<summary>A screencast utility that displays your keyboard and mouse status</summary>
<description>
<p>
Key-mon is useful for teaching since it shows the current status of your
keyboard and mouse and you use them in another application.
No longer do you need to say
'Now I'm pressing the Ctrl-D key',
your students can just see the keystroke for themselves.
</p>
</description>
<categories>
<category>Utility</category>
</categories>
<screenshots>
<screenshot type="default" width="585" height="360">
<image>https://raw.githubusercontent.com/scottkirkwood/key-mon/master/docs/large-screenshot.png</image>
</screenshot>
</screenshots>
<releases>
<release version="1.20" date="2020-07-01">
<description>
<p>Update to Python3, Move code to GTK3</p>
</description>
</release>
</releases>
<url type="homepage">https://github.com/scottkirkwood/key-mon</url>
<url type="contact">mailto:scott+personal@forusers.com</url>
</component>