5 lines
143 B
TOML
5 lines
143 B
TOML
|
[keyboard]
|
||
|
bindings = [
|
||
|
{ key= "C", mods = "Control|Shift", action = "Copy" },
|
||
|
{ key= "V", mods = "Control|Shift", action = "Paste" }
|
||
|
]
|