add "`" and "~" to keycode -> ASCII table

This commit is contained in:
samveen 2019-12-17 12:47:05 +05:30
parent 627f8c5eb9
commit ba8a232970
1 changed files with 1 additions and 1 deletions

View File

@ -812,7 +812,7 @@ enum
{'#' , '~' }, /* 0x32 */ \
{';' , ':' }, /* 0x33 */ \
{'\'' , '\"' }, /* 0x34 */ \
{0 , 0 }, /* 0x35 */ \
{'`' , '~' }, /* 0x35 */ \
{',' , '<' }, /* 0x36 */ \
{'.' , '>' }, /* 0x37 */ \
{'/' , '?' }, /* 0x38 */ \