[ros-kernel] kbduk : AltGr+¬ combination, which should produce '¦', and now it gives '?' char

jeanmichel.123 at free.fr jeanmichel.123 at free.fr
Fri Nov 7 14:51:00 CET 2003


About the following comment from cvs:
kbduk.dll - by Johannes Olofsson. I have tested this dll with english keyboard -
 works great, except for AltGr+¬ combination, which should produce '¦', and now 
it gives '?' char.
--

Might be 
 { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE,0x1f },
should be replaced by 
 { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE, '|' },
?

Jean-Michel

PS: who can commit my kbdfr patch?

______________________________
ROSDATA VK_TO_WCHARS4 key_to_chars_4mod[] = {
  /* Normal, Shifted, Ctrl, C-Shift */
  /* Legacy Ascii generators */
  
 { '6', NOCAPS, '6', '^', WCH_NONE, 0x1e },
 { VK_OEM_MINUS, NOCAPS, '-', '_', WCH_NONE,0x1f },
 { VK_OEM_3, NOCAPS, '\'', '@', WCH_NONE, 0x0000 },
 { 0, 0, 0, 0, 0, 0 }
};


More information about the Ros-kernel mailing list