From c4480fc16184e9e174185704cd46f075f62e279c Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Mon, 22 Dec 2025 23:40:43 +0100 Subject: [PATCH] Update keyboard shortcuts dialog to current state Organize shortcuts into groups: - Tabs: New Tab (Ctrl+T), Close Tab (Ctrl+W) - Requests: Save Request (Ctrl+S) - General: Show Shortcuts (Ctrl+?), Quit (Ctrl+Q) --- src/shortcuts-dialog.ui | 45 +++++++++++++++++++++++++++++++++++------ 1 file changed, 39 insertions(+), 6 deletions(-) diff --git a/src/shortcuts-dialog.ui b/src/shortcuts-dialog.ui index e21bf92..ed1f684 100644 --- a/src/shortcuts-dialog.ui +++ b/src/shortcuts-dialog.ui @@ -5,15 +5,48 @@ Shortcuts - - Show Shortcuts - app.shortcuts + + Tabs + + + New Tab + win.new-tab + + + + + Close Tab + win.close-tab + + - - Quit - app.quit + + Requests + + + Save Request + win.save-request + + + + + + + General + + + Show Shortcuts + win.show-help-overlay + + + + + Quit + app.quit + +