Skip to content

Windows application for moving windows by moving mouse while holding capslock key

License

Notifications You must be signed in to change notification settings

tksuoran/windowmove

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

windowmove

Windows application for moving windows by moving mouse while holding capslock key.

Building using Visual Studio 2022.

Building using Clang

Building using G++

I have not tested this myself. Good luck.

  • Install GCC

  • Run g++ main.cpp -DUNICODE -luser32.lib -lgdi32 -WindowMove.exe

Starting WindowMove.exe when you log in to Windows

  • Open Windows file explorer

  • Type location %appdata%\Microsoft\Windows\Start Menu\Programs\Startup

  • Right-mouse-drag WindowMove.exe to Startup folder and choose Create shortcut here. Copying or moving the executable there might also work.

Limitations

  • When WindowMove is run as a normal user, it is not able to move windows that are run as Administrator. You can run WindowMove as Administrator to work around this issue.

About

Windows application for moving windows by moving mouse while holding capslock key

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages