Selected row position in list view

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
JLoftus
Posts: 577
Joined: 22 Jan 2014 14:58

Selected row position in list view

Post by JLoftus »

In a folder with more [folder] rows than fit in the current list view, if I double-click somewhere in the middle of that list to move to one of the child folders, when I return to the parent by using ALT+Left, the position of the selected folder is maintained correctly.

However, if I return to the parent by clicking the back mouse button, the selected folder is moved to the topmost position in the list view (instead of remembering where it was, like with ALT+Left). Is this intended, or did I manage to map the back button incorrectly somehow ages ago?

JLoftus
Posts: 577
Joined: 22 Jan 2014 14:58

Re: Selected row position in list view

Post by JLoftus »

Can anyone confirm this? Maybe should be in the bugs forum?

JLoftus
Posts: 577
Joined: 22 Jan 2014 14:58

Re: Selected row position in list view

Post by JLoftus »

@Don? Anyone?

ALT+LeftArrow returns selection to prior list position. Back button moves folder selection to top of list (this seems a bug).

JLoftus
Posts: 577
Joined: 22 Jan 2014 14:58

Re: Selected row position in list view

Post by JLoftus »

Since no one has any comments on what appears to me to be a bug, can anyone tell me if it's possible to map the back mouse button to "ALT + LEFT", and if so, how?

Edit: Thanks Google

In Autohotkey:
XButton1::!Left
XButton2::!Right

Post Reply