mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add Ctrl + Super + Ins as Copy
So we can hook it up to super + C/V
This commit is contained in:
@@ -17,5 +17,6 @@ decorations = "None"
|
|||||||
[keyboard]
|
[keyboard]
|
||||||
bindings = [
|
bindings = [
|
||||||
{ key = "F11", action = "ToggleFullscreen" },
|
{ key = "F11", action = "ToggleFullscreen" },
|
||||||
{ key = "Insert", mods = "Shift", action = "Paste" }
|
{ key = "Insert", mods = "Shift", action = "Paste" },
|
||||||
|
{ key = "Insert", mods = "Control", action = "Copy" }
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user