Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix unreliable Start menu replacement #471

Open
6 tasks
srwi opened this issue Nov 30, 2023 · 5 comments
Open
6 tasks

Fix unreliable Start menu replacement #471

srwi opened this issue Nov 30, 2023 · 5 comments
Labels
bug Something isn't working

Comments

@srwi
Copy link
Owner

srwi commented Nov 30, 2023

The current implementation of the Start menu replacement is very unreliable and causing multiple problems. Ideally all keyboard input within the Start menu should be redirected to EverythingToolbar. The new implementation must fix/fulfill the following:

Any help - either technical or just by providing ideas - is much appreciated.

@ARC345
Copy link

ARC345 commented Feb 4, 2024

please fix #371

@Savasdotexe
Copy link

I'm having similar problems, specifically with loosing focus when typing or sometimes closing and having to try again.

providing ideas - is much appreciated.

I assume there's no possibility of just having the results appear right under the start menu search, basically replacing the default results screen? Or replacing the search bar on the start menu. Just throwing out some ideas.

@e-t-l
Copy link

e-t-l commented Feb 16, 2024

Search key on Microsoft keyboard opens MS search and not ET #395

Is this something AutoHotKey is capable of intercepting?

@srwi
Copy link
Owner Author

srwi commented Feb 18, 2024

I assume there's no possibility of just having the results appear right under the start menu search, basically replacing the default results screen? Or replacing the search bar on the start menu. Just throwing out some ideas.

I'm not sure if that's possible. I know of applications like https://github.com/krlvm/BeautySearch that allow style customization of the native search window. I am not sure whether it also allows functional changes. In any case, it uses web technologies and therefore would require a complete rewrite, so it's not really feasible.

Is this something AutoHotKey is capable of intercepting?

Yes, ahk should be able to do that, but it can be easily implemented in EverythingToolbar directly. In case of ahk, you would need to rebind the search button to whatever keyboard shortcut is configured for EverythingToolbar.

@e-t-l
Copy link

e-t-l commented Feb 18, 2024

Exactly. I was thinking that if AHK can rebind it, then it's something ET should be able to do natively.. Except I recognize that if that's too much work to implement, just using AHK alongside ET would be a pretty straightforward workaround for ET users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants