help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Changing keybinding of C-return under CUA mode


From: Peter Dyballa
Subject: Re: Changing keybinding of C-return under CUA mode
Date: Mon, 13 Mar 2006 22:15:19 +0100


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)






reply via email to

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