Yes thats what my keyboard looks like. And the key im refearing to as
“broken” is the one to the left of the 1 key. The key with ? and ? on it.
// Tomaz
----Original Message Follows----From: john@johnnypops.demon.co.uk (John Popplewell)
Reply-To: “A list for developers using the SDL library.
(includesSDL-announce)”
To: “A list for developers using the SDL library. (includes
SDL-announce)”
Subject: Re: [SDL] Key namechange from SDLK_BACKQUOTE to SDLK_BACKSLASH
Date: Tue, 14 Mar 2006 13:48:14 +0000
On Tue, Mar 14, 2006 at 01:51:03PM +0100, Tomas Jakobsson wrote:
Im not sure what you mean by language so I better give to much info than
needed.
I code using C as language. I use a swedish keyboard language with the
regualt qwerty layout.
Im running WinXP SP2 and compile using MSVC 2003 .Net Enterprise with
Summer
2004 DirectX SDK.
No other programs have ever behaved funny regarding keyboard input.
Hi Tomaz,
Does your keyboard look like this:
http://content.answers.com/main/content/wp/en/c/cf/Keyboard_Layout_Swedish.png
(using Google Images)
I’ve got UK and US keyboards and a German keyboard made from a UK one
using sticky labels!
I can confirm this using the checkkeys.c test application from the SDL
source distribution.
I’m on WinXP SP2 also, but compiled using MSYS/MinGW. I set the Input
Language to Swedish (not Swedish(Finland)) and Keyboard Layout/IME to
Swedish (not Swedish with Sami).
It works OK with DirectX drivers:
…
Key pressed: 97-a (a) modifiers: NUM
Key released: 97-a modifiers: NUM
Key pressed: 98-b (b) modifiers: NUM
Key released: 98-b modifiers: NUM
Key pressed: 99-c (c) modifiers: NUM
Key released: 99-c modifiers: NUM
Key pressed: 96- (??) modifiers: NUM Key released: 96-
modifiers: NUM
Key pressed: 303-right shift modifiers: RSHIFT NUM
Key pressed: 96- (??) modifiers: RSHIFT NUM Key released: 96-
modifiers: RSHIFT NUM
Key released: 303-right shift modifiers: NUM
but with windib:
…
Key pressed: 97-a (a) modifiers: NUM
Key released: 97-a modifiers: NUM
Key pressed: 98-b (b) modifiers: NUM
Key released: 98-b modifiers: NUM
Key pressed: 99-c (c) modifiers: NUM
Key released: 99-c modifiers: NUM
Key pressed: 92-\ (??) modifiers: NUM
Key released: 92-\ modifiers: NUM
Key pressed: 303-right shift modifiers: RSHIFT NUM
Key pressed: 92-\ (??) modifiers: RSHIFT NUM
Key released: 92-\ modifiers: RSHIFT NUM
Key released: 303-right shift modifiers: NUM
the translated character is the same, but the scancode is different -
most bizzare!
cheers,
John.
SDL mailing list
SDL at libsdl.org
http://www.libsdl.org/mailman/listinfo/sdl