949f41a6be
Clicking the keyboard glyph now opens a KeyboardPanel popup (the native bar pattern, e.g. omarchy.audio) instead of toggling pause directly: Show keys toggle, Mode (all | bindings), and Position (bottom/top/ center). The toggle writes the pause flag and the options write config.json, both watched by the display panel, so menu and overlay stay in sync across monitors. Replaces BarWidget.qml with a Panel-based widget (Panel + BarIconButton + KeyboardPanel).
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "felixzsh.key-visualizer",
|
|
"name": "Key Visualizer",
|
|
"version": "1.3.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": "Panel.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Key Visualizer",
|
|
"description": "Toggle the key display and its options",
|
|
"category": "Tools",
|
|
"allowMultiple": false,
|
|
"defaultSection": "right"
|
|
}
|
|
}
|