cabdf1307c
The display now only updates on key-down (the combo grows as you press) and when the last key is released (the empty payload starts the linger with the last full combo). Intermediate releases no longer shrink the display, so the order you let go of a shortcut doesn't matter: Ctrl+Shift+N stays Ctrl+Shift+N whether Ctrl, Shift, or N goes up first, and the 1s linger shows the full combo instead of a partial release state. Matches the keybinding-tutorial use case better than keyviz, which shrinks key-by-key on spaced releases.
24 lines
582 B
JSON
24 lines
582 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "felixzsh.key-visualizer",
|
|
"name": "Key Visualizer",
|
|
"version": "1.4.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"
|
|
}
|
|
}
|