emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/xah-fly-keys c00742c6c8: Qwerty space l e (dvorak space n


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys c00742c6c8: Qwerty space l e (dvorak space n .) is now toggle-frame-maximized again , instead of toggle-frame-fullscreen. Sorry for the back-and-forth change. Again this is a problem of on windows max window and fullscreen don't mix well. The fullscreen is not good cuz it hides tabs etc, but is natively supported by browsers. It's historical when display is small in 90s. While max window is universal, on Microsoft Windows but also Mac and linux.
Date: Thu, 8 Dec 2022 13:59:49 -0500 (EST)

branch: elpa/xah-fly-keys
commit c00742c6c86fbd44e28cb008339c6307aff4f16e
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    Qwerty space l e (dvorak space n .) is now toggle-frame-maximized again , 
instead of toggle-frame-fullscreen. Sorry for the back-and-forth change. Again 
this is a problem of on windows max window and fullscreen don't mix well. The 
fullscreen is not good cuz it hides tabs etc, but is natively supported by 
browsers. It's historical when display is small in 90s. While max window is 
universal, on Microsoft Windows but also Mac and linux.
---
 xah-fly-keys.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 74034049ad..7dd88cd2c0 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 22.2.20221121172301
+;; Version: 22.3.20221208105541
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -3216,7 +3216,7 @@ Version 2022-10-31"
        ;; dvorak n. commands here are “harmless”, they don't modify text etc. 
they turn on modes, change display, prompt, start shell, etc.
        ("n SPC" . whitespace-mode)
        ("n ," . abbrev-mode)
-       ("n ." . toggle-frame-fullscreen)
+       ("n ." . toggle-frame-maximized)
        ("n 1" . set-input-method)
        ("n 2" . global-hl-line-mode)
        ("n 4" . global-display-line-numbers-mode)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]