help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Changing middle-click to right-click?


From: HASM
Subject: Re: Changing middle-click to right-click?
Date: Fri, 21 Aug 2015 08:45:52 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Rusi <rustompmody@gmail.com> writes:

> xmodmap is increasingly obsolete and broken

Maybe, but it still works for the example given:

>   echo 'pointer = 1 3 2' |xmodmap - 1>/dev/null 2>&1

(though the OP clarified he wants to do this only in emacs)

The xinput equivalent is:
  xinput --set-button-map <device> 1 3 2
though one needs to find what <device> is.

-- HASM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]