Displaying 2 results from an estimated 2 matches for "main_len".
Did you mean:
in_len
2003 Jul 25
0
Keyboard_layout was not found
...e, I opened ./dlls/x11drv/keyboard.c looking for
german keyboards like my keyboard. But I didn't found any.
So I wrote a new entry like the following for myself:
- - snip -
/*** German PC nodeadkeys keyboard layout (contributed by jl) */
static const WORD main_key_scan_DE_PC_nodeadkeys_qwerty[MAIN_LEN][4] =
/* ^ 1 2 3 4 5 6 7 8 9 0 ? ? */
{ 0x5e,0x31,0x32,0x33,0x34,0x35,0x36,0x37,0x38,0x39,0x30,0xdf,0xb4,
/* q w e r t z u i o p ? + */
0x71,0x77,0x65,0x72,0x74,0x7a,0x75,0x69,0x6f,0x70,0xfc,0x2b,
/* a s d f...
2001 Dec 13
0
Dutch Keyboard Support Problem
...d.c Wed Dec 12 08:53:45 2001
@@ -452,6 +452,16 @@
"zZ","xX","cC","vV","bB","nN","mM","??","??",".:"
};
+/*** Dutch keyboard layout (contributed by Traxtopel NL) */
+static const char main_key_NL[MAIN_LEN][4] =
+{
+"@??","1!?","2\"?","3#?","4$?","5%?","6&?","7_?","8({","9(}","0'","/?\\","?~",
+"qQ","wW","eE?","rR?",&quo...