bob_sayshi
24 discussion posts
Is there a way to make a hotkey sequence instead of a single action?
Currently to swap windows around my 3 screen display i use Alt-F1,F2,F3. This is basically my limit, as AltF4 is used, and anymore the functionality starts to degrade as my hand gets stretched.
I'd like to add the functionality of split monitors to better utilize the widescreen monitors. what i'd like to do is,
Alt-F1 = 1st monitor
Alt-F2 & Alt-F1 = 2.1 monitor
Alt-F2 & Alt-F2 = 2.2 monitor
Alt-F3 = 3 monitor
I can switch to just the numbers instead of function keys, but the problem still exists. Alt-22 would be very simple and intuitive (to me) but i'm unaware if this is possible yet.
Ideas? Solutions? How does others handle a keyboard hotkey for window moving?
Thanks.
Unfortunately not at the moment, but I can definitely add this to our feature request list. If we're able to implement it in a future version, we'll definitely let you know!
bob_sayshi
24 discussion posts
I'm curious how other people handle Window positioning with the keyboard and multidisplays?
I prefer the keyboard for navigation as much as possible; it can increases productivity, efficiency, and precision. A lot of programs and tools are going away from easy keyboard navigation.
At work I have 3 monitors and home varies between 2 and 4. In trying to use the split monitor feature I found it difficult to find intuitive ways to use these features and the keyboard. How do others use these features? How about the more keyboard users?
Maybe my current method and thinking isn't the best, but I'll be open to hearing how others manage their workspace with multiple screens.
deanis
256 discussion posts
What about Ctrl+Alt+1 through 4? I actually hit Ctrl with the outside of the palm of my hand most of the time, so this would be natural for me to do quickly.
bob_sayshi
24 discussion posts
I would put relative monitor functions higher priority than hotkey sequences.
you could make functions
- to keep a window or program on a particular monitor (regardless how many screen this may represent) would be a nice feature.
- move to various splits inside one monitor
- hotkeys can perform unique operations per monitor and/or screen
A split, while is nice as an entirely new screen, is not technically a whole new monitor. Special considerations on their usage should be considered, having custom control for this feature would be ideal to accommodate that.
bob_sayshi
24 discussion posts
I was wondering if there has been anymore movement on this? I see a few more hotkey capabilities, but i'm not seeing a hotkey sequences.
Is there anyway to look at all the various features being investigated for future versions?
Ok, quick update on this. We can't do exactly what you're looking for, but we've uploaded a script to the repository (Settings > Functions > Download Scripted) called "Move a Window Between Monitors and Splits." Make sure to edit the targetMonitor variable at the top of the script to point to the split monitor. For example, if you want it to go to monitor 2, set it to 201. You can then set a hotkey on it, and each time you run it, the window will move to a different split on that monitor.
Hope that helps!