Date: Tue, 4 Jan 2000 18:11:23 -0500 (EST) From: Vivek Khera <khera@kciLink.com> To: Mark Ovens <mark@ukug.uk.freebsd.org> Cc: freebsd-questions@freebsd.org Subject: Re: X keymapping Message-ID: <14450.32283.592779.689340@onceler.kcilink.com> In-Reply-To: <20000104224803.H352@marder-1> References: <14450.10100.495300.372549@onceler.kcilink.com> <20000104220745.F352@marder-1> <14450.29762.888402.877973@onceler.kcilink.com> <20000104224803.H352@marder-1>
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "MO" == Mark Ovens <mark@ukug.uk.freebsd.org> writes: MO> xmodmap -e "keysym Alt_L = Meta_L Alt_L" MO> xmodmap -e "keysym Meta_L = Alt_L Meta_L" Ok... here's the magic. One must do BOTH sets of Alt/Meta (L and R) to make it work under the shell (xterm) and in XEmacs, and Netscape. In my .Xmodmap file I added: keysym Alt_L = Meta_L keysym Meta_L = Alt_L keysym Alt_R = Meta_R keysym Meta_R = Alt_R And it did the trick next time I logged in. Thanks for getting me started on the right path. My fingers are much happier now. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14450.32283.592779.689340>