"Go back" in active tab with the mouse

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

"Go back" in active tab with the mouse

Post by aviaryan »

I am mostly a touch-pad/laptop user and I will like the double-click on background to go back rather than go-up one level.
There is a Alt+Left shortcut to go back but anything on keyboard will involve moving my palm from its rest position :roll: .
Is the background Double-click feature configurable ?
Is there anything better that I am missing ?

Thanks.

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: "Go back" in active tab with the mouse

Post by bdeshi »

1) Save settings. (enter ::#182; in the addressbar)
2) Select Tools->Open config file. (::#601;)
3) Search for, and set to 1, GoUpIsBack in the opened ini file. Save ini.
4) (!IMPORTANT) Restart XYplorer without saving. (::exit "nr";)
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

SammaySarkar wrote:1) Save settings. (enter ::#182; in the addressbar)
2) Select Tools->Open config file. (::#601;)
3) Search for, and set to 1, GoUpIsBack in the opened ini file. Save ini.
4) (!IMPORTANT) Restart XYplorer without saving. (::exit "nr";)

Thanks for your help. The setting looks right but it is not working. I closed XY.exe, then changed the ini file and started it again but only in vain.
The ini file still has GoUpIsBack = 1 after multiple restarts but the background-double-click action is still "Level Up".
Using 14.20.0300

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: "Go back" in active tab with the mouse

Post by bdeshi »

Right, I didn't test it out! :oops:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: "Go back" in active tab with the mouse

Post by admin »

I got something better, but only in the next beta version:

Code: Select all

    + Custom Event Actions (CEA): Added another custom event, "Double-click 
      on the tree's/list's white space" (currently only as a tweak).
        [Settings]
        CEA_TreeListDoubleClickOnWhite=0
      You can currently choose between the following actions:
        0 = Default action (factory default)
        1 = Go Top (Go to the top of the tree/list)
        2 = Go Up
        3 = Go Back
        4 = Scroll In View (Scroll so that the focused item is in view)
        X (any other value) = Do nothing
      Note that if set to 0 the behavior is controlled by "Configuration | 
      Menus, Mouse, Safety | Mouse | Dbl-click on empty space goes up" (this 
      option will become obsolete once CEA_TreeListDoubleClickOnWhite is 
      elevated from tweak status).
Nice, that one was really missing there.

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

Thanks :D I will be waiting.

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: "Go back" in active tab with the mouse

Post by admin »

This is the setting you want:

Code: Select all

CEA_TreeListDoubleClickOnWhite=3
Here is a short description of tweaking XY:
http://www.xyplorer.com/xyfc/viewtopic.php?f=10&t=3543

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

admin wrote:This is the setting you want:

Code: Select all

CEA_TreeListDoubleClickOnWhite=3
Here is a short description of tweaking XY:
http://www.xyplorer.com/xyfc/viewtopic.php?f=10&t=3543
Sorry Don, I am confused here.
How and when should I use this setting ?
Is the beta version released supporting this setting ? The current config file doesn't have this key. I tried creating it with the value 3 but that doesn't work.

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: "Go back" in active tab with the mouse

Post by admin »

No, it will be present in the next beta upload here in the forum.

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

CEA_TreeListDoubleClickOnWhite=0
You can currently choose between the following actions:
0 = Default action (factory default)
1 = Go Top (Go to the top of the tree/list)
2 = Go Up
3 = Go Back
Oh ... :oops:
You already wrote about that setting in your previous post (^^) so I thought you were directing me to do it now.
I will be waiting for the beta..

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

BTW, is there a chance of a customizable or a Power Right-click menu. There are many options like Folder Sizes, Save current view, tabsets, bookmarks, branch view that I will use regularly and though I can use shortcuts for them, it would be better if they are accessible from the mouse itself.
I have all of them on the toolbar but still that requires moving the mouse to the top left corner and then bringing it back.
A right-click or similar menu near the mouse will make it way faster.

Thank you Don for listening , you have made an extreme peach of a software :appl: :appl: .

Stef123

Re: "Go back" in active tab with the mouse

Post by Stef123 »

aviaryan wrote:A right-click or similar menu near the mouse will make it way faster.
That would be awesome. And vice versa, too: Disabling entries I never use. Config > Menus, Mouse, Safety only handles part of it - but not the sections New>, New Items>, Select>

@ Avi
For those of your shortcuts that trigger menu/ dropdown lists, you can make them appear at the current mouse location: PopupMenusAtSelection (in the ini-file)

admin
Site Admin
Posts: 64877
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: "Go back" in active tab with the mouse

Post by admin »

aviaryan wrote:
CEA_TreeListDoubleClickOnWhite=0
You can currently choose between the following actions:
0 = Default action (factory default)
1 = Go Top (Go to the top of the tree/list)
2 = Go Up
3 = Go Back
Oh ... :oops:
You already wrote about that setting in your previous post (^^) so I thought you were directing me to do it now.
I will be waiting for the beta..
Yeah, I sometimes do copy-paste from the future. :biggrin:

Conc. the Power Right-click menu: I'm currently working on something else with a lot of power. My brain is one-dimensional now. Wait till I'm out of the tunnel again...

aviaryan
Posts: 28
Joined: 26 Jun 2014 10:11
Location: India
Contact:

Re: "Go back" in active tab with the mouse

Post by aviaryan »

@Stef123 Thanks. I can get bookmarks to show near the mouse now :) but still I 'll have to use the keyboard shortcut to do so :eh: .
@Don OKay :whistle:

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: "Go back" in active tab with the mouse

Post by bdeshi »

Great, another wish fixed (this time with a fix from the future :o )
@Don, you're dropping too many hints!! We're getting restless!!! :biggrin:
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

Post Reply