RamonUnch / AltSnap

Maintained continuation of Stefan Sundin's AltDrag
GNU General Public License v3.0
2.21k stars 74 forks source link

Change to a different layout from keyboard and/or command line actions. #479

Open ZhichaoHong opened 1 year ago

ZhichaoHong commented 1 year ago

Now AltSnap supports multiple layouts, it will be helpful to switch to a different layout. For example, when using FuPeiJiang/VD.ahk at 273edefde9b790ddeee7c0a306af65fdc93fb5b5, it can register other commands when the virtual desktop changes. It can convenient to switch to different layout when virtual desktop changed.

RamonUnch commented 1 year ago

Good idea indeed, Implementation of command line option is trivial and would be the most convenient for you: AltSnap1.62test9_i386.zip AltSnap1.62test9_x64.zip

usage: AltSnap.exe -l3 to select Snap Layout Number 3

ZhichaoHong commented 1 year ago

Worked great! Thanks for the quick addition, @RamonUnch!