chore[client]: increase tridactyl hint delay

This commit is contained in:
Leon Schwarzäugl 2025-10-21 20:20:18 +02:00
parent baf7580e99
commit d83ff89712
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
2 changed files with 2 additions and 2 deletions

View file

@ -22316,7 +22316,7 @@ set allowautofocus false
jsb browser.webRequest.onHeadersReceived.addListener(tri.request.clobberCSP,{urls:["<all_urls>"],types:["main_frame"]},["blocking","responseHeaders"])
" default is 300ms
set hintdelay 100
set hintdelay 500
" Some pages like github break on the tridactyl quick search. have this as a fallback
unbind <C-f>

View file

@ -124,7 +124,7 @@ set allowautofocus false
jsb browser.webRequest.onHeadersReceived.addListener(tri.request.clobberCSP,{urls:["<all_urls>"],types:["main_frame"]},["blocking","responseHeaders"])
" default is 300ms
set hintdelay 100
set hintdelay 500
" Some pages like github break on the tridactyl quick search. have this as a fallback
unbind <C-f>