-
Notifications
You must be signed in to change notification settings - Fork 4
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
URL bar popup on keyboard shortcut #5
Comments
i unfortunately don't think it's possible with css. i'll leave this open, maybe someone knows a solution. btw you can press ctrl-L to focus the urlbar |
Would you be able to do something with |
i don't think it's possible to focus anything with css |
I think I got something working, it is by no means perfect but its a starting point. Some things is that the animations don't work anymore (idk why), there is slight problems with icon alignments, when there is no text in the input field compared to when there is text in it. The url isn't automatically highlighted when you click the urlbar which I find very useful quite often. There is probably other problems that I just don't know about as well. Anyway, here is the config for it. Replaces everything from the urlbar header down to (but not including) the
I found out how to do it from here and tweaked it as needed and as much as I know about css. |
It is possible to open the popup URL bar when pressing the keyboard shortcut for new tab?
Action like: Keyboard shortcut trigger the following action: New tab then url popup.
The text was updated successfully, but these errors were encountered: