* 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.
6 lines
165 B
KDL
6 lines
165 B
KDL
binds {
|
|
// #"Workspaces"
|
|
Mod+1 hotkey-overlay-title="Workspace 1" { focus-workspace 1; }
|
|
Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
|
|
}
|