這個最初是采用的touchegg。開始沒有效果,后來網上發現是因為需要禁用系統的2指3指操作參考 http://askubuntu.com/questions/266057/cant-get-touchegg-to-work-with-my-touchpad
synclient TapButton2=0 synclient TapButton3=0 synclient ClickFinger2=0 synclient ClickFinger3=0 synclient HorizTwoFingerScroll=0 synclient VertTwoFingerScroll=0
敲入以上代碼后,touchegg可以使用。但是效果僅僅局限於2指,局限於tap 和 drag2個操作。 另外touchegg-gce是個不錯的圖形管理界面。看上去功能強大,奈何不起作用
然后發現了xSwipe。總的來說感覺還是不錯的。但是DOW在三指的時候定義正確,但是在四指時總是失效,改為DOWN,成功。
貼個配置如下
{ 'other'=>{ swipe2 =>{ press => "default", }, swipe3 =>{ right => "LAL/RIG", # alt + right left => "LAL/LEF", # alt + left down => "LCT/LAL/DOW", # ctrl + alt + down up => "LCT/LAL/UP", # ctrl + alt + up down => "LCT/w", # ctrl + w up => "LCT/t", # ctrl + t press => "LAL/F7", # alt + F7 }, swipe4=>{ right => "LCT/LAL/RIG", # ctrl + alt + right left => "LCT/LAL/LEF", # ctrl + alt + left down => "LCT/LAL/DOWN", # ctrl + alt + down up => "LCT/LAL/UP", # ctrl + alt + up press => "LAL/F8", # alt + F8 }, swipe5=>{ }, edgeSwipe2=>{ right => "LCT/TAB", # ctrl + tab left => "LSH/LCT/TAB", # shift + ctrl + tab }, edgeSwipe3=>{ down => "LAL/F4", # alt + F4 up => "LCT/LAL/t", # ctrl + alt + t }, edgeSwipe4=>{ } } }
三個指頭點擊 ,然后移動這個體驗並不是很好,還有一個選擇文本的功能不知道怎么實現,遺憾的是只知道上下左右按5個操作,想放大,縮小,雙擊不知道如何實現……