fix tests

pull/7320/head
Mitchell Hashimoto 2025-05-10 08:51:03 -07:00
parent 1752edd9eb
commit ed1194cd75
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
2 changed files with 3 additions and 2 deletions

View File

@ -103,6 +103,7 @@ typedef enum {
GHOSTTY_ACTION_REPEAT,
} ghostty_input_action_e;
// Based on: https://www.w3.org/TR/uievents-code/
typedef enum {
GHOSTTY_KEY_UNIDENTIFIED,

View File

@ -5159,9 +5159,9 @@ pub const Keybinds = struct {
// NB: This does not currently retain the order of the keybinds.
const want =
\\a = ctrl+a>ctrl+b>n=new_window
\\a = ctrl+a>ctrl+b>w=close_window
\\a = ctrl+a>ctrl+c>t=new_tab
\\a = ctrl+a>ctrl+b>w=close_window
\\a = ctrl+a>ctrl+b>n=new_window
\\a = ctrl+b>ctrl+d>a=previous_tab
\\
;