Change control + mouse wheel action

General discussion related to "Everything".
Post Reply
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Change control + mouse wheel action

Post by void »

Changing the control + mouse wheel action has been added to Everything 1.4.0.709b.

The mouse wheel action can be customized to one of the following actions:
  • 0 - No action.
  • 1 - Change view (the default option).
  • 2 - Change zoom.
To change the control + mouse wheel action:
  • Completely Exit Everything.
  • Open your %APPDATA%\Everything\Everything.ini
  • Change the following line:

    Code: Select all

    ctrl_mouse_wheel_action=x
    where x is one of the following values:
    • 0 - No action.
    • 1 - Change view
    • 2 - Change zoom
  • For example to change the control + mouse wheel action to zoom:

    Code: Select all

    ctrl_mouse_wheel_action=2
  • Save changes and restart Everything.
Post Reply