Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/midasvanveen/smart_alt_codes
Program for quickly mapping symbols to sequences of symbols. for example '->' = '→'.
https://github.com/midasvanveen/smart_alt_codes
alt-codes csv daemon rust
Last synced: 6 days ago
JSON representation
Program for quickly mapping symbols to sequences of symbols. for example '->' = '→'.
- Host: GitHub
- URL: https://github.com/midasvanveen/smart_alt_codes
- Owner: MidasVanVeen
- License: gpl-3.0
- Created: 2022-05-19T12:11:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-19T17:27:00.000Z (over 2 years ago)
- Last Synced: 2024-12-16T21:56:23.412Z (2 months ago)
- Topics: alt-codes, csv, daemon, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.