diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-29 15:47:29 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2020-01-29 15:47:29 +0200 |
commit | cccdc668d25444277d39b040c0220505cf52f5b3 (patch) | |
tree | 26fb4e5a604d13b4774fecf486c914f312d2ca50 /Kconfig | |
parent | BookmarksToolbar: show text next to icon (diff) | |
download | smolbote-cccdc668d25444277d39b040c0220505cf52f5b3.tar.xz |
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
Diffstat (limited to 'Kconfig')
-rw-r--r-- | Kconfig | 22 |
1 files changed, 15 insertions, 7 deletions
@@ -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 |