My idea is to create unique media keys on the keyboard for:
- Inputting shortcuts, e.g. replace
Shift+Ctrl+Swith only one key - Inputting symbols, e.g. emoji smiles
- Inputting certain words with only 1 key
The solution must be universal, so any other person could easily use the keyboard, ideally only by connecting it and installing the driver. I don't want to override any of existing keys.
My plan is:
- Reprogramm the keyboard controller, in order to react with non-standard non-taken scancodes. (Thus, keys won't work before driver installation, that is ok)
- Create filter driver for Windows, which will transform those scancodes to shortcuts, symbols, words.
I've got a few questions so far:
- Does my plan make sense? Are there other solutions of my ideas?
- Are there any hidden difficulties in implementation?
