Add semicolon to the table of key code names.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2014-09-04 11:35:36 +04:00
parent ce568de9b9
commit 052ac838aa
1 changed files with 1 additions and 0 deletions

View File

@ -174,6 +174,7 @@ const key_code_name_t key_name_conv_tab[] = {
{(int) ',', "comma", N_("Comma"), ","},
{(int) '\'', "apostrophe", N_("Apostrophe"), "\'"},
{(int) ':', "colon", N_("Colon"), ":"},
{(int) ';', "semicolon", N_("Semicolon"), ";"},
{(int) '!', "exclamation", N_("Exclamation mark"), "!"},
{(int) '?', "question", N_("Question mark"), "?"},
{(int) '&', "ampersand", N_("Ampersand"), "&"},