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
Filebrowser: Make Shift+Tab go up the tree #97
Comments
By Regarding your request, I'm not comfortable with assigning |
Understood. |
Gave some more thought about it. That combination is more conventional than EDIT: |
Implemented in 2.9 |
Currently, in the FileBrowser,
Shift+Tab
has the same effect tasTab
: go down the next hierarchical level.To go up one level, the user needs to use
Backspc
. It would be natural and intuitive to useShift+Tab
to go up one level too.Edit:
Backspc
instead ofDel
The text was updated successfully, but these errors were encountered: