-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalire.toml
38 lines (30 loc) · 1.21 KB
/
alire.toml
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
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.3.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)']
linux = true
macos = false
windows = false
'...' = false
[[depends-on]]
aws = "^23.0.0"
[[depends-on]]
ada_toml = "~0.3.0"