From cbec5e415b721e5d5a8359ebed247ac39eb99721 Mon Sep 17 00:00:00 2001 From: BrainFace <40472418+Brainface1@users.noreply.github.com> Date: Wed, 5 Feb 2020 23:59:16 +0100 Subject: [PATCH] Add docs about multiple bindings on same trigger --- alacritty.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/alacritty.yml b/alacritty.yml index e60a499..e552166 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -530,6 +530,9 @@ # binding with the same triggers is defined. To unset a default binding, it can # be mapped to the `ReceiveChar` action. Alternatively, you can use `None` for # a no-op if you do not wish to receive input characters for that binding. +# +# If the same trigger is assigned to multiple actions, all of them are executed +# at once. #key_bindings: # (Windows, Linux, and BSD only) #- { key: V, mods: Control|Shift, action: Paste }