Skip to content

Instantly share code, notes, and snippets.

@giandoso
Last active October 1, 2020 18:17
Show Gist options
  • Save giandoso/73cf1d15d2ebf65c5ccc5b1a3db90689 to your computer and use it in GitHub Desktop.
Save giandoso/73cf1d15d2ebf65c5ccc5b1a3db90689 to your computer and use it in GitHub Desktop.
Melhora o scroll do mouse em VM 😁

1) Instalar o imwheel via bash

sudo apt-get install imwheel

2) Criar o .imwheelrc na raiz

gedit  ~/.imwheelrc 

2.1) Inserir no .imwheelrc

".*"
None,      Up,   Button4, 3
None,      Down, Button5, 3
Control_L, Up,   Control_L|Button4
Control_L, Down, Control_L|Button5
Shift_L,   Up,   Shift_L|Button4
Shift_L,   Down, Shift_L|Button5
Now run this command...
killall imwheel && imwheel -b "4 5"

3) Adiciona o imwheel nos startup apps

imwheel -b "4 5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment