Remove default binds for new reader mode

I'm a bit nervous about the security of the new reader
page. Removing the default binds just adds an extra
layer of security
This commit is contained in:
Oliver Blanthorn 2023-04-06 17:11:42 +02:00
parent d815ad6b88
commit eef60d94fe
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3
2 changed files with 5 additions and 2 deletions

View file

@ -93,6 +93,10 @@
" " Open right click menu on links
" bind ;C composite hint_focus; !s xdotool key Menu
"
" " Binds for new reader mode
" bind gr reader
" bind gR reader --tab
"
" " Suspend / "discard" all tabs - handy for stretching out battery life
" command discardall jsb browser.tabs.query({}).then(ts => browser.tabs.discard(ts.map(t=>t.id)))
"

View file

@ -282,8 +282,7 @@ export class default_config {
g0: "tabfirst",
g$: "tablast",
ga: "tabaudio",
gr: "reader",
gR: "reader --tab",
gr: "reader --old",
gu: "urlparent",
gU: "urlroot",
gf: "viewsource",