Skip to content

Draft: Add Alt+Enter shortcut to open new tab with current url

Abraham Söyler requested to merge brahms/angelfish:altEnter into master

closes #98

It kinda works, had to change the shortcut to Alt+I, since Alt+Enter was not executed because Enter had more priority (and thus the page would only refresh).

Another problem is the recognition of insert mode (as in, if you ctrl+L before, the whole text in the urlBar is highlighted and this seems to be something else than urlBar.activeFocus -- again, this might just be a false context and still work if the first problem is fixed).

Edited by Jonah Brüchert

Merge request reports