Browse Source

Config changes for qutebrowser v3.0.0

master
Maxime Wack 7 months ago
parent
commit
882f33032d
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      .config/qutebrowser/config.py

+ 4
- 4
.config/qutebrowser/config.py View File

@@ -556,7 +556,7 @@ c.content.javascript.alert = True
# QtWebEngine, writing the clipboard as response to a user interaction
# is always allowed.
# Type: Bool
c.content.javascript.can_access_clipboard = False
c.content.javascript.clipboard = 'access-paste'

# Whether JavaScript can close tabs.
# Type: Bool
@@ -1306,9 +1306,9 @@ config.bind("<space>", 'spawn --userscript password_fill')
config.bind("'", 'mode-enter jump_mark')
config.bind('+', 'zoom-in')
config.bind('-', 'zoom-out')
config.bind('.', 'repeat-command')
config.bind('/', 'set-cmd-text /')
config.bind(':', 'set-cmd-text :')
config.bind('.', 'cmd-repeat-last')
config.bind('/', 'cmd-set-text /')
config.bind(':', 'cmd-set-text :')
config.bind(';I', 'hint images tab')
config.bind(';O', 'hint links fill :open -t -r {hint-url}')
config.bind(';R', 'hint --rapid links window')


Loading…
Cancel
Save