Allow using the hash key in hotkeys (SDL)

This commit is contained in:
Jonathan G Rennison
2020-09-21 03:39:02 +01:00
parent cfe63734ec
commit 0bfae346c1
4 changed files with 6 additions and 2 deletions

View File

@@ -86,6 +86,7 @@ static const KeycodeNames _keycode_to_name[] = {
{".", WKC_PERIOD}, /* deprecated, use PERIOD */
{"MINUS", WKC_MINUS},
{"-", WKC_MINUS}, /* deprecated, use MINUS */
{"HASH", WKC_HASH},
{"PAGE_UP", WKC_PAGEUP},
{"PAGE_DOWN", WKC_PAGEDOWN},
};