Files
omarchy-key-visualizer/manifest.json
T
felixzsh bd20dd8a9b Add bar widget to pause and resume the key display
A keyboard glyph in the bar (WidgetButton, right section by default)
toggles a pause flag at $XDG_RUNTIME_DIR/omarchy-key-visualizer.paused that
the panel and every bar widget instance watch, so a click on any monitor
updates all of them. While paused the panel ignores key state and hides;
the button dims. Also exposes pause/resume/toggle over the key-visualizer IPC
target.
2026-08-11 11:06:37 -05:00

21 lines
577 B
JSON

{
"schemaVersion": 1,
"id": "felixzsh.key-visualizer",
"name": "Key Visualizer",
"version": "1.2.0",
"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": "BarWidget.qml"
},
"barWidget": {
"displayName": "Key Visualizer",
"description": "Pause or resume the on-screen key display",
"category": "Tools",
"allowMultiple": false,
"defaultSection": "right"
}
}