-
Notifications
You must be signed in to change notification settings - Fork 13
hotkey to open multiple windows at once #15
Comments
Implemented suggestion from issue [dcchambers#15](dcchambers#15). I attempted to make the main window come to the front but I think the PORT messages are destroyed by the time the function is called and `chrome.windows` is inaccessible. I also didn't want to modify messenger.js too much before the code gets refactored/rewritten.
I created #16 that implements this feature. If you want to use it before it gets pulled into master, you can load it the same way you load the master branch by downloading it from the "multiwindow" branch in my fork. It defaults to unmapped but can be mapped by adding @dcchambers, I recommend keeping this issue open until the feature is fully implemented or the commit gets pulled. |
@lemonjuiz I tried several ways, but none worked. |
The command is Change the command to |
Ah I must have missed the map somehow. |
You need to reload any tabs that were open before you Save on the options page to load the new command. vb4c only loads in those settings before a tab loads. |
made a video on exactly what I did, am I still doing something wrong? |
That sounds suspiciously like my If even after verifying the correct branch is installed the command still doesn't work, please send a screenshot of your console after pressing |
excellent, now it works! |
I’m not sure what you mean by that. If you mean “wait until |
I meant neither, I already have a way to keep the current window in foreground via AHK. But when I open a window with mW it'll activate itself, so I have to alt-tab back to the origin-window. So instead of quickly pressing bgbqbrbfba, I have to press alt+tab every two letters. Though maybe there's a "do not activate new window"-setting in Chrome or vb4c already for this? |
I just wanted to leave an update here saying that I am working on this. I have the infrastructure in place to get the windows to open only when the hints are closed but I am having an issue with passing the links from one part of the code to another. This feature will have to be added in a future patch. (For any JS developers reading, I can't get a local variable, |
Actually what I wanted is already there, I was just confused. I didn't notice that the active window never actually changed. |
Actually, couldn't you just use open each link from the linklist, you create with "my" in its own seperate window? |
A feature request:
I want want to enter something like mW, see the hints appear, typing a hint, it opening another window (that's not getting focus) and the hints appearing immediately again.
So basically a window-version of the very much loved mf.
I feel that mW would be even better, since I have a lot of screen real estate to show windows side by side with FancyZones these days on a 32:9 monitor.
The text was updated successfully, but these errors were encountered: