Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle special keys in the mapping properly (#240)
* Convert "\<Tab>" to "<Tab>" The mapping `<Tab>` is tracked in the mappings in String form, while the returned value from `getchar()` is a Number, convert it to String manually so that the corresponding entry in `s:runtime` can be retrieved. Close #135 * Handle more special keys properly Part of #232, Thanks to @rene-descartes2021
- Loading branch information