Luca1991 / SeaStar-OS

A small 32bit OS written for my bachelor thesis. Mainly based on neon's os-dev articles.
GNU General Public License v3.0
3 stars 1 forks source link

Keyboard: special keys fix #3

Open Luca1991 opened 10 years ago

Luca1991 commented 10 years ago

Special keys (like shift, ctrl etc) are recognized as characters and will lead strings checks to fail. This shouldn't be too hard to fix.