fix: Fix undefined message references (#9888)

This commit is contained in:
Aaron Dodson
2026-05-18 10:02:58 -07:00
committed by GitHub
parent 82fbcd6663
commit c1e8d85d99
@@ -81,11 +81,11 @@ function getKeyName(keyCode: number): string {
9: Msg['TAB_KEY'],
13: Msg['ENTER_KEY'],
16: Msg['SHIFT_KEY'],
17: Msg['CTRL_KEY'],
17: Msg['CONTROL_KEY'],
18: Msg['ALT_KEY'],
19: Msg['PAUSE_KEY'],
20: Msg['CAPS_LOCK_KEY'],
27: Msg['ESCAPE_KEY'],
27: Msg['ESCAPE'],
32: Msg['SPACE_KEY'],
33: Msg['PAGE_UP_KEY'],
34: Msg['PAGE_DOWN_KEY'],