From cccdc668d25444277d39b040c0220505cf52f5b3 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Wed, 29 Jan 2020 15:47:29 +0200 Subject: BookmarksToolbar: add toggle shortcut - MenuBar: add toggles for MainWindow toolbars to Window menu - set NavigationBar and BookmarksToolbar titles so the default MainWindow context menu makes sense --- Kconfig | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'Kconfig') diff --git a/Kconfig b/Kconfig index 1564f19..b0017b3 100644 --- a/Kconfig +++ b/Kconfig @@ -33,14 +33,14 @@ menu "Keyboard shortcuts" config shortcuts.window.search string "Show or hide search box" default "F3" - config shortcuts.window.bookmarks.show - string "Show bookmarks dialog in this window" - default "Ctrl+B" config shortcuts.window.downloads.show string "Show downloads dialog in this window" default "Ctrl+D" comment "Navigation Bar shortcuts" + config shortcuts.navigationbar.show + string "Toggle navigation bar" + default "Ctrl+Shift+N" config shortcuts.navigation.back string "Go back in history" default "Ctrl+Left" @@ -120,6 +120,18 @@ menu "Main Window" default 720 endmenu +menu "Bookmarks" + config bookmarks.path + string "Bookmarks location" + default "~/.config/smolbote/bookmarks.xbel" + config shortcuts.window.bookmarks.show + string "Show bookmarks dialog in this window" + default "Ctrl+B" + config shortcuts.bookmarkstoolbar.show + string "Toggle bookmarks toolbar" + default "Ctrl+Shift+B" +endmenu + menu "Profile Settings" config profile.path string "Profile load location" @@ -166,9 +178,6 @@ comment "Default paths" config filter.path string "Host filter path" default "~/.config/smolbote/hosts.d" -config bookmarks.path - string "Bookmarks location" - default "~/.config/smolbote/bookmarks.xbel" config downloads.path string "Downloads location" default "~/Downloads" @@ -214,5 +223,4 @@ menu "Workarounds" default y help See QTBUG-65223: loadStarted is emitted twice when loading link with anchor - endmenu -- cgit v1.2.1