Use ctrl+alt+c to not touch the copy shortcut

This commit is contained in:
Natsu Kagami 2022-04-27 14:56:15 -04:00
parent 04064e6440
commit e2b3c35bd4
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -57,7 +57,7 @@ in
};
key_bindings = [
{ key = "C"; mods = "Shift|Control"; action = "SpawnNewInstance"; }
{ key = "C"; mods = "Alt|Control"; action = "SpawnNewInstance"; }
];
};
};