-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remapper fixes #721
Remapper fixes #721
Conversation
29a6704
to
6ad8eef
Compare
'delete': 'Del', | ||
}; | ||
|
||
public static Translate(key: string): string { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you call this something like normalize?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also does this normalize eg esc to Esc and ESC to Esc?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done and added tests to verify.
Esc
, ESC
, esc
, <EsC>
, esCape => <Esc>
Check my 2 comments but LGTM otherwise if it fixes the jj problem. |
Why is xconverge's commit showing up in the list of commits? |
206122b
to
9e879dc
Compare
9e879dc
to
08cced5
Compare
@johnfn hmm, GitHub doesn't seem to display the merges very well. In any case, I burned the old branch. All is well. |
<Esc>
or<esc>