Skip to content

Commit

Permalink
Update alire.toml for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerrony committed Feb 20, 2023
1 parent e74749f commit 67bd0bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions alire.toml
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)']
Expand Down

0 comments on commit 67bd0bf

Please sign in to comment.