Benutzer:Totto/common.js: Unterschied zwischen den Versionen
Benutzer:Totto/common.js (Quelltext anzeigen)
Version vom 1. Februar 2021, 18:13 Uhr
, 1. Februar 2021function(){?anon}
Totto (Diskussion | Beiträge) K (((e)=> {e.doIt})) |
Totto (Diskussion | Beiträge) K (function(){?anon}) |
||
Zeile 43:
var num= hotkey.toUpperCase().charCodeAt(0);
document.addEventListener("keydown",
}
function addHotkeyF(hotkey,function_to_call){
var num= hotkey.toUpperCase().charCodeAt(0);
document.addEventListener("keydown",
}
|