* feat: add keybind cheatsheet * docs: refresh keybind cheatsheet preview * docs: use official generated keybind thumbnail * feat(keybind-cheatsheet): preload cached snapshots Move parser and cache ownership into an event-driven data service so the panel opens from a prepared last-known-good snapshot. Document the plugin's inspiration and independent v5 implementation.
19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"mango": {
|
|
"count": 9,
|
|
"descriptions": ["Terminal", "Close window", "Workspace 1", "Move window", "Focus left", "Lock on close"]
|
|
},
|
|
"hypr_conf": {
|
|
"count": 5,
|
|
"descriptions": ["Terminal", "Move window", "Close window", "Workspace 1"]
|
|
},
|
|
"hypr_lua": {
|
|
"count": 4,
|
|
"categories": ["Applications", "Workspaces", "Media", "Without Description"]
|
|
},
|
|
"niri": {
|
|
"count": 5,
|
|
"descriptions": ["Terminal", "Close window", "Workspace 1"]
|
|
}
|
|
}
|