diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-01-10 00:44:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-10 00:44:41 +0000 |
commit | dd1413eb4d4f8cb170458155e5156e569c14130e (patch) | |
tree | 756cf13a929bb3dadf5566676faddb78ad34408c /alacritty.yml | |
parent | 3fb631b91caec163707858bd1d435015e6e6cb18 (diff) | |
download | alacritty-dd1413eb4d4f8cb170458155e5156e569c14130e.tar.gz alacritty-dd1413eb4d4f8cb170458155e5156e569c14130e.zip |
Force exact modifiers match for mouse bindings
Fixes #3152.
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index f30b5707..63d1927b 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -413,6 +413,9 @@ # Mouse bindings are specified as a list of objects, much like the key # bindings further below. # +# To trigger mouse bindings when an application running within Alacritty captures the mouse, the +# `Shift` modifier is automatically added as a requirement. +# # Each mouse binding will specify a: # # - `mouse`: |