diff options
| author | Eli Zaretskii | 2006-12-18 20:46:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-18 20:46:19 +0000 |
| commit | a26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1 (patch) | |
| tree | 9f350d5ede138d9979e2136dd448bb16d76bb33c | |
| parent | 0e0dced58b185b05445ad288ae2a0578ec1bce96 (diff) | |
| download | emacs-a26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1.tar.gz emacs-a26d12e3b3a9dff7cf67d6c9e510ae65e3805fe1.zip | |
(Windows Keyboard): Add a footnote about "Windows" keys peculiarities.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/msdog.texi | 7 |
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 @@ | |||
| 1 | 2006-12-18 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * msdog.texi (Windows Keyboard): Add a footnote about "Windows" keys | ||
| 4 | peculiarities. | ||
| 5 | |||
| 1 | 2006-12-18 Richard Stallman <rms@gnu.org> | 6 | 2006-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 | |||
| 421 | otherwise it is passed to Windows. The default is @code{t} for both | 421 | otherwise it is passed to Windows. The default is @code{t} for both |
| 422 | of these variables. Passing each of these keys to Windows produces | 422 | of these variables. Passing each of these keys to Windows produces |
| 423 | its normal effect: for example, @kbd{@key{Lwindow}} opens the | 423 | its normal effect: for example, @kbd{@key{Lwindow}} opens the |
| 424 | @code{Start} menu, etc. | 424 | @code{Start} menu, etc.@footnote{ |
| 425 | Some combinations of the ``Windows'' keys with other keys are caught | ||
| 426 | by Windows at low level in a way that Emacs currently cannot prevent. | ||
| 427 | For 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)} |