Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c0aa91b
Commit
9c0aa91b
authored
Apr 09, 1994
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(function-key-map): Use f11, not \e.
parent
224a16e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/term/lk201.el
lisp/term/lk201.el
+2
-1
No files found.
lisp/term/lk201.el
View file @
9c0aa91b
...
...
@@ -23,7 +23,8 @@
(
define-key
function-key-map
"\e[20~"
[f9]
)
(
define-key
function-key-map
"\e[21~"
[f10]
)
;; Customarily F11 is used as the ESC key.
(
define-key
function-key-map
"\e[23~"
[?\e]
)
;; The file that includes this one, takes care of that.
(
define-key
function-key-map
"\e[23~"
[f11]
)
(
define-key
function-key-map
"\e[24~"
[f12]
)
(
define-key
function-key-map
"\e[25~"
[f13]
)
(
define-key
function-key-map
"\e[26~"
[f14]
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment