ib / xarchiver

(continuation of the Xfce master branch)
GNU General Public License v2.0
171 stars 40 forks source link

Improve keyboard handling #171

Closed W4RH4WK closed 11 months ago

W4RH4WK commented 1 year ago

I just noticed two keyboard related issues with xarchiver:

  1. Keybindings for the back / up / forward actions are missing. My suggestion would be Alt+left for back, Alt+up for up, Alt+right for forward. These bindings correspond to Windows Explorer's bindings.

  2. Tree nodes in the side bar cannot be closed via keyboard. Even further, tree nodes are automatically expanded when selecting them with the up/down keys. This makes it very tedious to navigate to a node at the same depth, when the tree is large (wide and deep). I'd suggest not opening the nodes when navigating with the up/down keys; left closes a node, right (or space, or enter) opens a node.

richo67 commented 1 year ago

This would be great. I am looking long time for tool to handle archives with keyboard only

ib commented 11 months ago