diff options
author | Eli Zaretskii <eliz@gnu.org> | 2006-12-27 12:49:36 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2006-12-27 12:49:36 +0000 |
commit | e7379492d077d91ea2a6b6daefa37eefce91352e (patch) | |
tree | 728820e6d71240de2dfc8564ea6a2671b515cf9d | |
parent | 4e21e5aa1a2f801bf46b1729c28ec67bf6f4308c (diff) |
(Windows Keyboard): Mention widespread Windows bindings, and how to get
them back.
-rw-r--r-- | man/ChangeLog | 5 | ||||
-rw-r--r-- | man/msdog.texi | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 642795e9d9..b5a46bcc40 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,8 @@ +2006-12-27 Eli Zaretskii <eliz@gnu.org> + + * msdog.texi (Windows Keyboard): Mention widespread Windows bindings, + and how to get them back. + 2006-12-26 Richard Stallman <rms@gnu.org> * calendar.texi (Holidays): Holiday listing is based on current diff --git a/man/msdog.texi b/man/msdog.texi index 6c6f9c7caf..69126dca20 100644 --- a/man/msdog.texi +++ b/man/msdog.texi @@ -333,6 +333,13 @@ directory, whereas @file{.emacs} does not. This section describes the Windows-specific features related to keyboard input in Emacs. +@cindex MS-Windows keyboard shortcuts + Many key combinations (known as ``keyboard shortcuts'') that are in +widespread use in MS-Windows programs are taken by various Emacs +features. Examples include @kbd{C-C}, @kbd{C-X}, @kbd{C-Z}, +@kbd{C-A}, and @kbd{W-SPC}. You can get some of them back by turning +on CUA Mode (@pxref{CUA Bindings}). + @kindex F10 @r{(MS-Windows)} @cindex menu bar access using keyboard @r{(MS-Windows)} The @key{F10} key on Windows activates the menu bar in a way that |