Open
Description
Dear developer,
I am replicating xah-fly-keys emacs mode using ModalEditor. I was able to set most keybindings, but numbers do not work. I tried quoted and unquoted numbers, but they just do not work in normal mode. The commands I was using are valid since they work fine when assigning them to a letter. For example:
module.exports = {
normal: {
m: "command",
6: "command",
"6": "command"
}
}
In the example, only m worked.
Does ModalEditor support numbers for keybindings?
Thank you for your great work on ModalEditor!
Diego
Metadata
Metadata
Assignees
Labels
No labels
Activity