apprt/gtk-ng: remove all shortcuts on tab view

This commit is contained in:
Mitchell Hashimoto
2025-07-29 14:57:48 -07:00
parent 2847aeb181
commit 0cc8b6d10f

View File

@@ -86,6 +86,7 @@ template $GhosttyWindow: Adw.ApplicationWindow {
close-page => $close_page();
page-attached => $page_attached();
page-detached => $page_detached();
shortcuts: none;
}
}
}