From: Andreas Schwab Date: Sat, 15 Apr 2023 10:35:24 +0000 (+0200) Subject: Make image-map bindings available on image links X-Git-Tag: emacs-29.0.91~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b7023da6627;p=emacs.git Make image-map bindings available on image links * lisp/net/shr.el (shr-map): Move shr-browse-image to "M-i". * lisp/net/eww.el (eww-image-link-keymap): Use shr-image-map. --- diff --git a/lisp/net/eww.el b/lisp/net/eww.el index eac47e592b2..d2b4575f963 100644 --- a/lisp/net/eww.el +++ b/lisp/net/eww.el @@ -326,7 +326,7 @@ parameter, and should return the (possibly) transformed URL." "" #'eww-follow-link) (defvar-keymap eww-image-link-keymap - :parent shr-map + :parent shr-image-map "RET" #'eww-follow-link) (defun eww-suggested-uris nil diff --git a/lisp/net/shr.el b/lisp/net/shr.el index 9c2ae98d77e..4e44dfbef03 100644 --- a/lisp/net/shr.el +++ b/lisp/net/shr.el @@ -276,7 +276,7 @@ and other things: (defvar-keymap shr-map "a" #'shr-show-alt-text - "i" #'shr-browse-image + "M-i" #'shr-browse-image "z" #'shr-zoom-image "TAB" #'shr-next-link "C-M-i" #'shr-previous-link