mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-18 06:09:58 +00:00
Merge branch 'current' of https://github.com/wukko/cobalt into current
This commit is contained in:
commit
441d53a2c3
1 changed files with 2 additions and 0 deletions
|
@ -626,6 +626,8 @@ document.onkeydown = (e) => {
|
|||
if (e.metaKey || e.ctrlKey || e.key === "/") eid("url-input-area").focus();
|
||||
if (e.key === "Escape" || e.key === "Clear") clearInput();
|
||||
|
||||
if (e.target === eid("url-input-area")) return;
|
||||
|
||||
// top buttons
|
||||
if (e.key === "D") pasteClipboard();
|
||||
if (e.key === "K") changeSwitcher('audioMode', 'false');
|
||||
|
|
Loading…
Reference in a new issue