mirror of
https://github.com/Luzifer/ulauncher-autotype.git
synced 2024-11-12 17:12:44 +00:00
16 lines
406 B
JSON
16 lines
406 B
JSON
{
|
|
"required_api_version": "^2.0.0",
|
|
"name": "Auto-Type",
|
|
"description": "Automatically type stuff using xdotool when you're not allowed to paste",
|
|
"developer_name": "Knut Ahlers",
|
|
"icon": "icon/icon.svg",
|
|
"preferences": [
|
|
{
|
|
"id": "autotype_kw",
|
|
"type": "keyword",
|
|
"name": "AutoType",
|
|
"description": "Auto-Type using xdotool",
|
|
"default_value": "at"
|
|
}
|
|
]
|
|
}
|