unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Fredrik Staxeng <fstx+u@update.uu.se>
Subject: Re: Alt key in woody
Date: 09 Oct 2002 08:52:13 +0200	[thread overview]
Message-ID: <1m8z18cdeq.fsf@Tempo.Update.UU.SE> (raw)
In-Reply-To: 8c53236b.0210082113.3c3fc46c@posting.google.com

woohsiaokuang@yahoo.com.cn (Wu XiaoGuang) writes:

>Hi, all:
>  I just installed Debian GNU/Linux 3.0 . The GNU Emacs version is
>  21.2 .
>  I couldn't use Alt key normally. Although I could use it it in
>  terminal (emacs -nw), it's a little unsuitable.
>  I tried to put 
>,----
>| xmodmap -e "keysym Alt_L = Meta_L Alt_L" & 
>`----
>  in ~/.xinitrc or ~/.xsession , but after I do this, I can't startx
>  later.
>
>  Thank you.

I put only the Meta keysym on the Alt key, since Meta and Alt are
synonymous. 

keysym Alt_L = Meta_L
keysym Alt_R = Meta_R

And then you have to check that all Meta keys are mapped to the mod1
Modifier.

; xmodmap -pm
xmodmap:  up to 4 keys per modifier, (keycodes in parentheses):

shift       Shift_L (0x32),  Shift_R (0x3e)
lock        Caps_Lock (0x42)
control     Control_L (0x25),  Control_R (0x6d),  Control_L (0x73),  Control_R (0x74)
mod1        Meta_L (0x40),  Meta_R (0x71)
mod2        Num_Lock (0x4d)
mod3      
mod4        Control_L (0x73)
mod5        Scroll_Lock (0x4e)


Or you could just use the pc101 keyboard layout in X. Then there will be
no Meta mapping on the Windows key, so the Alt key will be Meta.

Your fix should work by itself, so it seems that your problem is
to get the rest of the .xinitrc to work. Oh, and lose the & on the
xmodmap line.

-- 
Fredrik Stax\"ang | rot13: sfgk@hcqngr.hh.fr

  reply	other threads:[~2002-10-09  6:52 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-09  5:13 Alt key in woody Wu XiaoGuang
2002-10-09  6:52 ` Fredrik Staxeng [this message]
2002-10-10  4:02   ` Wu XiaoGuang
2002-10-12  6:41     ` Fredrik Staxeng

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1m8z18cdeq.fsf@Tempo.Update.UU.SE \
    --to=fstx+u@update.uu.se \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).