mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-01 20:28:16 +02:00
* Fix logs uploading * Fail hard if we don't get the right branch * Fix HL 0.55 compatible unified clipboard hotkeys * Bump version --------- Co-authored-by: Ryan Hughes <ryan@heyoodle.com>
6 lines
319 B
Plaintext
6 lines
319 B
Plaintext
# Copy / Paste
|
|
bindd = SUPER, C, Universal copy, sendshortcut, CTRL, Insert, activewindow
|
|
bindd = SUPER, V, Universal paste, sendshortcut, SHIFT, Insert, activewindow
|
|
bindd = SUPER, X, Universal cut, sendshortcut, CTRL, X, activewindow
|
|
bindd = SUPER CTRL, V, Clipboard manager, exec, omarchy-launch-walker -m clipboard
|