mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 01:22:13 -06:00
nope, not doing this
This commit is contained in:
parent
2bc0cdf017
commit
b9c3538253
|
@ -925,7 +925,7 @@ function cfg_uni(e) {
|
||||||
function keydown(ev) {
|
function keydown(ev) {
|
||||||
ev = ev || window.event;
|
ev = ev || window.event;
|
||||||
var kc = ev.code || ev.keyCode || ev.which;
|
var kc = ev.code || ev.keyCode || ev.which;
|
||||||
//console.log(ev.code, kc);
|
//console.log(ev.key, ev.code, ev.keyCode, ev.which);
|
||||||
if (ctrl(ev) && (ev.code == "KeyS" || kc == 83)) {
|
if (ctrl(ev) && (ev.code == "KeyS" || kc == 83)) {
|
||||||
save();
|
save();
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue