-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open hint in new window #54
Comments
Hi! I thought about window commands when I initially wrote the extension, but decided to avoid them completely (since I don’t need them myself) until someone requests them. Now’s the time! One thing that made me be unsure was “knowing when to stop”. I could imagine all of these actions:
Also, it’s hard to come up with good default keyboard shortcuts that are available. (One option is to not provide any default keyboard shortcuts for window commands, since it seems like most Link Hints users don’t need them.) To better understand what you need, could you provide some more info?
In summary – I rarely use more than one window myself, so my motivation is a bit low on this feature. But if we can come up with some nice simple solution there might be a chance of getting it! |
To my understanding, Firefox simply opens a link in a new window, and it
I use a tiling window manager and do not use tabs at all. I used tabs for a long
I only use windows, so that would work in my case. It may not if someone wants
That was the solution I found after a bit of messing about. It's an extra
The choice of modifier key seems tough, then--an easy solution would be to avoid a new modifier and instead offer a mode like |
I’ve released 1.3.0 with the hidden option (it will take a little time before it appears in the Chrome Store though), but I’ll keep the issue open since the feature isn’t 100 % and to see if other people use windows as well. |
Note from @lydell
This has been partially implemented – see #55
If you use this feature, feel free to 👍 this issue, and leave a comment if you have any feedback.
Problem
If I press
Ctrl + Shift
when I have a link highlighted orShift
when I click a link in Firefox, it opens in a new window. As far as I can tell, Link Hints does not offer a way to remap / disable the "hold shift to search link text" while in link hinting mode so that I could perform Firefox's built in method of opening a tab in a new window.Suggestion
Add a way to remap / disable "hold shift to search link text" while in link hinting mode or add a mapping that would open a chosen hint in a new window.
The text was updated successfully, but these errors were encountered: