From 0c46783f5e3a759e02bcc3616fecb087fb1aa02c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 26 Mar 2026 10:21:08 +0530 Subject: [PATCH] Cleanup previous PR --- docs/changelog.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 8441e0a74..f17bb0a5b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -186,8 +186,6 @@ Detailed list of changes - The :opt:`show_hyperlink_targets` option now allows specifying a keyboard modifier so that target URLs are only shown on hover when the modifier is pressed (:pull:`9741`) -- Shortcut matching: When multiple shortcuts match a key event via different fallback types, the one whose :opt:`allow_fallback ` lists the matching fallback type first wins (higher priority). Direct matches always take priority over fallback matches. - 0.46.2 [2026-03-21] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~