Show clipboard picker's own shortcuts (search/delete/copy/open) in Super+K keybindings menu #8729
silversword411
started this conversation in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The clipboard picker (
omarchy menu clipboard) has several shortcuts that aren't discoverable anywhere:Delete— remove selected entryShift+Delete— clear all historyEnter— pasteShift+Enter— copy without pastingAlt+Enter— open entryThese are handled entirely inside the Quickshell plugin's own key handler (
Clipboard.qml), not registered as Hyprland binds, so they never show up inhyprctl bindsand can't appear in the Super+K keybindings cheatsheet (omarchy-menu-keybindings), which only reads Hyprland binds plus a small hardcodedstatic_bindings()list.Would be nice to either: (a) add these to that hardcoded list, or (b) show a small shortcuts footer/hint inside the clipboard picker UI itself. Omarchy 4.0.1-1.
All reactions