Search found 10 matches

by quib
Tue May 16, 2023 4:38 pm
Forum: General
Topic: QuickSwitch
Replies: 198
Views: 841663

Re: QuickSwitch

Did some test and I just realized that if a `#warn` command appears in ANY place in the script, the whole script will regard it. My thought was it would only be for code that follows.

There was a `#warn` command in some other included file, which caused this. sorry for the mess. =|
by quib
Tue May 16, 2023 1:07 pm
Forum: General
Topic: QuickSwitch
Replies: 198
Views: 841663

Re: QuickSwitch

Thanks. I want to stress that, in fact, i am getting only warning, not errors. `This local variable has the same name as a global variable` [Mentioning _ctrlHandle, ActivecontrolList, id, this_id] Moreover, the script doesn't work when running in this way [include] or running straight the downloaded...
by quib
Tue May 16, 2023 12:19 pm
Forum: General
Topic: QuickSwitch
Replies: 198
Views: 841663

Re: QuickSwitch

Hello there

Is there a way to make it so the titles in Menu are not selectable?
They dont really have a reason to be...


Also I tried running the ahk script using `#include QuickSwitch.ahk` but got a bunch of errors...
Can you mention which version of AHK you use to compile the code?

Thank you!!
by quib
Fri May 05, 2023 5:45 am
Forum: Support
Topic: Remapping Win+F hotkey
Replies: 9
Views: 3675

Re: Remapping Win+F hotkey

Yes. Install Autohotkey, and then add the script to the default file it runs with, or create your own script to run. It's a very capable program. It has it's own language, which is very well documented and has a great community if you need specific help. If you a windows user you can defiantly make ...
by quib
Sun Apr 30, 2023 8:42 pm
Forum: Everything 1.5 Alpha
Topic: How are the results sorted at all?
Replies: 5
Views: 1014

Re: How are the results sorted at all?

Thanks so much.

I was still a bit confused and couldnt make sense of it at first.
After finding this post viewtopic.php?p=26796#p26796, i got it.

Also found a few more amazing tools in this forum, and became aware of even more power of everything. :BLESS: :arrow:
by quib
Sat Apr 29, 2023 9:10 am
Forum: Everything 1.5 Alpha
Topic: How are the results sorted at all?
Replies: 5
Views: 1014

Re: How are the results sorted at all?

Thanks. I wonder if the way 1.4 does it is better. I think best would be to have the option to sort by a secondary selected parameter, [probably not an obvious development though] for example `last changed`. Is there something i am missing with having separate lists for files and folders, I'm not su...
by quib
Sat Apr 29, 2023 8:30 am
Forum: Everything 1.5 Alpha
Topic: How are the results sorted at all?
Replies: 5
Views: 1014

How are the results sorted at all?

Related question: How are the results sorted at all? I have this attached example: everycrn.jpg The results are sorted here by Run count, and all of the items in the table have nothing in the Run Count [meaning 0, they have never been run from everything]. How are the PDFs in the bottom, but their c...
by quib
Thu Apr 27, 2023 4:15 pm
Forum: Support
Topic: Remapping Win+F hotkey
Replies: 9
Views: 3675

Re: Remapping Win+F hotkey

I have this same issue, but with windows 10. Used the method on the site and the microsoft app still pops up. I am, however, able to use AutoHotKey to reclaim any windows key binding, including WIN+F. [as mentioned about QAP] Right now what I have is an AHK script to do this, but i'd rather have it ...
by quib
Mon Jan 02, 2023 8:53 am
Forum: Support
Topic: Priority | Order | Sort of certain folders over random results
Replies: 2
Views: 1061

Priority | Order | Sort of certain folders over random results

Is it possible to have some sort of priority for certain folders, so that a results yielded from specific folders will rank higher than from other folders?

Usually I want anything from my user folder to come up first.