SCANCODE SETS

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
OSMAN

SCANCODE SETS

Post by OSMAN »

Hey.

Where can I find the scancode sets, especially the Finnish one, written as C arrays?
bluecode

Re:SCANCODE SETS

Post by bluecode »

hi,

What you might want are keymaps (in linux called keyboard layouts imho), because scancode sets are independent from the country you live in. Keymaps do the maping from scancode to the actual ascii code or to some keyid, or whatsoever. Or are you really seeking for scancode sets?

And please don't shout.
OSMAN

Re:SCANCODE SETS

Post by OSMAN »

Keymaps, yes. That's what I'm looking for. Where can I get them (as I mentioned: as C arrays)?

(I was thinking like one array for the lowercase and another for the uppercase and a third for the alt-graphed.) per one layout.
Post Reply