Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lakinduakash/uinput-with-char

convert char to key code in uinput-linux
https://github.com/lakinduakash/uinput-with-char

kernel-module linux uinput

Last synced: 16 days ago
JSON representation

convert char to key code in uinput-linux

Awesome Lists containing this project

README

        

# Char to KEY_CODE linux/uinput.h
convert char to key code in uinput-linux
You can use this as helper method when working with `linux/uinput.h`.
Ex:
```
convert "a" => KEY_A
convert "A" => KEY_A + KEY_SHIFT
```
This project still have no completed source. Contributions are warmly welcome.