branch: elpa/xah-fly-keys commit b47253a138a764569bf569be29b96509316bf8b7 Author: Xah Lee <x...@xahlee.org> Commit: Xah Lee <x...@xahlee.org>
revert last change. now, esc no longer do xah-fly-command-mode-activate. because: warning: binding esc may make arrow keys or f1 f2 keys not work, in text terminal, or in text terminal and running a remote emacs because text terminal relies on esc sequence to represent those keys. if you want, add this to your init (global-set-key (kbd "ESC") 'xah-fly-command-mode-activate) thanks to yegor maltsev --- xah-fly-keys.el | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index 7f6a31a60b..b8ec6f0492 100644 --- a/xah-fly-keys.el +++ b/xah-fly-keys.el @@ -4,7 +4,7 @@ ;; Author: Xah Lee ( http://xahlee.info/ ) ;; Maintainer: Xah Lee <x...@xahlee.org> -;; Version: 22.7.20230125182943 +;; Version: 22.8.20230127142338 ;; Created: 10 Sep 2013 ;; Package-Requires: ((emacs "24.1")) ;; Keywords: convenience, emulations, vim, ergoemacs @@ -25,7 +25,7 @@ ;; Important command/insert mode switch keys: -;; xah-fly-command-mode-activate (press ESC or <home> or F8 or Alt+Space or Ctrl+Space or menu key) +;; xah-fly-command-mode-activate (press <home> or F8 or Alt+Space or Ctrl+Space or menu key) ;; xah-fly-insert-mode-activate (when in command mode, press qwerty letter key f.) @@ -3065,8 +3065,7 @@ Version 2022-10-31" xah-fly-shared-map '(("<home>" . xah-fly-command-mode-activate) ("<menu>" . xah-fly-command-mode-activate) - ("<f8>" . xah-fly-command-mode-activate) - ("ESC" . xah-fly-command-mode-activate)) + ("<f8>" . xah-fly-command-mode-activate)) :direct) (when xah-fly-use-isearch-arrows