In article <[EMAIL PROTECTED]>
    Russell King <[EMAIL PROTECTED]> wrote:

> Stefan Hanske said:
> > No, but I never used X that much that it would have been disturbing.
> > I thought the Alt Keycode sequences might fail because X disables
> > the ALT keys, but it seems (when using xmodmap to modify the
> > modifier keys) that X disables any of the modifier keys and lets non
> > of them pass through to any input window.
> 
> X does not disable the ALT keys - I use them all the time with fvwm to
> switch desktops (CTRL+ALT+arrow), so I'm sure that X is seeing them.

It is, but it's *impossible* to make it produce any _printable
characters_ if Alt is involved. (I tried for ages...)

Incidentally, I produced a little FAQ on the subject and sent it to
Russell a while ago, but it hasn't appeared on the ARMLinux website -
should I resend or just assume that it's not needed? :)

Stefan, there *is* a solution if you use the Eleven Megabytes And
Constantly Swapping editor (may need some adjustment depending on your
current keymap):

  (global-set-key "\M-q" [?@])
  (global-set-key "\M-7" [?{])
  (global-set-key "\M-8" [?[])
  (global-set-key "\M-9" [?]])
  (global-set-key "\M-0" [?}])
  (global-set-key "\M-\\" [?\\])
  (global-set-key "\M-+" [?~])
  (global-set-key "\M-<" [?|])

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/�|  http://www.in.tum.de/~atterer/                      raFS V1.15
  � �` �
PGP key fingerprint: C5 59 22 97 80 12 34 C6  6E CE 27 32 2A 44 2C 4A
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]

Reply via email to