Hi there,

I'm looking for a way to get console like keyboard input in windowed mode. Basically what I would like to do is to get the keyboard input from the user in the order in which it is typed. On top of this I would like to get it filtered down to characters and numbers and possibly some special characters like ?.! etc. However I also would like to block windows specific keys all together (so no annoying sticky keys, popup menu or alt-tabs)

besides that I don't know how I could intercept the window keys, I also don't feel like specifying all the allowed keys in if then lines, I tried to get the ubout via console module, but that doesn;t work in combination with a tbgl window.

Snybogy any bright ideas? thanks!