all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jason Rumney <jasonr@gnu.org>
To: Tim Visher <tim.visher@gmail.com>
Cc: 9897@debbugs.gnu.org
Subject: bug#9897: 24.0.90; w32 control character configuration is severely lacking compared to ns-win.el
Date: Sat, 29 Oct 2011 12:03:46 +0800	[thread overview]
Message-ID: <87ipn8sau5.fsf@gnu.org> (raw)
In-Reply-To: <CAHa53uwhY35i7Af=+Jb0cBN6fPvTQFQ5gaMzvAy+cPd0qnku4g@mail.gmail.com> (Tim Visher's message of "Fri, 28 Oct 2011 15:43:17 -0400")

Tim Visher <tim.visher@gmail.com> writes:

> I'm essentially looking for modifier key parity with ns ala:
>
> http://bzr.savannah.gnu.org/lh/emacs/trunk/annotate/head:/lisp/term/ns-win.el#L182
>
> On Windows, that list would probably look like:
>
>     (defvaralias 'pc-allow-anti-aliasing 'pc-antialias-text)

Antialiasing can be specified on a per-font level with the Windows font
backends.  This is documented in the Emacs manual.

>     (defvaralias 'pc-windows-modifier 'pc-windows-modifier)

w32-lwindow-modifer

>     (defvaralias 'pc-right-windows-modifier 'pc-right-windows-modifier)

w32-rwindow-modifier

>     (defvaralias 'pc-control-modifier 'pc-control-modifier)
>     (defvaralias 'pc-right-control-modifier 'pc-right-control-modifier)
>     (defvaralias 'pc-alt-modifier 'pc-alt-modifier)

Standard keyboard keys can be remapped outside of Emacs. Commonly this
is done to swap left-control and caps-lock, for example, see
http://www.emacswiki.org/emacs/SwapControlAltAndCapsLock

>     (defvaralias 'pc-right-alt-modifier 'pc-right-alt-modifier)

See above, and also w32-recognize-altgr

>     (defvaralias 'pc-function-modifier 'pc-function-modifier)

No idea which key you mean here. If you mean the Fn key present on some
laptop keyboards, I beleive this is handled by the keyboard hardware or
low level drivers, and not exposed by the OS.

>     (defvaralias 'pc-apps-modifier 'pc-apps-modifier)

w32-apps-modifier





  reply	other threads:[~2011-10-29  4:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-28 15:14 bug#9897: 24.0.90; w32 control character configuration is severely lacking compared to ns-win.el Tim Visher
2011-10-28 18:47 ` Eli Zaretskii
2011-10-28 19:43   ` Tim Visher
2011-10-29  4:03     ` Jason Rumney [this message]
2011-10-30  1:39       ` Tim Visher

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=87ipn8sau5.fsf@gnu.org \
    --to=jasonr@gnu.org \
    --cc=9897@debbugs.gnu.org \
    --cc=tim.visher@gmail.com \
    /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.