Sort keybindings on SUPER + K

Easier to learn when presented in order
This commit is contained in:
David Heinemeier Hansson
2025-10-24 06:06:34 -07:00
parent 1776981ebf
commit de2b32d77f
5 changed files with 61 additions and 25 deletions

View File

@@ -1,5 +1,5 @@
# Copy / Paste
bindd = SUPER, C, Copy, sendshortcut, CTRL, Insert,
bindd = SUPER, V, Paste, sendshortcut, SHIFT, Insert,
bindd = SUPER, X, Cut, sendshortcut, CTRL, X,
bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard
bindd = SUPER, C, Universal copy, sendshortcut, CTRL, Insert,
bindd = SUPER, V, Universal paste, sendshortcut, SHIFT, Insert,
bindd = SUPER, X, Universal cut, sendshortcut, CTRL, X,
bindd = SUPER CTRL, V, Clipboard manager, exec, omarchy-launch-walker -m clipboard