From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: GNU Emacs List <help-gnu-emacs@gnu.org>
Subject: Re: Funny...
Date: Sun, 26 Nov 2006 15:11:09 +0100 [thread overview]
Message-ID: <9E8E2A48-9237-4562-A39E-C922DE4D87CA@Web.DE> (raw)
In-Reply-To: <F4CAD5AE-9395-4D1A-A9E8-B4B2E8ED1999@easesoftware.com>
Am 26.11.2006 um 14:31 schrieb Perry Smith:
> On Nov 26, 2006, at 3:53 AM, Peter Dyballa wrote:
>
>>
>> Am 26.11.2006 um 03:09 schrieb Perry Smith:
>>
>>> The meta and shift cording keys do not work.
>>
>> But Esc-<key> works. I use a few to capitalise, down- or up-case,
>> or delete forth or back ...
>
> That does not work for me from Mail or TextEdit. Hmmm... I feel
> left out now.
>
You'd need to set up ~/Library/KeyBindings/DefaultKeyBinding.dict:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>/key>
<dict>
<key</key>
<string>deleteWordBackward:</string>
<key><</key>
<string>moveToBeginningOfDocument:</string>
<key>></key>
<string>moveToEndOfDocument:</string>
<key>^h</key>
<string>deleteWordBackward:</string>
<key>b</key>
<string>moveWordBackward:</string>
<key>c</key>
<string>capitalizeWord:</string>
<key>d</key>
<string>deleteWordForward:</string>
<key>f</key>
<string>moveWordForward:</string>
<key>l</key>
<string>lowercaseWord:</string>
<key>t</key>
<string>transposeWords:</string>
<key>u</key>
<string>uppercaseWord:</string>
<key></key>
<string>deleteWordBackward:</string>
</dict>
<key>^x</key>
<dict>
<key>^g</key>
<string>abort:</string>
<key>x</key>
<string>swapWithMark:</string>
</dict>
</dict>
</plist>
Inside the DeveloperTools a nice utility is hid: Property List
Editor.app; the keywords used above are described somewhere under
Cocoa key bindings. Spotlight might find the document(s) with one of
them.
--
Greetings
Pete
"Eternity is a terrible thought. I mean, where's it going to end?"
- Tom Stoppard
next prev parent reply other threads:[~2006-11-26 14:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-26 2:09 Funny Perry Smith
2006-11-26 9:53 ` Funny Peter Dyballa
2006-11-26 13:31 ` Funny Perry Smith
2006-11-26 14:11 ` Peter Dyballa [this message]
2006-11-26 14:32 ` Funny Peter Dyballa
[not found] <mailman.1129.1164506965.2155.help-gnu-emacs@gnu.org>
2006-11-27 1:01 ` Funny springfield
2006-11-27 5:47 ` Funny David Hansen
2006-11-27 12:16 ` Funny Jochem Huhmann
2006-11-30 13:16 ` Funny Christopher Kuettner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9E8E2A48-9237-4562-A39E-C922DE4D87CA@Web.DE \
--to=peter_dyballa@web.de \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.