vimium support for all UI elements
C
Charles Pax
I enjoy using my keyboard to navigate the web. To accomplish this I use the Vimium plugin for FIrefox.
Vimium works for most UI elements on your web site. A significant exception is the user icon in the upper right. In the attached screenshot please notice that all the Vimium associates keys with each UI element except for the user icon.
S
Simon Tarchichi
That is most probably because it is loaded after the page is completely loaded, isn't it? I am not sure what we can do about that, do you have any suggestion?
C
Charles Pax
Simon Tarchichi It looks like the svg would need to be within a <a> or <button>. I do not now really anything about web development, but that is what I gather from inspecting the html and reading https://stackoverflow.com/questions/53918093/how-can-i-make-my-element-clickable-for-vimium
S
Simon Tarchichi
That is most probably because it is loaded after the page is completely loaded, isn't it? I am not sure what we can do about that, do you have any suggestion?