Skip to content

blaggacao/alacritty-extended-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Extended keys for Alacritty

Enable CSI u mode.

The specification can be found at Fix keyboard input on terminals.

Installation

Copy keys.yml to your config file.

Configuration

Add more keys

Read the specification.

The syntax is:

CSI <code-point> ; <modifier> u

In Alacritty-speak, it is:

key_bindings:
  - { key: <key>, mods: <modifiers>, chars: "\x1b[<code-point>;<modifier>u" }

Get Alacritty key names for the key section:

alacritty --print-events

Get the code points for the chars section:

showkey --ascii

References

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published