Pular para o conteúdo

Invertendo os botões do touchpad no Slackware 14

Dica publicada em Linux / Configuração
Xerxes xerxeslins
Hits: 5.361 Categoria: Linux Subcategoria: Configuração
  • Indicar
  • Impressora
  • Denunciar

Invertendo os botões do touchpad no Slackware 14

Não gosto da configuração padrão do touchpad, onde o botão direito do mouse é emulado com o toque de três dedos.

Prefiro deixar o toque de três dedos para o botão do meio do mouse e usar o toque de dois dedos para o botão direito do mouse.

Para fazer isso no Slackware, copie o arquivo de configuração do touchpad para o local correto e depois edite-o:

su -
# cp /usr/share/X11/xorg.conf.d/50-synaptics.conf /etc/X11/xorg.conf.d/
# nano /etc/X11/xorg.conf.d/50-synaptics.conf


O padrão será assim:
# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES
# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy
#
# Use "synclient -l" to see all available options
# Use "man synaptics" for details about what the options do
#
Section "InputClass"
      Identifier "touchpad"
      Driver "synaptics"
      MatchDevicePath "/dev/input/event*"
      MatchIsTouchpad "on"
      Option "TapButton1" "1"
      Option "TapButton2" "2"
      Option "TapButton3" "3"
EndSection


Basta trocar o valor do "TabButton2" pelo "TabButton3", deixando assim:

# DO NOT EDIT THIS FILE - IT WILL BE OVERWRITTEN ON UPGRADES
# Copy this file to /etc/X11/xorg.conf.d/ and edit the copy
#
# Use "synclient -l" to see all available options
# Use "man synaptics" for details about what the options do
#

Section "InputClass"
      Identifier "touchpad"
      Driver "synaptics"
      MatchDevicePath "/dev/input/event*"
      MatchIsTouchpad "on"
      Option "TapButton1" "1"
      Option "TapButton2" "3"
      Option "TapButton3" "2"
EndSection

Salve e feche!

Pronto. Reinicie o ambiente gráfico para testar.

Abraço.

Permitindo Conexões VPN PPTP no Linux Mint com UFW (GuFW)

Legenda em português para: The Pirate Bay Away from Keyboard

Gentoo live-DVD - Como instalar no HD

Proteja seu Linux Mint com o Timeshift: Restaure o sistema mesmo que ele não inicie!

Instalar Archlinux pelo WiFi

Ações ao Fechar Tampa do Notebook no Linux Mint

Instalando o Gnome 41 no Debian 11 Bullseye

Boot do Linux no notebook Amazon PC AMZ 101, 201 e 601

Removendo PPAs graficamante no Ubuntu

Como se tornar root no Linux Mint Sonya

Nenhum comentário foi encontrado.

Contribuir com comentário

Entre na sua conta para comentar.