From mint-bounce@lists.fishpool.fi Thu Dec 10 12:16:50 2009 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=XZ/Z7QUI99iJ/uDncyX7YBGEI+KFOH2KDrVgxbID6Z8=; b=XIfqtnxEHrvSm60hpGkBx9Lh57iJNfrrTjyKhg6P3rfH28M9WUaP3IJoqqAI602EKT GNFnggZ3h0TqH5aB30xRmsZqg+IW3tyb3cDgp2XtIc5+ZjmEgYt92oy8wVriCynjX6Cq +QZbV4jvVb4Q5tfyouZ/SzdiL9ydMGgvqAjso= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=DIHYBFD7XPTEqvuOQY2YwcbrFvtfB9JfbWgrHVIb9E2uUnbxGM9Y8Hx9d/wtKviYO2 OFgndBmRVa2jjaDBIuhWQ0MwGsDLKkoXfLxmGO94dw8Z4wG+8dBJdvMD8LQrivC87wLq KTkTKSxPMMCZuxf3CgXwEs3fEYpqEwezrKfYg= MIME-Version: 1.0 In-Reply-To: <4B2002E6.7030404@online.no> References: <4da966f00912020651m256cac55lde2e66430a659e04@mail.gmail.com> <4B1E9B53.6050600@online.no> <4da966f00912081132t32228f4au2916bc4f3aac7ab0@mail.gmail.com> <4B1FF3E6.9030201@online.no> <4B2002E6.7030404@online.no> Date: Fri, 11 Dec 2009 04:14:30 +1100 Message-ID: <11a6f2b10912100914v46751da3p9f3b07ddf02ddb3@mail.gmail.com> Subject: Re: [MiNT] Greek keyboard table From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-1 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: On Thu, Dec 10, 2009 at 7:04 AM, Jo Even Skarstein wrote: > Helmut Karlowski skreiv: > >> You would loose the non-base-character typed after the deadkey, e.g. ^1. I >> get this on the PC by just typing ^ and 1. > > Yes, that's true, but... > >> (guessing...) >> >> else if iswhite >> ascii = last_deadkey >> else >> ascii = "last_deadkey"+"ascii" <-- two characters here. > > ...not loosing it complicates things a bit ;-) > > Jo Even > Linux uses space to keep the dead key real, ie :{space} give : but :o gives the o with the 2 dots same for ', ^ etc I think some systems use 2 to give the same result ie ^^ get you ^ or :: get give : Paul it might be " not :, but the functionality is the same