Skip to content

Program for quickly mapping symbols to sequences of symbols. for example '->' = '→'.

License

Notifications You must be signed in to change notification settings

MidasVanVeen/smart_alt_codes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart alt codes

Program that reads input from a device file, usually located in /dev/input/by-path or /dev/input/by-id on linux devices, and recognised sequences specified in a csv file. The program will then replace the typed sequence with whatever value is specified in the second column of the csv file.

The patterns.csv file is an example of such a csv file.

The program will start recording a sequence when the right alt key is pressed, this key can be modified in main.rs.

About

Program for quickly mapping symbols to sequences of symbols. for example '->' = '→'.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages