[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs, touchegg and touchpad events
From: |
Lars Ingebrigtsen |
Subject: |
Re: Emacs, touchegg and touchpad events |
Date: |
Thu, 23 Jun 2022 09:57:43 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
"T.V Raman" <raman@google.com> writes:
> Lars, did that finally work for you, and if yes, could you share your
> touchegg.conf file?
> Also any elisp side bindings you did to get things would help too.
I no longer use this, but I apparently ended up with the thing below.
It just uses touchegg to map some gestures to key strokes, and then I
bind them as usual in Emacs.
<touchégg>
<settings>
<property name="composed_gestures_time">0</property>
</settings>
<application name="Emacs">
<gesture type="TAP" fingers="2" direction="">
<action type="SEND_KEYS">space</action>
</gesture>
<gesture type="TAP" fingers="3" direction="">
<action type="SEND_KEYS">p</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="UP">
<action type="SEND_KEYS">Control+v</action>
</gesture>
<gesture type="DRAG" fingers="2" direction="DOWN">
<action type="SEND_KEYS">Alt+v</action>
</gesture>
</application>
</touchégg>
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: Emacs, touchegg and touchpad events, (continued)
- Re: Emacs, touchegg and touchpad events, Po Lu, 2022/06/23
- Re: Emacs, touchegg and touchpad events, T.V Raman, 2022/06/23
- Re: Emacs, touchegg and touchpad events, Po Lu, 2022/06/23
- Re: Emacs, touchegg and touchpad events, Eli Zaretskii, 2022/06/24
- Re: Emacs, touchegg and touchpad events, Po Lu, 2022/06/24
- Re: Emacs, touchegg and touchpad events, T.V Raman, 2022/06/24
- Re: Emacs, touchegg and touchpad events, Po Lu, 2022/06/24
- Re: Emacs, touchegg and touchpad events, T.V Raman, 2022/06/25
Re: Emacs, touchegg and touchpad events,
Lars Ingebrigtsen <=