mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
esc to deselect / clear clipboard
This commit is contained in:
parent
36aaeaacbc
commit
7fb00fb964
|
|
@ -7131,6 +7131,9 @@ var ahotkeys = function (e) {
|
|||
if (QS('#music.vis'))
|
||||
return ebi('cl_mu').click();
|
||||
|
||||
if (!clgot(ebi('fclr'), 'hide'))
|
||||
return fileman.clear();
|
||||
|
||||
if (QS('.opview.act'))
|
||||
return QS('#ops>a').click();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue