Files
omarchy-key-visualizer/manifest.json
T
2026-08-11 09:53:48 -05:00

13 lines
322 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.key-visualizer",
"name": "Key Visualizer",
"version": "1.0.0",
"description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.",
"kinds": ["panel"],
"keepLoaded": true,
"entryPoints": {
"panel": "KeyVisualizer.qml"
}
}