branch: externals/window-commander commit b1cf47530df28c272f03439a1dabfcba49384352 Author: Daniel Semyonov <dan...@dsemy.com> Commit: Daniel Semyonov <dan...@dsemy.com>
; Small change and fix to README and commentary --- README | 6 +++--- swsw.el | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README b/README index 8f7f12f7f8..64d01da321 100644 --- a/README +++ b/README @@ -41,7 +41,7 @@ When swsw-mode is active: - A window ID is displayed using a mode line lighter or a display function (see ‘swsw-display-lighter’). - Window IDs are assigned to all windows on all frames except for - the minibuffer(by default, see ‘swsw-scope’). + the minibuffer (by default, see ‘swsw-scope’). C-x o ID switches focus to the window which corresponds to ID. @@ -51,13 +51,13 @@ C-x o 0 ID deletes the window which corresponds to ID. More commands can be added through ‘swsw-command-map’: -(define-key swsw-command-map (kbd "a") #'my-command) +(define-key swsw-command-map (kbd "z") #'my-command) You can customize ‘swsw-mode’ using the customize interface: M-x customize-group RET swsw RET -For more information see the (swsw) info node. +For more information see the info node (swsw). Copyright: diff --git a/swsw.el b/swsw.el index dfeadd3010..d12f350a91 100644 --- a/swsw.el +++ b/swsw.el @@ -45,7 +45,7 @@ ;; - A window ID is displayed using a mode line lighter or a display ;; function (see `swsw-display-lighter'). ;; - Window IDs are assigned to all windows on all frames except for -;; the minibuffer(by default, see `swsw-scope'). +;; the minibuffer (by default, see `swsw-scope'). ;; - `other-window' (C-x o by default) is remapped to `swsw-select'. ;; ;; C-x o ID switches focus to the window which corresponds to ID. @@ -56,7 +56,7 @@ ;; ;; More commands can be added through `swsw-command-map': ;; -;; (define-key swsw-command-map (kbd "a") #'my-command) +;; (define-key swsw-command-map (kbd "z") #'my-command) ;; ;; You can customize `swsw-mode' using the customize interface: ;;