It's weird to have the `executionKey` be whitespace: ```js keyManager.addMacro({ executionKey: ' ', // <- weirdness keyEvent: 'keydown', callback: () => { console.log('spacebar'); } }) ```
It's weird to have the
executionKeybe whitespace: