Skip to content

Registering space as an execution key, requires a literal to be typed #25

@patrickberkeley

Description

@patrickberkeley

It's weird to have the executionKey be whitespace:

keyManager.addMacro({
            executionKey: ' ', // <- weirdness
            keyEvent: 'keydown',
            callback: () => {
                console.log('spacebar');
            }
        })

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions