all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: pjb@informatimago.com (Pascal J. Bourguignon)
To: help-gnu-emacs@gnu.org
Subject: Re: A mac keyboard under windows.
Date: Fri, 12 Mar 2010 20:55:24 +0100	[thread overview]
Message-ID: <87d3z9s4b7.fsf@galatea.lan.informatimago.com> (raw)
In-Reply-To: 105c887d-6311-448c-ad61-03c328fec564@m37g2000yqf.googlegroups.com

Defacta <boxfly@free.fr> writes:

> I have a macbook and just installed Windows 7 on it for doing HTML/
> JavaScript test on IE...
>
> With Emacs, I can't access to keyboard shortcuts as "~" or "{".
> When I am using Firefox for example I have to do ALT+CTRL+2 to have a
> "~" but when I am under Emacs, when I do ALT+CTRL+2  I have the
> message "C-M-é" is undefined".
>
> How can I fix it to have access to macbook shortcuts ?
> I think I must tell Emacs not to do consider "C-M"...how can I do
> that ?

Wrong keyboard map. Change keyboard map.

AZERTY is not made for programmers, it's made for secretaries typing
French letters.

If you want to program, use an american QWERTY keyboard, where all the
special characters used by the programming languages designed by
american programmers using american QWERTY keyboards are easily
accessible.


\f

Otherwise if you really insist on it, you can translate the mappings,
with:

(keyboard-translate ?\& ?\!)
(keyboard-translate ?\é ?\~)
(keyboard-translate ?\" ?\#)
...


-- 
__Pascal Bourguignon__


  reply	other threads:[~2010-03-12 19:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-12 16:54 A mac keyboard under windows Defacta
2010-03-12 19:55 ` Pascal J. Bourguignon [this message]
2010-03-13 12:14   ` Defacta

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=87d3z9s4b7.fsf@galatea.lan.informatimago.com \
    --to=pjb@informatimago.com \
    --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.