Files
omarchy-key-visualizer/manifest.json
T
2026-08-24 14:19:30 -05:00

25 lines
606 B
JSON

{
"schemaVersion": 1,
"id": "felixzsh.key-visualizer",
"name": "Key Visualizer",
"version": "1.8.1",
"author": "felixzsh",
"description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.",
"kinds": [
"panel",
"bar-widget"
],
"keepLoaded": true,
"entryPoints": {
"panel": "KeyVisualizer.qml",
"barWidget": "Panel.qml"
},
"barWidget": {
"displayName": "Key Visualizer",
"description": "Toggle the key display and its options",
"category": "Tools",
"allowMultiple": false,
"defaultSection": "right"
}
}