kitty: Update mouse_maps to use Alt as kitty_mod

This commit is contained in:
2025-05-22 16:41:55 +02:00
parent a9998ed371
commit 711608d6c9

View File

@@ -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
#:: <https://sw.kovidgoyal.net/kitty/shell-integration/> to work.