Mo0o
Lifer
I know this is the wrong forum but I'm not asking for help, just giving a kind PSA to the many of us w/ large monitors)
Not sure if people know about this program and its versatility but it's great for people with large monitors that have a lot of screen real estate.
I got a 24inch monitor about a month ago and up until yesterday ive been manually adjusting and moving windows around to make them side by side, which is rather inconvenient compared to when i had 2 small monitors and could just use UltraMon's shortcuts.
So yesterday I found out about this program called HoeKey, basically its a tiny program that lets you program keyboard shortcuts to just about any command you can do in windows. What I did was program Ctrl-Shift-C to resize a window to 960x1200 and align it to the Right and Ctrl-Shift-X to resize it to 960x1200 and align it to the left wall. so essentialy any program that opens up, regardless of its size and location, can be resized and moved quickly. Obviously it doesn't saev a huge amount of time but it makes sizing and aligning really accurate, good for those who really want things lined up perfectly.
Here's actually code I used, the explanations are all in the documentation part of the webpage...
^_c=Move||961|0|960|1176 ; Stretch and move Right
^_x=Move||1|0|960|1176 ; Stretch and move Left
Sorry if this is a repost or people alraeyd know of a better alternative
Not sure if people know about this program and its versatility but it's great for people with large monitors that have a lot of screen real estate.
I got a 24inch monitor about a month ago and up until yesterday ive been manually adjusting and moving windows around to make them side by side, which is rather inconvenient compared to when i had 2 small monitors and could just use UltraMon's shortcuts.
So yesterday I found out about this program called HoeKey, basically its a tiny program that lets you program keyboard shortcuts to just about any command you can do in windows. What I did was program Ctrl-Shift-C to resize a window to 960x1200 and align it to the Right and Ctrl-Shift-X to resize it to 960x1200 and align it to the left wall. so essentialy any program that opens up, regardless of its size and location, can be resized and moved quickly. Obviously it doesn't saev a huge amount of time but it makes sizing and aligning really accurate, good for those who really want things lined up perfectly.
Here's actually code I used, the explanations are all in the documentation part of the webpage...
^_c=Move||961|0|960|1176 ; Stretch and move Right
^_x=Move||1|0|960|1176 ; Stretch and move Left
Sorry if this is a repost or people alraeyd know of a better alternative