gtk-ng: sync action accelerators for split-tree

pull/8207/head
Jeffrey C. Ollie 2025-08-10 21:29:46 -05:00
parent ca4e38ff03
commit aba5a34335
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 4 additions and 0 deletions

View File

@ -882,6 +882,10 @@ pub const Application = extern struct {
self.syncActionAccelerator("win.reset", .{ .reset = {} });
self.syncActionAccelerator("win.clear", .{ .clear_screen = {} });
self.syncActionAccelerator("win.prompt-title", .{ .prompt_surface_title = {} });
self.syncActionAccelerator("split-tree.new-left", .{ .new_split = .left });
self.syncActionAccelerator("split-tree.new-right", .{ .new_split = .right });
self.syncActionAccelerator("split-tree.new-up", .{ .new_split = .up });
self.syncActionAccelerator("split-tree.new-down", .{ .new_split = .down });
}
fn syncActionAccelerator(