emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/man/msdog.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/man/msdog.texi,v
Date: Sat, 24 Jun 2006 16:18:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/06/24 16:18:49

Index: msdog.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/man/msdog.texi,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- msdog.texi  24 Jun 2006 15:08:44 -0000      1.52
+++ msdog.texi  24 Jun 2006 16:18:49 -0000      1.53
@@ -31,6 +31,7 @@
 * Windows Files::       File-name conventions on Windows.
 * ls in Lisp::          Emulation of @code{ls} for Dired.
 * Windows HOME::        Where Emacs looks for your @file{.emacs}.
+* Windows Keyboard::    Windows-specific keyboard features.
 * Windows Processes::   Running subprocesses on Windows.
 * Windows Printing::    How to specify the printer on MS-Windows.
 * Windows System Menu:: Controlling what the ALT key does.
@@ -310,6 +311,94 @@
 @file{_emacs} as a fallback, if such a file exists in the home
 directory, whereas @file{.emacs} does not.
 
address@hidden Windows Keyboard
address@hidden Keyboard Usage on MS-Windows
address@hidden keyboard, MS-Windows
+
+  This section describes the Windows-specific features related to
+keyboard input in Emacs.
+
address@hidden F10 @r{(MS-Windows)}
address@hidden menu bar access using keyboard @r{(MS-Windows)}
+  The @key{F10} key on Windows activates the menu bar in a way that
+makes it possible to use the menus without a mouse.  In this mode, the
+arrow keys traverse the menus, @key{RET} selects a highlighted menu
+item, and @key{ESC} closes the menu.
+
address@hidden w32-alt-is-meta
address@hidden @code{Alt} key (MS-Windows)
+  By default, the key labeled @key{Alt} is mapped as the @key{META}
+key.  If you wish it to produce the @code{Alt} modifier instead, set
+the variable @code{w32-alt-is-meta} to a @code{nil} value.
+
address@hidden w32-apps-modifier
+  The variable @code{w32-apps-modifier} controls the effect of the
address@hidden key (usually located between the right @key{Alt} and the
+right @key{Ctrl} keys).  Its value can be one of the symbols
address@hidden, @code{super}, @code{meta}, @code{alt}, @code{control},
+or @code{shift} for the respective modifier, or @code{nil} to appear
+as the key @code{apps}.  The default is @code{nil}.
+
address@hidden w32-capslock-is-shiftlock
+  By default, the @key{CapsLock} key only affects normal character
+keys (it converts lower-case characters to their upper-case
+variants).  However, if you set the variable
address@hidden to a address@hidden value, the
address@hidden key will affect non-character keys as well, as if you
+pressed the @key{Shift} key while typing the non-character key.
+
address@hidden w32-enable-caps-lock
+  If the variable @code{w32-enable-caps-lock} is set to a @code{nil}
+value, the @key{CapsLock} key produces the symbol @code{capslock}
+instead of the shifted version of they keys.  The default value is
address@hidden
+
address@hidden w32-enable-num-lock
address@hidden keypad keys (MS-Windows)
+  Similarly, if @code{w32-enable-num-lock} is @code{nil}, the
address@hidden key will produce the symbol @code{kp-numlock}.  The
+default is @code{t}, which causes @key{NumLock} to work as expected:
+toggle the meaning of the keys on the numeric keypad.
+
address@hidden w32-lwindow-modifier
address@hidden w32-rwindow-modifier
address@hidden w32-scroll-lock-modifier
+  The variable @code{w32-lwindow-modifier} determines the effect of
+the left Windows key (usually labeled with @key{start} and the Windows
+logo).  If its value is @code{nil} (the default), the key will produce
+the symbol @code{lwindow}.  Setting it to one of the symbols
address@hidden, @code{super}, @code{meta}, @code{alt}, @code{control},
+or @code{shift} will produce the respective modifier.  A similar
+variable @code{w32-rwindow-modifier} controls the effect of the right
+Windows key, and @code{w32-scroll-lock-modifier} does the same for the
address@hidden key.  If these variables are set to @code{nil}, the
+right Windows key produces the symbol @code{rwindow} and @key{ScrLock}
+produces the symbol @code{scroll}.
+
address@hidden w32-pass-alt-to-system
address@hidden w32-pass-lwindow-to-system
address@hidden w32-pass-rwindow-to-system
+  The variables @code{w32-pass-alt-to-system},
address@hidden, and
address@hidden determine whether the respective
+keys are passed to Windows or swallowed by Emacs.  If the value is
address@hidden, the respective key is silently swallowed by Emacs,
+otherwise it is passed to Windows.  The default is @code{nil} for
address@hidden and @code{t} for the other two
+variables.  Passing each of these keys to Windows produces its normal
+effect: for example, @address@hidden @key{SPC}} opens the @code{System}
+menu, @address@hidden opens the @code{Start} menu, etc.
+
address@hidden w32-recognize-altgr
address@hidden AltGr @r{(MS-Windows)}
address@hidden AltGr key (MS-Windows)
+  The variable @code{w32-recognize-altgr} controls whether the right
address@hidden and left @key{Ctrl} keys are recognized as the @key{AltGr}
+key.  The default is @code{t}, which means these keys produce
address@hidden; setting them to @code{nil} causes these keys to be
+interpreted normally (as the respective modifiers).
+
+
 @node Windows Processes
 @section Subprocesses on Windows 9X/ME and Windows NT/2K/XP
 @cindex subprocesses on MS-Windows




reply via email to

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