OSX: Fix the function keys not working correctly

page up and page down were not working correctly and this allows the normal emacs handling of system function keys.
This commit is contained in:
fiveNinePlusR 2017-06-03 11:22:01 -07:00 committed by Codruț Constantin Gușoi
parent b5589b18b8
commit f7fb7e45a3
1 changed files with 3 additions and 3 deletions

View File

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