mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-25 11:02:13 +02:00
Merge branch 'current' of https://github.com/wukko/cobalt into current
This commit is contained in:
commit
441d53a2c3
@ -626,6 +626,8 @@ document.onkeydown = (e) => {
|
|||||||
if (e.metaKey || e.ctrlKey || e.key === "/") eid("url-input-area").focus();
|
if (e.metaKey || e.ctrlKey || e.key === "/") eid("url-input-area").focus();
|
||||||
if (e.key === "Escape" || e.key === "Clear") clearInput();
|
if (e.key === "Escape" || e.key === "Clear") clearInput();
|
||||||
|
|
||||||
|
if (e.target === eid("url-input-area")) return;
|
||||||
|
|
||||||
// top buttons
|
// top buttons
|
||||||
if (e.key === "D") pasteClipboard();
|
if (e.key === "D") pasteClipboard();
|
||||||
if (e.key === "K") changeSwitcher('audioMode', 'false');
|
if (e.key === "K") changeSwitcher('audioMode', 'false');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user