-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Ctrl+F to set focus on the search bar #6229
Comments
Hey @Regnander Can you be more specific about where you're like to use Also, what browser are you running in if you want this within the area that logs the commands? Here? Here? |
@jennifer-shehane @Regnander I would like to give it a go. Can you please guide me on where to find the related file to implement the enhancement? I would like to know which implementation do you have in mind? |
I don't quite follow. Do you want me to elaborate my suggestion? |
@Regnander no, it's good. I understand the problem. It's more about implementation, if you guys are thinking a particular approach on how to implement the feature. If not, I would go ahead & start implementing the functionality. |
@jennifer-shehane is this EDIT: |
@Manuel-Suarez-Abascal Yes, that's the right file with the corresponding tests in Cypress found here: https://github.com/cypress-io/cypress/blob/develop/packages/desktop-gui/cypress/integration/specs_list_spec.js#L1:L1 There is a Contributing guide that covers how to contribute and get Cypress running locally in generally here: https://github.com/cypress-io/cypress/blob/develop/.github/CONTRIBUTING.md To run the tests:
Instructions for running the |
@jennifer-shehane @Regnander I have created a PR for this feature here! 🎉 |
@jennifer-shehane @Manuel-Suarez-Abascal What is the future of this issue? Looks like the PR was getting somewhere but was abruptly closed. If no one is working on this anymore, I feel like it would be pretty easy to just add the keyboard shortcut in the background and call it a day. |
@panzarino The issue was more complex than originally thought, which is what the PR thread reflects.
The PR was almost there but I think we got stuck at the end detecting their OS in the proper place and the Cypress team didn't have the time to implement ourselves. Feel free to pull the commits from the PR into a new PR to finish and attribute @Manuel-Suarez-Abascal for their work. |
@jennifer-shehane @panzarino @Regnander I decided to finish this PR since I'm currently not too busy or overwhelmed at work. This is the new PR. Let me know if I need to do any changes! 😃 |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
Pressing Ctrl+F does nothing at the moment as this keybinding seems not be bound to anything.
Desired behavior:
I want said keybinding to set focus on the search bar in the GUI (and select all existing text), since I'm using the search bar quite often to find files.
Test code to reproduce
N/A
Versions
3.8.2 and older
The text was updated successfully, but these errors were encountered: