On Nov 5, 2012, at 3:53 PM, Tarl Neustaedter wrote:
On 2012-Nov-3 23:32 , Programmingkid wrote:
signed-off-by: John Arbuckle programmingkidx@gmail.com
drivers/adb_kbd.c | 80 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 77 insertions(+), 3 deletions(-)
[...]
Out of curiosity, why is the get-key-map method written in C rather than Forth?
Because the keyboard node code was located in a C file.
The other thing I notice is that just pushing control won't do anything for you, it has to be control-<other key>. Is that intended?
Yes.
Do you or anyone else know a way to detect just the Control key being pushed?