branch: elpa/xah-fly-keys commit 6ef7d2cc36a3f1a69edda0b431d20d1752b53e95 Author: Xah Lee <x...@xahlee.org> Commit: Xah Lee <x...@xahlee.org>
xah-fly-use-control-key is now nil by default. 2 people asked for it. i think a lot people want this. experimental. we'll see. --- xah-fly-keys.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/xah-fly-keys.el b/xah-fly-keys.el index 16962aaa02..95cb8556c9 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.7.20241109085947 +;; Version: 26.8.20241118173945 ;; Created: 2013-09-10 ;; Package-Requires: ((emacs "27")) ;; Keywords: convenience, vi, vim, ergoemacs, keybinding @@ -163,8 +163,9 @@ (defvar xah-fly-insert-mode-indicator "i" "Character in mode line indicating insert mode is active.") -(defcustom xah-fly-use-control-key t - "If nil, do not bind any control key. When t, standard keys for open, close, copy, paste etc, are bound." +(defcustom xah-fly-use-control-key nil + "If true, standard keys for open, close, copy, paste etc, are bound, and others. +If nil, do not modify any default emacs control key keybinding." :type 'boolean) (defcustom xah-fly-use-meta-key t