[v1] LaunchQ vs Radial menu

Discuss Autohotkey related topics here. Not a place to share code.
Forum rules
Discuss Autohotkey related topics here. Not a place to share code.
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

[v1] LaunchQ vs Radial menu

16 Jul 2023, 22:05

[Mod edit: Posts were split from the Radial menu topic in 'Scripts and Functions (v1)': viewtopic.php?f=6&t=12078]

pathetic, the launchq didn't scroll, viewtopic.php?f=6&t=119457

at the moment i have to turn back into this.

from the help file, there are some links to old forum, which i want to read.
"How do I send keys or shortcuts to active window by selecting RM item?"
http://www.autohotkey.com/community/viewtopic.php?p=514992#p514992

anyone knows how to read back that post?

thank you.
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

17 Jul 2023, 14:42

ccchan234 wrote:
16 Jun 2023, 12:49
at the moment, i'll stick to this first:
https://github.com/aviaryan/autohotkey-scripts/blob/master/Tools/LaunchQ.ahk
however, it's single layer of shortcuts instead of a tree like structure.
but the whole code is full transparent.
FYI:
this radial menu v4.48 DO NOT run well with tablet PC, require you to have a mouse.

LaunchQE is tablet PC (win10) friendly, need only a touch screen + stylus, empower you into everything.


LaunchQE--LaunchQ enhanced, I promise this is a game changer and killer program.
viewtopic.php?f=6&t=119475
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Radial menu scripts

20 Jul 2023, 02:40

ccchan234 wrote:
17 Jul 2023, 14:42
ccchan234 wrote:
16 Jun 2023, 12:49
at the moment, i'll stick to this first:
https://github.com/aviaryan/autohotkey-scripts/blob/master/Tools/LaunchQ.ahk
however, it's single layer of shortcuts instead of a tree like structure.
but the whole code is full transparent.
FYI:
this radial menu v4.48 DO NOT run well with tablet PC, require you to have a mouse.

LaunchQE is tablet PC (win10) friendly, need only a touch screen + stylus, empower you into everything.


LaunchQE--LaunchQ enhanced, I promise this is a game changer and killer program.
viewtopic.php?f=6&t=119475
Hey @ccchan234, how does this compare to the radial menu?
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

20 Jul 2023, 13:16

submeg wrote:
20 Jul 2023, 02:40
ccchan234 wrote:
17 Jul 2023, 14:42
ccchan234 wrote:
16 Jun 2023, 12:49
at the moment, i'll stick to this first:
https://github.com/aviaryan/autohotkey-scripts/blob/master/Tools/LaunchQ.ahk
however, it's single layer of shortcuts instead of a tree like structure.
but the whole code is full transparent.
FYI:
this radial menu v4.48 DO NOT run well with tablet PC, require you to have a mouse.

LaunchQE is tablet PC (win10) friendly, need only a touch screen + stylus, empower you into everything.


LaunchQE--LaunchQ enhanced, I promise this is a game changer and killer program.
viewtopic.php?f=6&t=119475
Hey @ccchan234, how does this compare to the radial menu?
no BS

1. technical availability:
radial menu v4: others and I tried, NOT working on tablet PC, which is where it is useful! no keyboard, no mouse, only screen + stylus!
LaunchQ/E: i tried, works well even with cheap chuwi win10 tab. the touch panel should be cheap chinese one, stylus it claim to be compatible /w microsoft pen protocol... anyway it works well in win10 tab

2. the number of shortcuts it can handle:
a. if currecntly you got 3600 item to handle, radial menu 's 1st entry is 60 icons, and each icon lead to 60 icons, so RM4 could deal /w that
b. for LaunchQ, it is a scrolling list, so scrolling 100x or max 200x is the upper limit.
c. I am going to Enhance it, currently ver E06 is in github, myself using E17+. which fullfill my daily need. but i am gonna make it:
i. able to separate the shortcuts into unlimited number of files, and let user choose which one combination to load... context sensitive? e.g. 1 files is daily use, 1 file for pdf, 1 file for word. you can load a combination of these.
ii. i'll further add a GUI before this original GUI, so that when fire up it got 30 buttons: a-z, 0, "a-i", "j-r", "s-z0" and further limit the choices from the above (combination of files).

but these will be quite massive adding to the script so wont be available from me soon.
Last edited by ccchan234 on 20 Jul 2023, 13:32, edited 1 time in total.
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

20 Jul 2023, 13:17

btw, gpt4 did most of the job.
i only give orders and teach it when it is wrong.
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

29 Jul 2023, 22:28

radial menu v4 could handle 3660 items, that's good. by choosing 60x60 icons

the original LaunchQ's scrolling not suitable for such 1000+ entries.

i re-invented the wheel /w filter that support OR,AND,NONE; the filters could be saved to file.

i think that's another approach to 1000+ entries.

so you can enter the entries as photoshop1, 2,3, autocad1, 2, 3.

in filter you can type (using OR) auto photo etc
then it will show up BOTH set of entries.


details here:
viewtopic.php?f=76&t=119580&p=531989#p531989
User avatar
submeg
Posts: 326
Joined: 14 Apr 2017, 20:39
Contact:

Re: Radial menu scripts

24 Aug 2023, 03:11

ccchan234 wrote:
20 Jul 2023, 13:16
submeg wrote:
20 Jul 2023, 02:40
ccchan234 wrote:
17 Jul 2023, 14:42
ccchan234 wrote:
16 Jun 2023, 12:49
at the moment, i'll stick to this first:
https://github.com/aviaryan/autohotkey-scripts/blob/master/Tools/LaunchQ.ahk
however, it's single layer of shortcuts instead of a tree like structure.
but the whole code is full transparent.
FYI:
this radial menu v4.48 DO NOT run well with tablet PC, require you to have a mouse.

LaunchQE is tablet PC (win10) friendly, need only a touch screen + stylus, empower you into everything.


LaunchQE--LaunchQ enhanced, I promise this is a game changer and killer program.
viewtopic.php?f=6&t=119475
Hey @ccchan234, how does this compare to the radial menu?
no BS

1. technical availability:
radial menu v4: others and I tried, NOT working on tablet PC, which is where it is useful! no keyboard, no mouse, only screen + stylus!
LaunchQ/E: i tried, works well even with cheap chuwi win10 tab. the touch panel should be cheap chinese one, stylus it claim to be compatible /w microsoft pen protocol... anyway it works well in win10 tab

2. the number of shortcuts it can handle:
a. if currecntly you got 3600 item to handle, radial menu 's 1st entry is 60 icons, and each icon lead to 60 icons, so RM4 could deal /w that
b. for LaunchQ, it is a scrolling list, so scrolling 100x or max 200x is the upper limit.
c. I am going to Enhance it, currently ver E06 is in github, myself using E17+. which fullfill my daily need. but i am gonna make it:
i. able to separate the shortcuts into unlimited number of files, and let user choose which one combination to load... context sensitive? e.g. 1 files is daily use, 1 file for pdf, 1 file for word. you can load a combination of these.
ii. i'll further add a GUI before this original GUI, so that when fire up it got 30 buttons: a-z, 0, "a-i", "j-r", "s-z0" and further limit the choices from the above (combination of files).

but these will be quite massive adding to the script so wont be available from me soon.
Hey @ccchan234, just took a look at that thread, interesting idea. So the idea is that you need to type into the box and then press the button to run the code?
____________________________________
Check out my site, submeg.com
Connect with me on LinkedIn
Courses on AutoHotkey :ugeek:
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

24 Aug 2023, 03:20

i would like to use ahk-h to encrypt the code and then share the .exe;
remind you that seems THIS forum disallow talking on close source scripts.

anyway, i posted in the chinese forum.
viewtopic.php?f=28&t=120603
a snapshot is here:

Image

there are improvements after this snapshot.

main aim:
to handle entries of over 10000+,
a single layer of scrolling like launchQ wont work.
the radial menu's 60x60 = 3660 wont work.
but a listview with filter, which support OR, AND (may be later NOT),
and favourite filter will work.

very sorry as i dont receive any positive comment from
this forum, but only buyscott from admins, i am not posting anything more in this forum.
i will distribute it in my github directly (only the .exe, encrypted with ahk-h)
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

24 Aug 2023, 03:21

i am using it everyday,
it's so powerful i feel like i am the God.
i thank GPT4 and autohotkey for that.
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: Radial menu scripts

24 Aug 2023, 03:25

see the snapshot, refering to your question:

1. you can double click on the entry to launch it
2. you can select it and press the launch button to launch it
3. you can select it and press the enter button ON keyboard to launch it.
(previoiusly space bar also, but space bar is reserved for using the OR/AND filter, so disabled)
ccchan234
Posts: 84
Joined: 08 Jun 2023, 00:45

Re: [v1] LaunchQ vs Radial menu

18 Nov 2023, 23:47

unfortunately i am not open sourcing my own version thus i cant share more of it here,

however,
even the original LaunchQ is good enough.

most importantly,
as a single layer of scrolling, it can handle 100 shortcuts but not 1000, or 10000.
and it didn't support using "Send" command.

among some functions i added like
tooltip etc

but the basic original LaunchQ is already very good.

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 49 guests