mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-06 15:39:10 +00:00
core: add context menu key
This commit is contained in:
committed by
Mitchell Hashimoto
parent
73ec7e5f10
commit
9c70f8aee1
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user