Opened 6 years ago
Last modified 10 days ago
#15148 assigned bug
Broken shortcuts in file panels
Reported by: | diver | Owned by: | leavengood |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/Tracker | Version: | R1/Development |
Keywords: | Cc: | jscipione | |
Blocked By: | Blocking: | #14572 | |
Platform: | All |
Description (last modified by )
This list was moved here from ticket:11979#comment:22
App | Panel | Alt+H | Alt+D | Alt+Up | Alt+W | Esc-close | Esc-reset-filtering |
---|---|---|---|---|---|---|---|
Pe | Open | ok | ok | ok | ok | ok | * * * |
Save | ok | ok | ok | ok | ok | * * * | |
StyledEdit | Open | * | * | ok | ok | ok | * * * |
Save | ok | ok | ok | ok | ok | * * * | |
ShowImage | Open | * | * | ok | ok | ok | * * * |
Save | ok | ok | ok | ok | ok | * * * | |
MediaPlayer | Open | ok | ok | ok | ok | ok | * * * |
(playlist) | Save | ok | ok | ok | ok | ok | * * * |
Expander | Open | * | * | ok | ok | ok | * * * |
Filer | Open | * | * | ok | ok | ok | * * * |
*
works after clicking into the file list or moving the selection with the cursor keys (even though file list had the blue focus border already)
* *
Esc hides all files of the list
* * *
Closes the panel instead of resetting the type-ahead-filtering
So, with the patches there's quite an improvement. I'd appreciate if someone more familiar with the Tracker code could look at the code changes and apply the patch.
The focus issues marked with *
are a bit puzzling...
What should be improved is the ESC behaviour when the type-ahead filter is active. Then, the ESC should only reset/deactivate the filter. Currently that closes the panel right away (* * *
).
See also #13151.
Change History (9)
comment:1 by , 5 years ago
Blocking: | 14572 added |
---|
comment:2 by , 5 years ago
comment:3 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 3 months ago
Cc: | added |
---|
comment:6 by , 3 months ago
Alt+H goes to Home dir on hrev58282 for me... can you give me better instructions on where it broke for you/how to reproduce?
comment:9 by , 10 days ago
The focus issues with ALT+H and ALT+D (the "*" in the ticket's table) would be nice to have solved. Both shortcuts seem to work after changing directories. (Also make sure no file is selected or ALT+D duplicates it, ofc.)
Also - others may disagree - I like to have ESC cancel/close the window. Basically for all non-main, non-document windows like alerts, file panels, possibly settings windows... pretty much anything with a Cancel button.
According to #15148, Alt+Q does not work either.