mirror of
https://github.com/google/blockly.git
synced 2026-05-24 21:10:07 +02:00
fix: Fix undefined message references (#9888)
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user