Guy Albertelli
2031d6c430
Partial implementation for GetKeyNameText for new keyboard structure.
1999-04-11 14:47:41 +00:00
José Marcos López
05eb8b5125
Added Spanish keyboard layout.
1999-04-04 12:44:42 +00:00
Eric Pouech
24f5ffc620
Updated French keyboard.
1999-04-03 13:50:58 +00:00
Ove Kaaven
787cf10922
'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
...
the dead key mapping stuff to the actual mapping code too. Prettied
up the fixme message. Added a check where if the keys of two layouts
match exactly, the one with the best-matching keycode order is chosen,
so that the QWERTY and Dvorak layouts can be distinguished.
1999-04-03 11:18:58 +00:00
Marcus Meissner
2199f6e078
Split off keysym/deadchar -> char mapping, use it in DetectLayout.
1999-04-01 12:05:44 +00:00
Patrik Stridvall
b87fe2e9bf
More code moved to the X11 driver (bitmap and palette and misc).
1999-04-01 08:16:08 +00:00
Pavel Roskin
dbfdca8b4c
Added Russian keyboard support.
1999-03-28 13:44:56 +00:00
Pavel Roskin
f15d180669
Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
...
keyboard support.
1999-03-28 13:39:55 +00:00
Jonathan Naylor
a5a02279a6
Added Swiss German keyboard layout.
1999-03-28 12:36:27 +00:00
Kalevi J Hautaniemi
cc5d924b63
Added Finnish keyboard layout.
1999-03-22 14:46:08 +00:00
Veksler Michael
e94e35431e
Removed winuser16.h from x11drv.h.
1999-03-22 12:41:26 +00:00
Robert Pouliot
4f278bdac1
One small error corrected and the 102th key...
1999-03-21 15:46:34 +00:00
Bertho Stultiens
ff2b369739
Fixed Danish keyboard layout.
1999-03-19 16:42:52 +00:00
Bruno Afonso
e70b1838df
Added Portuguese keytable.
1999-03-17 15:54:44 +00:00
Robert Pouliot
5574c99bca
Added Canadian French keyboard layout.
1999-03-17 15:39:36 +00:00
Huw D M Davies
12eb5fd1e8
Added UK keyboard layout.
1999-03-17 15:29:35 +00:00
Ove Kaaven
44b717825d
Better comments, and added ANSI codepages in table.
...
US keyboard contributed by Uwe Bonnes.
French keyboard contributed by Eric Pouech.
German keyboard contributed by Ulrich Weigand.
Danish keyboard contributed by Bertho Stultiens.
1999-03-15 15:24:32 +00:00
Jim Aston
2e1cafa288
Renamed wintypes.h to windef.h.
1999-03-14 16:35:05 +00:00
Ove Kaaven
7173e1c26e
First attempt at supporting different keyboard layouts with their
...
correct scancode mapping.
1999-03-14 14:00:57 +00:00
Ulrich Weigand
175989dbd4
Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
1999-03-10 13:28:30 +00:00
Alexandre Julliard
a396029270
Large-scale renaming of all Win32 functions and types to use the
...
standard Windows names.
1999-02-26 11:11:13 +00:00
Patrik Stridvall
ab121e7838
X11 driver changes.
1999-02-04 11:11:01 +00:00
Rein Klazes
4caa2a1147
Lowest scan code seems to be 1, not zero.
1998-12-24 14:37:36 +00:00
Brian Gerst
9784701f08
The scancode Windows send for extended keys is the scancode of the
...
unextended equivalent of the key, plus the extended flag.
1998-12-07 15:44:54 +00:00
Patrik Stridvall
e35d6366ef
Moved more code to the X11 driver.
1998-12-07 09:13:40 +00:00