Opened 10 years ago
Closed 7 years ago
#11979 closed bug (fixed)
Missing shortcuts in file panels
Reported by: | humdinger | Owned by: | waddlesplash |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Kits/libtracker.so | Version: | R1/Development |
Keywords: | Cc: | jessicah | |
Blocked By: | Blocking: | #12096 | |
Platform: | All |
Description
This is hrev49043.
There are some keyboard shortcuts missing from the open/save file panels.
- ALT+Up doesn't send you up one level to the parent folder.
- ALT+W should close the panel.
I also happened upon some panels where ALT+H and ALT+D don't send you to Home and Desktop. It works on some apps and doesn't on others. StyledEdit is such a case where it doesn't work. In Pe on the other, it works...
Attachments (2)
Change History (27)
comment:1 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 9 years ago
Blocking: | 12096 added |
---|
comment:3 by , 9 years ago
Milestone: | Unscheduled → R1/beta1 |
---|
comment:4 by , 9 years ago
Cc: | added |
---|
comment:5 by , 9 years ago
Milestone: | R1/beta1 → R1 |
---|
comment:6 by , 8 years ago
comment:7 by , 8 years ago
It probably was the tracker_layout commit, but as I think I said before, I've no clue how or why :(
If someone who knows more about Tracker and BView internals could look at this, that'd be best...
comment:8 by , 7 years ago
It looks like jessicah tried to fix it in 89486c92764891b1142243547d8e97fdc866c4f1 but then reverted it in hrev49212.
The bug is pretty annoying, could someone please take a look at it again?
comment:9 by , 7 years ago
Both Alt+H and Alt+D keys work in Pe, StyleEdit, Expander, and Filer, so I only have to make Alt+Up and Alt+W work. See the attached patch below.
by , 7 years ago
Attachment: | 0001-Let-ALT-Up-and-ALT-W-keys-through-for-file-panels.patch added |
---|
comment:10 by , 7 years ago
patch: | 0 → 1 |
---|
comment:11 by , 7 years ago
Please disregard or remove the above patch. I will update the patch for #13151, and it will make Alt-Up work, too.
comment:12 by , 7 years ago
patch: | 1 → 0 |
---|
by , 7 years ago
Attachment: | 0001-Make-Alt-Up-and-Alt-W-keys-work-for-file-panels.patch added |
---|
comment:14 by , 7 years ago
patch: | 0 → 1 |
---|
follow-up: 16 comment:15 by , 7 years ago
Does Alt+Left/Alt+Right work as well (after navigation to some directory)?
comment:16 by , 7 years ago
I tested the patch with Tracker, Expander, and StyleEdit and saw no change in the behavior of Alt+Left/Right keys.
comment:18 by , 7 years ago
Yes, I tested it in the file panels of Expander and StyleEdit. I didn't see any difference. Neither Alt-Left nor Alt-Right did anything before and after the patch was applied. What are they supposed to do?
comment:19 by , 7 years ago
Just like in Tracker they're supposed to navigate to previous/next folder.
comment:20 by , 7 years ago
That's why I said I compared the behavior of Alt-Left/Alt-Right across Tracker, Expander, and StyleEdit. They didn't have any effect with or without the patch. Left/Right works though.
comment:21 by , 7 years ago
After you showed me how to set Tracker browser to single window, I can see what Alt-Left and Alt-Right keys do. :)
comment:22 by , 7 years ago
I have checked out the file panel behaviour with hrev51347 - with and without Owen's patches of #11979 and #13151.
Without patches:
App | Panel | Alt+H | |Alt+D | Alt+Up | Alt+W | Esc-close | Esc-reset-filtering |
---|---|---|---|---|---|---|---|
Pe | Open | ok | ok | - | - | ok | ok |
Save | ok | ok | - | - | ok | ok | |
StyledEdit | Open | ok | ok | - | - | ok | ok |
Save | ok | ok | - | - | ok | ok | |
ShowImage | Open | * | * | - | - | ok | ok |
Save | ok | ok | - | - | ok | ok | |
MediaPlayer | Open | ok | ok | - | - | ok | ok |
(playlist) | Save | ok | ok | - | - | ok | ok |
Expander | Open | * | * | - | - | * * | * * |
Filer | Open | * | * | - | - | - | * * |
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.
comment:23 by , 7 years ago
So we should fix at least handling of the ESC key before merging the patches. The issue with * being already present in some cases, we can investigate it after merging these patches.
comment:24 by , 7 years ago
The patch attached to this ticket only fixes Alt+Up and Alt+W and should not change the behavior of Esc. Maybe we can merge this patch first?
comment:25 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Applied (this ticket's patch only) in hrev51542. Thanks!
Maybe we could create a GCI task to do a git bisect to find out when shortcuts stopped working?