mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-26 07:33:47 +00:00
(Windows Keyboard): Fix last change.
This commit is contained in:
parent
b58d0378c5
commit
1521f22e7f
@ -427,11 +427,13 @@ its normal effect: for example, @kbd{@key{Lwindow}} opens the
|
||||
@kindex AltGr @r{(MS-Windows)}
|
||||
@cindex AltGr key (MS-Windows)
|
||||
The variable @code{w32-recognize-altgr} controls whether the
|
||||
combination of the right @key{Alt} and left @key{Ctrl} keys pressed
|
||||
together is recognized as the @key{AltGr} key. The default is
|
||||
@code{t}, which means this key combination produces @code{AltGr};
|
||||
setting it to @code{nil} causes this key combination to be interpreted
|
||||
normally (as the combination of @key{CTRL} and @key{META} modifiers).
|
||||
@key{AltGr} key (if it exists on your keyboard), or its equivalent,
|
||||
the combination of the right @key{Alt} and left @key{Ctrl} keys
|
||||
pressed together, is recognized as the @key{AltGr} key. The default
|
||||
is @code{t}, which means these keys produce @code{AltGr}; setting it
|
||||
to @code{nil} causes @key{AltGr} or the equivalent key combination to
|
||||
be interpreted as the combination of @key{CTRL} and @key{META}
|
||||
modifiers.
|
||||
@end ifnottex
|
||||
|
||||
@node Windows Mouse
|
||||
|
Loading…
Reference in New Issue
Block a user