Skip to content

Commit

Permalink
#1 map dead keys using keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 11, 2022
1 parent 3e2e896 commit e6834ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html5/js/Keycodes.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ KEY_TO_NAME = {
"PageDown" : "Next",
};
DEAD_KEYS = {
// "`" : "dead_grave",
// "'" : "dead_acute",
"`" : "dead_grave",
"'" : "dead_acute",
};
NUMPAD_TO_NAME = {
//Num pad:
Expand Down

0 comments on commit e6834ac

Please sign in to comment.