emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modifier keys in Carbon Emacs


From: Doug Alcorn
Subject: Re: Modifier keys in Carbon Emacs
Date: Fri, 17 Sep 2004 10:16:31 -0400

On Thu, 16 Sep 2004 16:07:20 -0700, Steven Tamm <address@hidden> wrote:
> In the short term, if you want to get something working for you, I would 
> suggest modifying mac_to_emacs_modifiers in src/macterm.c to do what you 
> need.  Something like
> 
>   if (NILP (Vmac_command_key_is_hyper) && (mods & cmdKey))
>     result |= hyper_modifier;
> 

I'm actually looking through the src/macterm.c code now.  Could you
give me a simple walk-through of how key events are handled?  Where's
the entry point and what's the flow through the code?  Is that too
much to ask?  I'm a fair C programmer, but completely new to the emacs
internals.

-- 
 (__) Doug Alcorn - Unix/Linux/Web Developing
 oo /  mailto:address@hidden http://www.lathi.net
 |_/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]