On Mon, 21 Feb 2022 17:04:01 +0100 daniel antoine <univa...@gmail.com> said:

> Hi
> 
> I succeeded to work on Wayland by compiling Enlightenment with xwayland as
> dependency. Applications like Chromium, Libreoffice, Virt-manager,
> Xarchiver, Discord work now without crashing. But I run into a problem with
> libinput, there is no config file under Wayland. Libinput configuration
> depends on the graphical tools of Enlightenment. Is there a way in
> Enlightenment to configure the Right Click or maybe I missed something.
> 
> Best Regards

no - as best i know there is no "emulate right mouse" config api in libinput to
tell it to do this. have you just tried tapping with 2 fingers for right mouse
press? have you enabled "tap to click" in settings -> input -> mouse ->
touchpad -> buttons ? if this is enabled, then tap to clikc is enabled, then
tapping with 1 finger is left mouse, 2 fingers is right. libinput itself
handles this - all an app does (e via efl) is call 
libinput_device_config_tap_set_enabled(device, LIBINPUT_CONFIG_TAP_ENABLED)
which is done when you enable tap to click in e.

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
Carsten Haitzler - ras...@rasterman.com



_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to