Has anyone used Bran's Kernel from osdever.net because I am trying to implement the shift key(s) to be able to work, but I am I having major problems. Anyone have suggestions or ideas?
Last edited by Bobalandi on Wed Dec 12, 2007 5:31 pm, edited 1 time in total.
The way I do it is to have a separate 128 char keyboard map and a flag which just tracks whether the shift key is down. If so, use the uppercase key map.
Actually, my problem has been resolved, with special thanks to bewing. He looked at my code and found that my shift variable wansn't global, and that it need to be. Thanks.