aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig22
1 files changed, 15 insertions, 7 deletions
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