diff options
Diffstat (limited to 'alacritty.yml')
-rw-r--r-- | alacritty.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alacritty.yml b/alacritty.yml index 11a9e6ae..63bb7a4b 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -324,6 +324,12 @@ live_config_reload: true # A full list with available key codes can be found here: # https://docs.rs/glutin/*/glutin/enum.VirtualKeyCode.html#variants # +# Instead of using the name of the keys, the `key` field also supports using +# the scancode of the desired key. Scancodes have to be specified as a +# decimal number. +# This command will allow you to display the hex scancodes for certain keys: +# `showkey --scancodes` +# # Values for `mods`: # - Command # - Control |