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

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

Re: How to bind isearch-repeat-forward to F3 in a certain mode only?


From: HASM
Subject: Re: How to bind isearch-repeat-forward to F3 in a certain mode only?
Date: Thu, 30 Jul 2015 05:56:58 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ian Zimmerman <itz@buug.org> writes:

> That was in the days of xmodmap, though.

Interesting, I still use xmodmap these days.

> Or have you managed to remove the modifier status from the Super key?

Maybe something like this would work

% xmodmap -pm  | grep Super
mod4        Multi_key (0x85),  Super_R (0x86),  Super_L (0xce),  Hyper_L (0xcf)

% echo remove mod4 Super_R | xmodmap -
% echo remove mod4 Super_L | xmodmap -

-- HASM


reply via email to

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