Files
omarchy-key-visualizer/manifest.json
T
felixzsh 34646dec28 Fix pause toggle: never delete the flag file
The FileView watcher fires on content changes but not on deletion, so
resuming (rm of the flag) left the panel and the menu stuck paused.
Rewrite the flag with 0 or 1 instead, matching the state-file pattern
that already works.
2026-08-11 14:03:12 -05:00

24 lines
582 B
JSON

{
"schemaVersion": 1,
"id": "felixzsh.key-visualizer",
"name": "Key Visualizer",
"version": "1.3.3",
"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"
}
}