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

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

bug#6033: 23.1; [Cocoa/GNUStep] Feature Request: right command/option bi


From: Chong Yidong
Subject: bug#6033: 23.1; [Cocoa/GNUStep] Feature Request: right command/option bindings
Date: Mon, 26 Apr 2010 11:02:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.96 (gnu/linux)

David Abrahams <dave@boostpro.com> writes:

> Of course I could be mistaken, but I don't think so.  Emacs explicitly
> handles translation of the modifier keys in nsterm.c and I don't see
> how anything outside of Emacs could make that handling deal with the
> right keys separately from the left.

Under GNU/Linux, you can use xmodmap to rebind Control_L and Control_R
separately.  So, for instance, if you do

  ~ $ xmodmap -e "remove control = Control_R"
  ~ $ xmodmap -e "add mod4 = Control_R"

then pressing Control-a with the right control key will emit Super-a.
I'm sure there is some equivalent functionality on Mac OS X.






reply via email to

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