From 77bdb851e69b297f91449c5410f979c81e5a2ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sabri=20=C3=9Cnal?= Date: Wed, 26 Apr 2023 13:25:07 +0300 Subject: help-overlay: Use action-name properties Use action-name properties to avoid repeating shortcut assignments. --- src/resources/gtk/help-overlay.ui | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/resources/gtk/help-overlay.ui b/src/resources/gtk/help-overlay.ui index ddd065b44..c1fd4b4f2 100644 --- a/src/resources/gtk/help-overlay.ui +++ b/src/resources/gtk/help-overlay.ui @@ -12,19 +12,19 @@ New window - <Primary>N + app.clone-window Close window or tab - <Primary>W + win.close-current-view Quit - <Primary>Q + app.quit @@ -42,31 +42,31 @@ Show help - F1 + app.help Show preferences - <Primary>comma + app.preferences Shortcuts - <Primary>question + win.show-help-overlay Undo - <Primary>z + win.undo Redo - <shift><Primary>z + win.redo @@ -112,7 +112,7 @@ New tab - <Primary>T + win.new-tab @@ -136,19 +136,19 @@ Move tab left - <shift><Primary>Page_Up + win.tab-move-left Move tab right - <shift><Primary>Page_Down + win.tab-move-right Restore tab - <shift><Primary>T + win.restore-tab @@ -171,7 +171,7 @@ Go up - <alt>Up + win.up @@ -236,19 +236,19 @@ Show/hide hidden files - <Primary>H + view.show-hidden-files Show/hide sidebar - F9 + win.toggle-sidebar Show/hide action menu - F10 + win.current-location-menu @@ -283,7 +283,7 @@ Create folder - <shift><Primary>N + view.new-folder @@ -331,7 +331,7 @@ Paste - <Primary>V + view.paste_accel @@ -349,7 +349,7 @@ Select items matching - <Primary>S + view.select-pattern -- cgit v1.2.1