Open andrewpbray opened 3 months ago
Options in yaml would be debug-mode: {true, false} with default to false. if true, could be toggled off and back on.
debug-mode: {true, false}
<meta>
The only thing we need to watch out for/test with hot keys is ensuring they don't consume events intended for other things (like preventing text from being entered in a text box)!
Options in yaml would be
debug-mode: {true, false}
with default to false. if true, could be toggled off and back on.<meta>
<meta>
, set-up event listener for keydown that will add, remove debug class.