Add: BACKSPACE can be mapped as a hotkey

This commit is contained in:
Samuel Cochran 2018-09-16 18:10:26 +10:00 committed by Michael Lutz
parent ca5b68145a
commit 1a73c39838

View File

@ -41,6 +41,7 @@ static const KeycodeNames _keycode_to_name[] = {
{"GLOBAL", WKC_GLOBAL_HOTKEY},
{"ESC", WKC_ESC},
{"DEL", WKC_DELETE},
{"BACKSPACE", WKC_BACKSPACE},
{"RETURN", WKC_RETURN},
{"BACKQUOTE", WKC_BACKQUOTE},
{"F1", WKC_F1},