From 711608d6c926df10ae50c15730d373e0e5ee0424 Mon Sep 17 00:00:00 2001 From: Julian Prein Date: Thu, 22 May 2025 16:41:55 +0200 Subject: [PATCH] kitty: Update mouse_maps to use Alt as kitty_mod --- .config/kitty/kitty.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index fd801ac..36712d4 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -723,6 +723,7 @@ mouse_hide_wait -1 #: Click the link under the mouse cursor # mouse_map ctrl+shift+left release grabbed,ungrabbed mouse_handle_click link +mouse_map alt+left release grabbed,ungrabbed mouse_handle_click link #:: Variant with Ctrl+Shift is present because the simple click based #:: version has an unavoidable delay of click_interval, to @@ -731,6 +732,7 @@ mouse_hide_wait -1 #: Discard press event for link click # mouse_map ctrl+shift+left press grabbed discard_event +mouse_map alt+left press grabbed discard_event #:: Prevent this press event from being sent to the program that has #:: grabbed the mouse, as the corresponding release event is used to @@ -809,6 +811,7 @@ mouse_hide_wait -1 #: Show clicked command output in pager # mouse_map ctrl+shift+right press ungrabbed mouse_show_command_output +mouse_map alt+right press ungrabbed mouse_show_command_output #:: Requires shell integration #:: to work.