mirror of https://github.com/MidnightCommander/mc
Add semicolon to the table of key code names.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ce568de9b9
commit
052ac838aa
|
@ -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"), "&"},
|
||||
|
|
Loading…
Reference in New Issue