mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(advance-direction): Set kp-f3, not kp-f1.
This commit is contained in:
parent
8c3c073af8
commit
f65069352a
@ -290,7 +290,7 @@ Accepts a prefix argument for the number of paragraphs."
|
||||
"Set EDT Advance mode so keypad commands move forward."
|
||||
(interactive)
|
||||
(setq edt-direction-string " ADVANCE")
|
||||
(global-set-key [kp-f1] 'isearch-forward)
|
||||
(global-set-key [kp-f3] 'isearch-forward)
|
||||
(global-set-key [kp-8] 'scroll-window-up)
|
||||
(global-set-key [kp-7] 'next-paragraph)
|
||||
(global-set-key [kp-1] 'forward-to-word)
|
||||
|
Loading…
Reference in New Issue
Block a user