Switch to new hotkeys

Make room for unified super + c/v and put all app launches on super +
shift + [letter]
This commit is contained in:
David Heinemeier Hansson
2025-10-14 22:26:03 +03:00
parent 671194dfa9
commit fcae2e9809
12 changed files with 124 additions and 32 deletions

View File

@@ -16,7 +16,6 @@ decorations = "None"
[keyboard]
bindings = [
{ key = "F11", action = "ToggleFullscreen" },
{ key = "Insert", mods = "Shift", action = "Paste" },
{ key = "Insert", mods = "Control", action = "Copy" }
]