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

Feature: Only execute certain actions once #11737

Open
3 of 5 tasks
yaira2 opened this issue Mar 16, 2023 · 6 comments
Open
3 of 5 tasks

Feature: Only execute certain actions once #11737

yaira2 opened this issue Mar 16, 2023 · 6 comments
Labels
area - actions Features or bug reports relating to actions good first issue Good issue for new contributors to get started with

Comments

@yaira2
Copy link
Member

yaira2 commented Mar 16, 2023

What feature or improvement do you think would benefit Files?

Holding down ctrl + t will keep opening tabs until the user releases the keys. In order to reduce the risk of crashing the app, we should only open a single tab. Depending on the context, we should do this for other shortcuts as well.

Requirements

  • Only open a single tab when holding down ctrl + t
  • Only close one tab when holding down ctrl + w
  • Only refresh tab once when holding down ctrl + r
  • Only go back once when holding down alt + left
  • Only go forward once when holding down alt + right

Files Version

v2.4

Windows Version

Windows 11

Comments

No response

@QuaintMako
Copy link
Contributor

I took the liberty to edit the feature tracking so we have a task for each need.
@yaira2 the issue should be renamed to better reflect the work needed, something like "Feature: Execute navigation between tabs only once on navigation commands"

@yaira2 yaira2 changed the title Feature: Only open single tab if user holds down ctrl + t Feature: Execute certain actions once Mar 16, 2023
@yaira2
Copy link
Member Author

yaira2 commented Mar 16, 2023

Thank you

@yaira2 yaira2 changed the title Feature: Execute certain actions once Feature: Only execute certain actions once Mar 16, 2023
@yaira2 yaira2 added the good first issue Good issue for new contributors to get started with label May 30, 2023
@ferrariofilippo
Copy link
Contributor

Only close one tab when holding down ctrl + w
Only refresh tab once when holding down ctrl + r

These two are already implemented

@yaira2
Copy link
Member Author

yaira2 commented Aug 31, 2023

@ferrariofilippo are you sure? Holding down ctrl + w seems to close multiple tabs.

@ferrariofilippo
Copy link
Contributor

I'll check but I won't be able to do that until Monday

@ferrariofilippo
Copy link
Contributor

@ferrariofilippo are you sure? Holding down ctrl + w seems to close multiple tabs.

It seems it happens only some times, I'll try to figure out why

@Josh65-2201 Josh65-2201 moved this from 🔖 Ready to build to 🏗 In progress in Files task board Sep 19, 2023
@yaira2 yaira2 moved this from 🏗 In progress to 🔖 Ready to build in Files task board Apr 16, 2024
@0x5bfa 0x5bfa added the area - actions Features or bug reports relating to actions label May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area - actions Features or bug reports relating to actions good first issue Good issue for new contributors to get started with
Projects
Status: 🔖 Ready to build
Development

Successfully merging a pull request may close this issue.

4 participants