Adds documentation for OSX modifiers

This commit is contained in:
Codruț Constantin Gușoi 2018-05-28 00:38:13 +03:00
parent f7fb7e45a3
commit 099c2b03a8
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ The different modifier keys can be set as follows:
(osx :variables osx-command-as 'hyper
osx-option-as 'meta
osx-control-as 'control
osx-function-as 'none
osx-function-as nil
osx-right-command-as 'left
osx-right-option-as 'left
osx-right-control-as 'left))
@ -50,7 +50,7 @@ The different modifier keys can be set as follows:
These are also the default values. Setting the right modifier to =left=
will equal the left modifier. Allowed values are: =super=, =meta=, =control=,
=alt= and =none=.
=alt= and =nil=.
Setting =nil= for modifiers will leave the left modifiers as emacs default.
*** Use with non-US keyboard layouts

View File

@ -36,7 +36,7 @@
For backwards compatibility the variable `osx-use-option-as-meta'
takes precedence is set to t.")
(defvar osx-function-as nil
"Sets the key binding of the `FUCTION' key on OSX.
"Sets the key binding of the `FUNCTION' key on OSX.
Possible values are `super' `meta' `hyper' `alt' `nil'.
Default: `nil'.")
(defvar osx-control-as 'control