Rebind middle click for contex, not close_all

This commit is contained in:
ItsDrike 2022-02-24 17:24:59 +01:00
parent 167138bf97
commit 8a87f85b97
No known key found for this signature in database
GPG key ID: B014E761034AF742

View file

@ -269,7 +269,7 @@
# These values can be strung together for each mouse event, and # These values can be strung together for each mouse event, and
# will be executed in sequence. # will be executed in sequence.
mouse_left_click = open_url, do_action, close_current mouse_left_click = open_url, do_action, close_current
mouse_middle_click = close_all mouse_middle_click = context
mouse_right_click = close_current mouse_right_click = close_current
# Experimental features that may or may not work correctly. Do not expect them # Experimental features that may or may not work correctly. Do not expect them