Alex Ionescu a écrit :
  hpoussin(a)svn.reactos.com wrote:
  Add Green driver, that emulates a VT100
compatible server.
 Input won't work as long as we don't have a kdbclass driver.
 
 Why don't you commit tinus' I8042PRT?
  
There is a bug somewhere in i8042prt/kbdclass/win32k that prevents some
altgr combinations on French keyboards.
Specifically, altgr+6 gives '8' instead of '|', and altgr+8 gives
nothing instead of '\'.
'|' and '\' are very important on command line interface, that's why I
don't want to commit tinus' patch.