From: Peter Dyballa <Peter_Dyballa@Web.DE>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Changing keybinding of C-return under CUA mode
Date: Mon, 13 Mar 2006 22:15:19 +0100 [thread overview]
Message-ID: <3B434556-80B1-441E-8CD0-29FBF7B84527@Web.DE> (raw)
In-Reply-To: <1142104477.631134.191970@v46g2000cwv.googlegroups.com>
Am 11.03.2006 um 20:14 schrieb fcsaszar@gmail.com:
> I want to change the keybinding to start marking a rectangle in CUA
> mode from C-return to C-.
>
> But it seems that this keybinding cannot be unset with "M-x
> global-unset-key" (after exceuting this, C-return continues working as
> usual). Any idea on how to accomplish this?
CUA uses 'private' keymaps:
(define-key cua--rectangle-keymap [(control return)] 'cua-clear-
rectangle-mark)
(define-key cua--region-keymap [(control return)] 'cua-toggle-
rectangle-mark)
--
Greetings
Pete
"I love deadlines. I love the whooshing noise they make as they go
by" (Douglas Adams)
next prev parent reply other threads:[~2006-03-13 21:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-03-11 19:14 Changing keybinding of C-return under CUA mode fcsaszar
2006-03-13 21:15 ` Peter Dyballa [this message]
[not found] ` <mailman.12.1142284529.30034.help-gnu-emacs@gnu.org>
2006-03-14 0:51 ` fcsaszar
2006-04-09 4:50 ` fcsaszar
2006-04-09 22:14 ` Kim F. Storm
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=3B434556-80B1-441E-8CD0-29FBF7B84527@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.