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

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: about 2 months 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.