esc to deselect / clear clipboard

This commit is contained in:
Til Schmitter 2026-06-08 12:38:29 +02:00
parent 36aaeaacbc
commit 7fb00fb964

View file

@ -7131,6 +7131,9 @@ var ahotkeys = function (e) {
if (QS('#music.vis')) if (QS('#music.vis'))
return ebi('cl_mu').click(); return ebi('cl_mu').click();
if (!clgot(ebi('fclr'), 'hide'))
return fileman.clear();
if (QS('.opview.act')) if (QS('.opview.act'))
return QS('#ops>a').click(); return QS('#ops>a').click();