You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, something that would be great is the ability to open any link, bookmark, history entry, ... in a new tab (in the background) when the user is pressing ctrl.
This is quite a logical control behaviour, as it is built-in in most browsers; and would permit to have a faster way to browse articles, and would permit to open multiple bookmarks without having to open a new tab and open the bookmark manager every time.
The tabs opened in background could be lazy-loaded too (meaning loaded only when the user clicks on them), if #155 is merged.
Tell me if you would like me to work on this; but to be honest I did not find how to get the state of a key (I know how to have a signal fire everytime ctrl is pressed for example, but I don't know how to verify if ctrl is pressed or not without any signal).
The text was updated successfully, but these errors were encountered:
Hello, something that would be great is the ability to open any link, bookmark, history entry, ... in a new tab (in the background) when the user is pressing
ctrl
.This is quite a logical control behaviour, as it is built-in in most browsers; and would permit to have a faster way to browse articles, and would permit to open multiple bookmarks without having to open a new tab and open the bookmark manager every time.
The tabs opened in background could be lazy-loaded too (meaning loaded only when the user clicks on them), if #155 is merged.
Tell me if you would like me to work on this; but to be honest I did not find how to get the state of a key (I know how to have a signal fire everytime
ctrl
is pressed for example, but I don't know how to verify ifctrl
is pressed or not without any signal).The text was updated successfully, but these errors were encountered: