From d868848ef162ce1d2d5e41b690a592199e9f652d Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Wed, 15 Jul 2020 21:02:31 +0000 Subject: [PATCH] Fix docs about multiple simultaneous keybindings --- alacritty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alacritty.yml b/alacritty.yml index 63d8f6c7..def39e25 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -582,7 +582,7 @@ # 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. +# in the order they were defined in. #key_bindings: #- { key: Paste, action: Paste } #- { key: Copy, action: Copy }