]> git.earman.xyz Git - emacsinit.git/commitdiff
change from vol up to vol down
authorrearman <rearman@r717.net>
Thu, 11 Jun 2026 16:26:59 +0000 (12:26 -0400)
committerrearman <rearman@r717.net>
Thu, 11 Jun 2026 16:26:59 +0000 (12:26 -0400)
config.org

index f19a58a56cb5336ba4ec68793f6ca915540284af..31bc49bddf6c18803755a4720c1a4d5521660095 100644 (file)
@@ -1003,7 +1003,7 @@ Stolen from https://www.masteringemacs.org/article/fixing-mark-commands-transien
 (if (equal system-type 'android)
     (progn (setq touch-screen-display-keyboard t)
            (set-frame-parameter nil 'tool-bar-position 'bottom)
-           (define-key key-translation-map (kbd "<volume-up>") 'event-apply-meta-modifier)
+           (define-key key-translation-map (kbd "<volume-down>") 'event-apply-meta-modifier)
            (modifier-bar-mode 1)
            (tool-bar-mode 1))
   (progn (menu-bar-mode -1)