Add Ctrl + Super + Ins as Copy

So we can hook it up to super + C/V
This commit is contained in:
David Heinemeier Hansson
2025-10-09 07:16:13 -04:00
parent c541faff7d
commit a544e78107
+2 -1
View File
@@ -17,5 +17,6 @@ decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" }
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
]