-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,29 @@ | ||
name = "keypadder" | ||
description = "Programmable virtual keypad for your Linux desktop" | ||
long-description = """ | ||
# Overview | ||
Keypadder runs on your desktop machine and provides a mobile/tablet-friendly | ||
web page that you use from a tablet or phone to send frequently-used, awkward, | ||
or difficult-to-remember key combinations to the currently-focused desktop application. | ||
Amongst other things, the author uses it with Thunderbird and LibreOffice Writer | ||
for typing accented characters, with MuseScore to provide a keypad similar to a | ||
certain commercial score writing application, and with Firefox for accented | ||
characters and Emojis in social media. | ||
It's a great use for one of those old smartphones or tablets you have lying in that drawer! | ||
""" | ||
version = "0.2.0" | ||
tags = ["linux", "keyboard", "mobile", "programmable", "tablet", "macro", "keypad", "macropad"] | ||
|
||
authors = ["Stephen Merrony"] | ||
maintainers = ["Stephen Merrony <[email protected]>"] | ||
maintainers-logins = ["SMerrony"] | ||
|
||
licenses = "GPL-3.0-or-later" | ||
website = "https://github.com/SMerrony/keypadder" | ||
|
||
executables = ["keypadder"] | ||
|
||
[available.'case(os)'] | ||
|