Files
Python-With-Gtk-Template/plugins/template/manifest.json

10 lines
192 B
JSON
Raw Normal View History

2022-09-05 18:01:39 -05:00
{
"name": "Example Plugin",
"author": "John Doe",
"version": "0.0.1",
"support": "",
"requests": {
"bind_keys": ["Example Plugin||send_message:<Control>f"]
2022-09-05 18:01:39 -05:00
}
}