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

@@ -240,6 +240,9 @@ typedef enum {
GHOSTTY_KEY_KP_DELETE,
GHOSTTY_KEY_KP_BEGIN,
// special keys
GHOSTTY_KEY_CONTEXT_MENU,
// modifiers
GHOSTTY_KEY_LEFT_SHIFT,
GHOSTTY_KEY_LEFT_CONTROL,