import project
This commit is contained in:
commit
a7012e15c2
31 changed files with 2558 additions and 0 deletions
35
desktop/remote-touchpad.appdata.xml
Normal file
35
desktop/remote-touchpad.appdata.xml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component type="desktop">
|
||||
<id>remote-touchpad.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>AGPL-3.0-or-later</project_license>
|
||||
<name>Remote Touchpad</name>
|
||||
<summary>Control mouse and keyboard from a smartphone</summary>
|
||||
<description>
|
||||
<p>
|
||||
Control mouse and keyboard from the webbrowser of a smartphone (or any other device with a touchscreen).
|
||||
To take control just open the displayed URL or scan the QR code.
|
||||
</p>
|
||||
<p>
|
||||
Supports Linux/X11 and Windows.
|
||||
</p>
|
||||
</description>
|
||||
<url type="bugtracker">https://github.com/Unrud/remote-touchpad/issues</url>
|
||||
<url type="homepage">https://github.com/Unrud/remote-touchpad</url>
|
||||
<developer_name>Unrud</developer_name>
|
||||
<releases>
|
||||
<release version="0.0.1" date="2018-06-23" />
|
||||
</releases>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/1.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/2.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://raw.githubusercontent.com/Unrud/remote-touchpad/0.0.1/screenshots/3.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<content_rating type="oars-1.1" />
|
||||
</component>
|
||||
9
desktop/remote-touchpad.desktop
Normal file
9
desktop/remote-touchpad.desktop
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Desktop Entry]
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Name=Remote Touchpad
|
||||
Comment=Control mouse and keyboard from a smartphone
|
||||
Terminal=true
|
||||
Exec=remote-touchpad
|
||||
Icon=remote-touchpad
|
||||
Categories=Network;RemoteAccess;ConsoleOnly;
|
||||
BIN
desktop/remote-touchpad.ico
Normal file
BIN
desktop/remote-touchpad.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
BIN
desktop/remote-touchpad_128.png
Normal file
BIN
desktop/remote-touchpad_128.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.2 KiB |
BIN
desktop/remote-touchpad_256.png
Normal file
BIN
desktop/remote-touchpad_256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
desktop/remote-touchpad_512.png
Normal file
BIN
desktop/remote-touchpad_512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
desktop/remote-touchpad_64.png
Normal file
BIN
desktop/remote-touchpad_64.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue