1
0
mirror of https://github.com/lus/pasty.git synced 2023-08-10 21:13:09 +03:00

Fix copy behaviour

This commit is contained in:
Lukas SP
2020-09-16 20:17:40 +02:00
parent bd92974182
commit 386e878f07
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ export function setupKeybinds() {
element = document.getElementById("btn_delete");
break;
}
case 67: {
case 66: {
element = document.getElementById("btn_copy");
break;
}