[Solved] Mouse ini settings

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Mouse ini settings

Post by w64bit »

Can someone conform if zero value it is used for disabling these settings:
shift_mouse_wheel_action
alt_mouse_wheel_action

Also, how can I disable scrolling on search window when press mouse wheel?
Last edited by w64bit on Sun Apr 11, 2021 11:26 am, edited 1 time in total.
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Mouse ini settings

Post by void »

Can someone conform if zero value it is used for disabling these settings:
shift_mouse_wheel_action
alt_mouse_wheel_action
Yes, a value of 0 means no action.
Are you seeing something else?
Also, how can I disable scrolling on search window when press mouse wheel?
You can't, I'll add an option to do this.
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

Re: Mouse ini settings

Post by w64bit »

Are you seeing something else?
No, all OK.

I found on forum info only for values 0, 1, 2 for ***_mouse_wheel_action.
What are the actions for 3, 4 ... ?
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Mouse ini settings

Post by void »

The following ini settings exist in Everything 1.5:
ctrl_mouse_wheel_action
ctrl_shift_mouse_wheel_action
shift_mouse_wheel_action
alt_mouse_wheel_action

The following actions are support:
  • 0 = No action
  • 1 = Change View
  • 2 = Change Zoom
  • 3 = Horizontal Scroll
  • 4 = Search History Back/Forward
To change an action:
  • In Everything, type in the following search and press ENTER:
    /ini_setting=value
For example:
/shift_mouse_wheel_action=4

Default values:
/ctrl_mouse_wheel_action=1
/ctrl_shift_mouse_wheel_action=2
/shift_mouse_wheel_action=3
/alt_mouse_wheel_action=4
w64bit
Posts: 233
Joined: Wed Jan 09, 2013 9:06 am

Re: Mouse ini settings

Post by w64bit »

Thank you very much.
One more thing: I wanted to remove mouse Back and Forward buttons for History Back/Forward and I removed Browser back/forward shortcuts but the mouse buttons still works.
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Mouse ini settings

Post by void »

I'll add an option to disable these xbuttons.
void
Developer
Posts: 15279
Joined: Fri Oct 16, 2009 11:31 pm

Re: Mouse ini settings

Post by void »

Everything 1.5.0.1253a add some more mouse ini settings:

xbutton1_action=x
xbutton2_action=x

where x can be:
  • 0 = none
  • 1 = navigate back
  • 2 = navigate forward
mbutton_action=x

where x can be:
  • 0 = none
  • 1 = universal scroll
Post Reply