7ab4d2f18d
Previously the chips cleared the instant the keys were released, so the 120ms hide delay was invisible. Keep the last combo rendered for the whole linger window and only clear it when the timer fires, so a quick tap stays readable (keyviz keeps keys for lingerDurationMs, 5s by default). Default 1000ms, tunable via lingerMs.
13 lines
323 B
JSON
13 lines
323 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "felixzsh.key-visualizer",
|
|
"name": "Key Visualizer",
|
|
"version": "1.1.0",
|
|
"description": "Shows the keys you press on screen. Great for keybinding tutorials, demos, and screencasts.",
|
|
"kinds": ["panel"],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"panel": "KeyVisualizer.qml"
|
|
}
|
|
}
|