Closed demostanis closed 1 year ago
On Tue, Oct 03, 2023 at 07:04:23AM -0700, demostanis wrote:
It's almost impossible to use Sidebery with the keyboard, since every key press is caught by VimFx, and handled as if they were pressed on the webpage, instead of on Sidebery.
this is just how vimfx works. unlike webextensions, vimfx has control of
the keyboard even if the webpage isn't focused within the browser. if
you want to use shortcut keys for other addons, make sure to undefine
them from vimfx (press <?>, click on the key binding to modify, then
clear the corresponding text field). to quickly disable vimfx
temporarily, press , to reenable
For example, pressing Ctrl+F on Sidebery will pop up the search box on the active webpage.
even with vimfx disabled, pressing ctrl+f does this. note that vimfx
doesn't capture
Right, I didn't realize Sidebery was just adding its own HTML to the webpage.
It's almost impossible to use Sidebery with the keyboard, since every key press is caught by VimFx, and handled as if they were pressed on the webpage, instead of on Sidebery. For example, pressing Ctrl+F on Sidebery will pop up the search box on the active webpage.