files-community / Files

A modern file manager that helps users organize their files and folders.
https://files.community
MIT License
34.65k stars 2.21k forks source link

Feature: Only execute certain actions once #11737

Open yaira2 opened 1 year ago

yaira2 commented 1 year ago

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

Files Version

v2.4

Windows Version

Windows 11

Comments

No response

QuaintMako commented 1 year ago

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 commented 1 year ago

Thank you

ferrariofilippo commented 1 year ago

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

These two are already implemented

yaira2 commented 1 year ago

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

ferrariofilippo commented 1 year ago

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

ferrariofilippo commented 1 year ago

@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