Moving windows using keyboard...faster?

I like using keyboard shortcuts because it's faster as it does not force me to move my hands off the keyboard.

In Windows I can use them to move windows around desktop:

  1. Press Alt+Space to open common windows menu
  2. Press M to choose "Move" command
  3. Navigate window position by cursor keys
  4. Confirm new position with Enter

Additionally, to achieve better accuracy, I can hold Ctrl while navigating.

Now the problem is that the normal "step" when moving is about 20px, and my desktop is quite large, so "walking" all the way across takes quite a long time. This kind of defeats the purpose of using keyboard for these tasks.

Is it possible to change size of this step so that takes less steps to walk the same distance? (I imagine a hidden setting in Windows registry...?)

I tried holding Alt while navigating, but it does not seem to have influence on speed.


Solution 1:

If you feel like completely reworking the windowing paradigms towards dynamic tiling, consider an AutoHotkey script called "bug.n". You'll like it if you prefer manipulating windows via keyboard.

Solution 2:

Moving by keyboard like you do is precise, but is tedious.

If you typically move your windows to certain positions and sizes, then try GridMove. You can either define your own grid (window position and sizes) or use the predefined ones. Each of these is called a tile. After that you can snap any active window by pressing Win+2 where 2 is the tile number you want it to snap into. Press Win+G to see the tiles and their numbers in the current grid.