-
Notifications
You must be signed in to change notification settings - Fork 87
/
easystroke.appdata.xml
43 lines (43 loc) · 1.68 KB
/
easystroke.appdata.xml
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
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2014 Thomas Jaeger <[email protected]> -->
<component type="desktop">
<id>easystroke.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>ISC</project_license>
<name>Easystroke</name>
<summary>Gesture-recognition application for X11</summary>
<description>
<p>
Easystroke is a gesture-recognition application for X11. Gestures or strokes
are movements that you make with you mouse (or your pen, finger etc.) while
holding down a specific mouse button. Easystroke will execute certain actions
if it recognizes the stroke; currently easystroke can emulate key presses,
execute shell commands, hold down modifiers and emulate a scroll wheel.
</p>
<p>
The program was designed with Tablet PCs in mind and can be used effectively
even without access to a keyboard. Easystroke tries to provide an intuitive
and efficient user interface, while at the same time being highly configurable
and offering many advanced features.
</p>
</description>
<screenshots>
<screenshot type="default">
<image width="1024" height="576">
https://alexpl.fedorapeople.org/AppData/easystroke/screens/easystroke_01.png
</image>
</screenshot>
<screenshot>
<image width="1024" height="576">
https://alexpl.fedorapeople.org/AppData/easystroke/screens/easystroke_02.png
</image>
</screenshot>
<screenshot>
<image width="1024" height="576">
https://alexpl.fedorapeople.org/AppData/easystroke/screens/easystroke_03.png
</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/thjaeger/easystroke/wiki</url>
<updatecontact>[email protected]</updatecontact>
</component>