mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Fix docs about multiple simultaneous keybindings
This commit is contained in:
parent
b8e3050104
commit
d868848ef1
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@
|
||||||
# a no-op if you do not wish to receive input characters for that binding.
|
# 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
|
# 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_bindings:
|
||||||
#- { key: Paste, action: Paste }
|
#- { key: Paste, action: Paste }
|
||||||
#- { key: Copy, action: Copy }
|
#- { key: Copy, action: Copy }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue