branch: elpa/xah-fly-keys commit 193b95195f3bbd93a1f91cd7c1de191b386bde80 Author: Xah Lee <x...@xahlee.org> Commit: Xah Lee <x...@xahlee.org>
changed key for call-last-kbd-macro back to r e instead of r space. (dvorak notation) --- xah-fly-keys.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index c2fe2ae98d..d26f1efa0a 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: 26.11.20250321120953 +;; Version: 26.11.20250321204900 ;; Created: 2013-09-10 ;; Package-Requires: ((emacs "27")) ;; Keywords: convenience, vi, vim, ergoemacs, keybinding @@ -3628,14 +3628,14 @@ Version: 2024-04-22" ("r 3" . number-to-register) ("r 4" . increment-register) ("r RET" . nil) - ("r SPC" . call-last-kbd-macro) + ("r SPC" . nil) ("r \\" . xah-slash-to-backslash) ("r a" . nil) ("r b" . nil) ("r c" . string-rectangle) ("r d" . delete-rectangle) - ("r e" . nil) + ("r e" . call-last-kbd-macro) ("r f" . nil) ("r g" . nil) ("r h" . xah-change-bracket-pairs)