Agneli / linux-remote-control

Turn any device into a complete remote control for your GNU/Linux
www.linuxremotecontrol.com
GNU General Public License v3.0
71 stars 21 forks source link

Mouse + Touchpad #53

Open Desiderius77 opened 9 years ago

Desiderius77 commented 9 years ago

Thanks a lot for this wonderful application.

It works like a charm between my Linux laptop and my Firefox OS smartphone.

It even works with my HTML slide presentation tool without any setting ! What are the commands you send when taping on the arrows of the presentation tool ? Left/Right ?

I have however noticed a lack : when I have a window which is positionned at the half of the web page, I would want to go to the beginning using left mouse button on the slider then drag the slider upway. I tried to put a finger on the left mouse button and then to "slice" another finger to the top but it did not work !

Am I right or is there another way to do that ?

Agneli commented 9 years ago

Hi @Desiderius77

The commands that control slide presentation are: "xdotool key Left" - To left, and "xdotool key Right" - To right As you can see here: https://github.com/Agneli/linux-remote-control/blob/master/opt/lrc-client/index.html#L520-L521

About move the windows, realy is not possible, because the mouse buttons and touchpad are independent controls. But we can try implement it in a new version soon.

Thank you for your suggestion.