Posted by member 5575 on 2004-08-27 10:19:43 link
I'm not sure what you mean about "moving or resizing it blind". I have the following winctrl-bang hotkeys to move to any of the four corners (as defined by the LS desktop, so as not to cover up theme elements):
I use the same key combos but with ALT added to resize to those positions. The module already knows the screen size and where the corners are...
*Hotkey WIN+CTRL NUM1 !execute [!WinMoveDown][!WinMoveLeft]
*Hotkey WIN+CTRL NUM2 !WinMoveDown
*Hotkey WIN+CTRL NUM3 !execute [!WinMoveDown][!WinMoveRight]
*Hotkey WIN+CTRL NUM4 !WinMoveLeft
*Hotkey WIN+CTRL NUM5 !WinHome centered
*Hotkey WIN+CTRL NUM6 !WinMoveRight
*Hotkey WIN+CTRL NUM7 !execute [!WinMoveUp][!WinMoveLeft]
*Hotkey WIN+CTRL NUM8 !WinMoveUp
*Hotkey WIN+CTRL NUM9 !execute [!WinMoveUp][!WinMoveRight]
*Hotkey WIN+CTRL NUM2 !WinMoveDown
*Hotkey WIN+CTRL NUM3 !execute [!WinMoveDown][!WinMoveRight]
*Hotkey WIN+CTRL NUM4 !WinMoveLeft
*Hotkey WIN+CTRL NUM5 !WinHome centered
*Hotkey WIN+CTRL NUM6 !WinMoveRight
*Hotkey WIN+CTRL NUM7 !execute [!WinMoveUp][!WinMoveLeft]
*Hotkey WIN+CTRL NUM8 !WinMoveUp
*Hotkey WIN+CTRL NUM9 !execute [!WinMoveUp][!WinMoveRight]
I use the same key combos but with ALT added to resize to those positions. The module already knows the screen size and where the corners are...