Search found 2 matches
- Fri Dec 16, 2011 3:01 am
- Forum: Common Lisp
- Topic: raw keyboard input
- Replies: 3
- Views: 7067
Re: raw keyboard input
Than you for your answer. However, it does not solve my problem. I am using a virtual Windows 7 machine on top of Parallels Desktop on a Mac OS 10.6.8. I could certainly write a FF, but the raw-input feature exists in some Lisps other than ACL...
- Thu Dec 15, 2011 7:53 am
- Forum: Common Lisp
- Topic: raw keyboard input
- Replies: 3
- Views: 7067
raw keyboard input
I am trying to find out how to do a raw input from a keyboard directly, WITHOUT using a window or window pane. I.e., I'd like the keyboard handler to deliver each character as soon as the key is pressed (without having to type ENTER or CR). I am using ACL 8.2. Any idea? Than you.