Merge pull request #1760 from TomJGooding/feat-keys-add-space-alias-to-displays

feat(keys): add space alias to displays
This commit is contained in:
Dave Pearson
2023-02-12 09:41:49 +00:00
committed by GitHub

View File

@@ -229,6 +229,7 @@ KEY_DISPLAY_ALIASES = {
"escape": "ESC",
"enter": "",
"minus": "-",
"space": "SPACE",
}