core: add context menu key

This commit is contained in:
Jeffrey C. Ollie
2025-01-16 16:08:35 -06:00
committed by Mitchell Hashimoto
parent 73ec7e5f10
commit 9c70f8aee1
3 changed files with 7 additions and 1 deletions

View File

@@ -153,6 +153,7 @@ const code_to_key = code_to_key: {
.{ "Numpad0", .kp_0 },
.{ "NumpadDecimal", .kp_decimal },
.{ "NumpadEqual", .kp_equal },
.{ "ContextMenu", .context_menu },
.{ "ControlLeft", .left_control },
.{ "ShiftLeft", .left_shift },
.{ "AltLeft", .left_alt },