mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-06 04:20:23 +00:00
feat(clipboard.conf): add descriptions (#2615)
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# Copy / Paste
|
# Copy / Paste
|
||||||
bind = SUPER, C, sendshortcut, CTRL, Insert,
|
bindd = SUPER, C, Copy, sendshortcut, CTRL, Insert,
|
||||||
bind = SUPER, V, sendshortcut, SHIFT, Insert,
|
bindd = SUPER, V, Paste, sendshortcut, SHIFT, Insert,
|
||||||
bind = SUPER, X, sendshortcut, CTRL, X,
|
bindd = SUPER, X, Cut, sendshortcut, CTRL, X,
|
||||||
bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard
|
bindd = SUPER CTRL, V, Clipboard, exec, omarchy-launch-walker -m clipboard
|
||||||
|
|||||||
Reference in New Issue
Block a user