How badly do you want it? You can add your own if you want, though they'll only last until you refresh the page or quit: document.addEventListener('keydown', ({ target, key }) => { if (target.id === 'finalcanvas' && key === 't') $('#placelight')[0].click() }); Pasting that into the browser console would bind 't' to the torch tool while the canvas is in focus, for example. If you really want your own hotkeys you could use fire/grease/tampermonkey to autoload the script when you enter a campaign.