aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-18 20:46:19 +0000
committerEli Zaretskii2006-12-18 20:46:19 +0000
commita26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1 (patch)
tree9f350d5ede138d9979e2136dd448bb16d76bb33c
parent0e0dced58b185b05445ad288ae2a0578ec1bce96 (diff)
downloademacs-a26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1.tar.gz
emacs-a26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1.zip
(Windows Keyboard): Add a footnote about "Windows" keys peculiarities.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/msdog.texi7
2 files changed, 11 insertions, 1 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 55225956ff6..2b05bf2c4f7 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12006-12-18 Eli Zaretskii <eliz@gnu.org>
2
3 * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys
4 peculiarities.
5
12006-12-18 Richard Stallman <rms@gnu.org> 62006-12-18 Richard Stallman <rms@gnu.org>
2 7
3 * abbrevs.texi (Editing Abbrevs): Fix previous change. 8 * abbrevs.texi (Editing Abbrevs): Fix previous change.
diff --git a/man/msdog.texi b/man/msdog.texi
index 8fbee5e3212..6c6f9c7caf3 100644
--- a/man/msdog.texi
+++ b/man/msdog.texi
@@ -421,7 +421,12 @@ keys are passed to Windows or swallowed by Emacs. If the value is
421otherwise it is passed to Windows. The default is @code{t} for both 421otherwise it is passed to Windows. The default is @code{t} for both
422of these variables. Passing each of these keys to Windows produces 422of these variables. Passing each of these keys to Windows produces
423its normal effect: for example, @kbd{@key{Lwindow}} opens the 423its normal effect: for example, @kbd{@key{Lwindow}} opens the
424@code{Start} menu, etc. 424@code{Start} menu, etc.@footnote{
425Some combinations of the ``Windows'' keys with other keys are caught
426by Windows at low level in a way that Emacs currently cannot prevent.
427For example, @kbd{@key{Lwindow} r} always pops up the Windows
428@samp{Run} dialog. Customizing the value of
429@code{w32-phantom-key-code} might help in some cases, though.}
425 430
426@vindex w32-recognize-altgr 431@vindex w32-recognize-altgr
427@kindex AltGr @r{(MS-Windows)} 432@kindex AltGr @r{(MS-Windows)}