taviso / hotcorner

Tiny Hot Corners for Windows 10
GNU General Public License v3.0
380 stars 69 forks source link

Add a trigger angle in the lower left corner to trigger the start menu #21

Closed misterchaos closed 4 years ago

misterchaos commented 4 years ago

Hi,

Thanks for the tool. I tried this tool,it's really great.

I think there are probably a lot of people who tired of clicking on the bottom left corner every time to open the start menu like me. So here is some contributions of mine that adds to trigger the start menu in the lower left corner.

I added a configuration file config.txt used to configure the height of the screen. Because i used GetSystemMetrics(SM_CYSCREEN) to automatically get the screen height , it will not be accurate when the user set screen scale like 125% or 150%. The user can modified the configuration file to set his screen height.

Regards, Yuchao Huang

taviso commented 4 years ago

Thanks! The patch looks good to me, but I think I'd rather to link to your repo from the README than merge it - that way people can choose which features they want.

If it's okay with you, I'll add it like this:


Variations

These are variations of the tool that others have created with different features.

@misterchaos Use the mouse to open the start menu

misterchaos commented 4 years ago

Thanks! The patch looks good to me, but I think I'd rather to link to your repo from the README than merge it - that way people can choose which features they want.

If it's okay with you, I'll add it like this:

Variations

These are variations of the tool that others have created with different features.

@misterchaos Use the mouse to open the start menu

Thanks for your reply! I think it's okay, I consider it an honor to be linked. By the way, I made a program Installer for easier installation and allow run on startup. Moreover, I added a nice icon to it :). If you're interested in details, here is my documents
If it's okay with you, I hope you can provide more details about my version. Like this:

Variations

These are variations of the tool that others have created with different features.

@misterchaos Trigger the start menu with mouse in the lower left corner& Installer provided


Thanks!