mirror of
https://github.com/Luzifer/ulauncher-autotype.git
synced 2024-12-05 20:24:02 +00:00
17 lines
406 B
JSON
17 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"
|
||
|
}
|
||
|
]
|
||
|
}
|