mirror of
https://github.com/basecamp/omarchy.git
synced 2026-01-09 05:10:54 +08:00
6 lines
242 B
Plaintext
6 lines
242 B
Plaintext
# 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
|