jpginc / windows10DesktopManager

An autohotkey desktop manager
Apache License 2.0
165 stars 22 forks source link

Store and Load Windows (over all Win10 Desktops) #18

Closed RobNbsh closed 3 years ago

RobNbsh commented 7 years ago

Hello, first of all thank you for your amazing script. As I needed an additional feature I reworked and implemented some code from https://autohotkey.com/board/topic/112113-dockwin-storerecall-window-positions to your code base. Your user would now be able to store the positions and sizes of all windows by hitting Capslock+0 and load the position and size of each window on each Win10 Virtual Desktop by hitting Capslock+1. The information about the windows is stored in a CSV text file. I hope you like the addon and think about adding it to your script set. Of course I am open to discussion and code critique.

Many greetings Rob

jpginc commented 7 years ago

I'm glad that you like the script :-) I've made a couple of comments about your changes. let me know if you disagree with anything. Also could you change the <>'s to != and the = to == when doing not equal / equals. And use := instead of = for assigning variables.

jpginc commented 3 years ago

closing due to inactivity