Handling different keyboards

BlitzMax Forums/BlitzMax Programming/Handling different keyboards

MattVonFat(Posted 2006) [#1]
Hi,

I'm writing a custom textarea using a canvas and I need to process which keys are hit. My main problem so far is the different layouts of keyboards. I already found that some Blitz keycodes are different for my english keyboard. Is there an easy way to have the keycodes change for different keyboards or will I have to create some sort of ini file which has the keycodes stored?

Thanks,
Matthew