Essa função do lubuntu de travar o mouse enquanto se usa o teclado me atrapalha MUITO,pois deixa impossível jogar qualquer jogo que tenha que mover o mouse enquanto anda (Minecraft,GTA San Andreas). O problema é que eu não achei onde desativar isso no meu Lubuntu 19.10
Se alguém souber eu agradeço
Opa, brotei. Espero poder ajudar.
Estranho, por padrão o Lubuntu não bloqueia o mouse enquanto o teclado está sendo utilizado.
-
Você ainda está no Lubuntu 19.10? Ou já atualizou para o 20.04?
-
Você está usando o sistema em um notebook ou computador de mesa?
-
Pode me mandar o arquivo de configuração
/home/seu_user/.config/lxqt/session.conf
Estou usando o Lubuntu 19.10 em um notebook,ou seja,ele bloqueia o touchpad.
session.conf:
[General]
__userfile__=true
[Environment]
BROWSER=/usr/bin/google-chrome
GTK_CSD=0
GTK_OVERLAY_SCROLLING=0
TERM=qterminal
[Mouse]
accel_factor=60
accel_threshold=10
cursor_theme=volantes_light_cursors
left_handed=false
[Touchpad]
ETPS%252F2%2520Elantech%2520Touchpad\[email protected](\0\0\0\x87\0\0\0\0)
ETPS%252F2%2520Elantech%2520Touchpad\naturalScrollingEnabled=1
ETPS%252F2%2520Elantech%2520Touchpad\scrollingMethodEnabled=1
ETPS%252F2%2520Elantech%2520Touchpad\tapToDragEnabled=1
ETPS%252F2%2520Elantech%2520Touchpad\tappingEnabled=1
Pera, então tu joga com o touchpad e o teclado?
Te juro que nessa tu me pegou kkkk. Eu vou procurar a solução aqui e vejo se acho, perguntar a galera que realmente sabe lá no fórum do Lubuntu.
Trago notícias. Não tão boas infelizmente.
No fórum do Lubuntu eu obtive essa resposta:
Unfortunately there is no GUI interface to toggle this. I did some experimentation, here are my results:
First @wxl pointed me at an Arch wiki page. Before you get too deep into that here are the highlights I found.
- In the terminal do
xinput list
This should list out all of the devices attached to your computer that can be used as input devices. Search for the device that is a touchpad. Mine is aAlpsPS/2 ALPS GlidePoint id=18 [slave pointer (2)]
as reported from the system. Note the device id. - List the properties for the device by doing
xinput list-props 18
Note 18 was my device id from above, your device may be different. From this listing you want to look for something like thislibinput Disable While Typing Enabled (330): 1
Having a value of 1 means that the touchpad is disabled when typing is taking place. The property number in () is needed for the next step. - Since the
libinput Disable While Typing Enabled (330):
was set to 1 above, to flip it you want to set it to 0.xinput set-prop 18 330 0
will change that. The change can be verified by listing the properties againxinput list-props 18
and if you decide to change it back you could doxinput set-prop 18 330 1
.
If you find yourself stuck or have issues please let us know and we can try to work through it.
Resumindo ele disse que não há forma gráfica para resolver isso, e você terá provavelmente um trabalhinho para resolver tudo e explicou o passo a passo. Passo a passo esse que eu achei bem trabalhoso kkkk.
Obrigado <3 <3 <3
Estanho eu não ter achado isso em lugar nenhum da internet,estava tentando fazer um post sobre isso no fórum do ubuntu quando apareceu a milagrosa notificação no celular kkkk