diff options
Diffstat (limited to 'alacritty_macos.yml')
-rw-r--r-- | alacritty_macos.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/alacritty_macos.yml b/alacritty_macos.yml index aaa38d21..7593cabe 100644 --- a/alacritty_macos.yml +++ b/alacritty_macos.yml @@ -234,6 +234,9 @@ live_config_reload: true # `Key1`, `Key2`, etc. Keys on the number pad are encoded `Number1`, `Number2`, # etc. These all match the glutin::VirtualKeyCode variants. # +# A list with all available `key` names can be found here: +# https://docs.rs/glutin/*/glutin/enum.VirtualKeyCode.html#variants +# # Possible values for `mods` # `Command`, `Super` refer to the super/command/windows key # `Control` for the control key |