Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Problem with alt-key on Apple iBook
Date: Sun, 05 Feb 2006 01:41:57
Message-Id: 7573e9640602041735ob2e3caajf97c55f51e18e3c0@mail.gmail.com
In Reply to: Re: [gentoo-user] Problem with alt-key on Apple iBook by Neil Bothwick
1 On 2/4/06, Neil Bothwick <neil@××××××××××.uk> wrote:
2 > On Sat, 4 Feb 2006 13:18:56 +0100, Simon Ruderich wrote:
3 >
4 > > My problem is now that some characters (like the curly brace) can
5 > > only be typed by using the alt-key. But if I press the alt-key and 8
6 > > for example then the console changes from this:
7 > > livecd root #
8 > > To this:
9 > > (arg: 8)
10 > > And I don't know what this means.
11 > > Is there anything I can do to get the alt-key working?
12 >
13 > This is nothing to do with the iBook hardware, my AMD64 box does it too.
14 > The Alt key works but Alt-n giving (arg: n) appears to be a feature of
15 > bash, although there's no reference to the Alt key in the bash manpage.
16
17 It is a readline function (see man readline).
18
19 Try adding to ~/.inputrc:
20
21 Meta-0:
22 Meta-1:
23 ...
24 Meta-9:
25
26 -Richard
27
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with alt-key on Apple iBook Neil Bothwick <neil@××××××××××.uk>