* Syntax for binding option and command keys in aquamacs
@ 2014-10-04 22:56 Tim Johnson
2014-10-05 15:21 ` Tim Johnson
0 siblings, 1 reply; 2+ messages in thread
From: Tim Johnson @ 2014-10-04 22:56 UTC (permalink / raw)
To: Emacs
I've recently migrated from emacs on ubuntu to mac os x 10.7.5
I not sure about how to code for the option and command keys for
keybinding.
I am using a happy hacker keyboard where the alt key is being
interpreted by aquamacs as the option key.
Here are two results from c-h c
c-h c Alt-h :
⌥H runs the command mark-paragraph
c-h c Cmd-c :
⌘C runs the command clipboard-kill-ring-save
How would I code those modifiers if I wished to create new
keybindings for them?
thanks
--
Tim
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Syntax for binding option and command keys in aquamacs
2014-10-04 22:56 Syntax for binding option and command keys in aquamacs Tim Johnson
@ 2014-10-05 15:21 ` Tim Johnson
0 siblings, 0 replies; 2+ messages in thread
From: Tim Johnson @ 2014-10-05 15:21 UTC (permalink / raw)
To: Emacs
* Tim Johnson <tim@akwebsoft.com> [141004 15:03]:
> I've recently migrated from emacs on ubuntu to mac os x 10.7.5
>
> I not sure about how to code for the option and command keys for
> keybinding.
>
> I am using a happy hacker keyboard where the alt key is being
> interpreted by aquamacs as the option key.
>
> Here are two results from c-h c
>
> c-h c Alt-h :
> ⌥H runs the command mark-paragraph
>
> c-h c Cmd-c :
> ⌘C runs the command clipboard-kill-ring-save
>
> How would I code those modifiers if I wished to create new
> keybindings for them?
A red herring ... what threw me
is that the default in aquamacs is that *scratch* is treated like a text
file, thus experimental bindings weren't working. .emacs needs the following
(setq initial-major-mode 'lisp-interaction-mode)
cheers
--
Tim
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com, http://www.tj49.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-05 15:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-04 22:56 Syntax for binding option and command keys in aquamacs Tim Johnson
2014-10-05 15:21 ` Tim Johnson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).