all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Rebinding commands that start with C-x and M-x
@ 2007-08-22 13:03 Corey Foote
  0 siblings, 0 replies; 2+ messages in thread
From: Corey Foote @ 2007-08-22 13:03 UTC (permalink / raw)
  To: help-gnu-emacs


[-- Attachment #1.1: Type: text/plain, Size: 705 bytes --]




Hello,





I am an Emacs user who types on a non-standard keyboard. On
the keyboard I use it is difficult to issue commands that begin with C-x and
M-x, because the "x" key is difficult to reach while holding down Ctrl or Alt. It would be much more convenient if all such commands began with, say, C-c
and M-c or perhaps with C-l or M-l, because these keys are much easier to reach. How do I rebind all of these commands to be
invoked with a different keystroke? 

Thank you,





Sincerely, 

Corey Foote


_________________________________________________________________
Learn. Laugh. Share. Reallivemoms is right place!
http://www.reallivemoms.com?ocid=TXT_TAGHM&loc=us

[-- Attachment #1.2: Type: text/html, Size: 989 bytes --]

[-- Attachment #2: Type: text/plain, Size: 152 bytes --]

_______________________________________________
help-gnu-emacs mailing list
help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Rebinding commands that start with C-x and M-x
       [not found] <mailman.5118.1187787822.32220.help-gnu-emacs@gnu.org>
@ 2007-08-22 19:24 ` Emilio Lopes
  0 siblings, 0 replies; 2+ messages in thread
From: Emilio Lopes @ 2007-08-22 19:24 UTC (permalink / raw)
  To: help-gnu-emacs

Corey Foote writes:

> On the keyboard I use it is difficult to issue commands that begin
> with C-x and M-x, because the "x" key is difficult to reach while
> holding down Ctrl or Alt. It would be much more convenient if all
> such commands began with, say, C-c and M-c or perhaps with C-l or
> M-l, because these keys are much easier to reach. How do I rebind
> all of these commands to be invoked with a different keystroke?

For "C-x" you can do something like this:

   ;; additional "C-x" for a Dvorak keyboard layout
   (global-set-key (kbd "C-z") ctl-x-map)

The key combination "M-x" is bound to `execute-extended-command' by
default.  You can bind this command to any other key you want.

-- 
Emílio C. Lopes
Munich, Germany

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-22 19:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.5118.1187787822.32220.help-gnu-emacs@gnu.org>
2007-08-22 19:24 ` Rebinding commands that start with C-x and M-x Emilio Lopes
2007-08-22 13:03 Corey Foote

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.