Open MaxLauncher from a screen corner
A simple tabbed application launcher.
Brought to you by:
madproton
I would love the ability to mimic the display behavior of FSL Launcher (now obsolete) where you could define a control corner (e.g. top-right, top-left, bottom-left, etc) which invokes the MaxLauncher window by moving the cursor to that corner.
Great software!
Hi,
Someone already requested this. I didn’t implement this because it seems to require so much for work or such a small thing. I would need to calculate “configurable spots on the screen” ; I’m sure someone will ask for it to be configurable later on. Then there is screen scaling – another calculation. I also need to factor in using on different machines. There is also the use of multi-screens which MaxLauncher has some support, plus layout of said multi screens.
My personal opinion is that moving the mouse to a corner seems a lot of work. 😊
I use an AutoHotkey script to activate the window – holding the middle button then pressing the right button.
~MButton & RButton::WinActivate, ahk_exe maxlauncher.exe
If you are not familiar with AutoHotkey, you can install it and create a file with the line above and run it. You can also compile it to an *.exe file. Let me know, I can also compile it for you. It is very easy.
Alternatively, you can buy a fancy mouse with a programmable button. 😊
Roberto
From: Keanu
Sent: Tuesday, January 5, 2021 8:12 PM
To: Ticket #113: Open MaxLauncher from a screen corner
Subject: [maxlauncher:feature-requests] #113 Open MaxLauncher from a screencorner
[feature-requests:#113] Open MaxLauncher from a screen corner
Status: open
Milestone: 1.25.0.0
Created: Wed Jan 06, 2021 04:12 AM UTC by Keanu
Last Updated: Wed Jan 06, 2021 04:12 AM UTC
Owner: nobody
I would love the ability to mimic the display behavior of FSL Launcher (now obsolete) where you could define a control corner (e.g. top-right, top-left, bottom-left, etc) which invokes the MaxLauncher window by moving the cursor to that corner.
Great software!
Sent from sourceforge.net because you indicated interest in https://sourceforge.net/p/maxlauncher/feature-requests/113/
To unsubscribe from further messages, please visit https://sourceforge.net/auth/subscriptions/
Related
Feature Requests: #113
Hi Roberto. Thank you for the prompt reply. Alas, I found a work
around. Since MaxLauncher can minimize to the status bar (the area
adjacent the clock), then I still have an easy way to get to the menu
system. So, screen corner activation is not really necessary.
Thanks again for a launcher that is as efficient as AtEase on a 1990s
MacOS. Althought I use OpenShell as a Windows launcher replacement,
it's still not as fast as MaxLauncher for most use scenarios. I know
that I can customize OpenShell to be functionally equivalent to
MaxLauncher but it takes time, and can always be overwritten by Programs
installing/uninstalling or by Microsoft's constant sabotaging of
anything start menu. Therefore, I am very thankful for MaxLauncher.
On 1/6/2021 12:22 AM, madproton wrote:
Related
Feature Requests: #113
We can too use AHK program to make an hot corner…
https://www.google.com/search?q=ahk+hot+corner+program
Note to @madproton :
I also use an AutoHotkey script to call
★ MaxLauncher’s hotkey ( https://i.imgur.com/Jt9AC83.png )
AND
★ a fancy mouse with a thumb button ( https://i.stack.imgur.com/z2q38.png ) ;)
Here my AHK script…
Last edit: Sarah Nomi 2021-01-06