[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Using "apps"-key as a second Meta-key
From: |
Lennart Borgman (gmail) |
Subject: |
Re: Using "apps"-key as a second Meta-key |
Date: |
Mon, 06 Oct 2008 17:55:26 +0200 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.9) Gecko/20071031 Thunderbird/2.0.0.9 Mnenhy/0.7.5.666 |
Hans-Christian Mick wrote:
> Hi,
>
> I'd like to have the "apps"-key as another Meta-key.
>
> I've tried this:
>
> (global-set-key [apps] 'Meta)
>
> ...But of course it didn't work. I've also tried the same with "\M"
> or "Esc" instead of "Meta", but Emacs always tells me, the apps-
> definition is void...
>
> Has the Meta-key a special command name? Or is there a totally
> different way to get this result?
(global-set-key [apps] esc-map)
> I hope that's not a complete newbie question, but I didn't find
> anything on the internet or the news archive about it..
>
> Thanks in advance!
>