Re: keyboard click?

2008-05-06 Thread Danilo Cesar Lemes de Paula
On May 5, 2008, at 4:36 PM, Frantisek Dufka wrote: >> If not, what is the simplest API to use within a C program on the >> N810 to >> generate keyclicks? I'd like to modify kbdd to do so if necessary. Do xtest extension works in N8x0? If yes, I think it is the simplest. -- Danilo Cesar Lemes d

Re: keyboard click?

2008-05-05 Thread Frantisek Dufka
Jeffrey Mark Siskind wrote: > Is it possible to set the N810 to generate audible clicks when pressing keys > on a bluetooth keyboard? I don't know. > If so, does this work with the kbdd SPP driver? Yes, it should. For userspace there should be no difference between hidd based and kbdd based k

Re: keyboard click?

2008-05-05 Thread Jeffrey Mark Siskind
> If not, what is the simplest API to use within a C program on the N810 to > generate keyclicks? I'd like to modify kbdd to do so if necessary. kbdd is not right place for this code, it feeds events to kernel, such keyclick code should probably sit in some place which listens to inpu

keyboard click?

2008-05-05 Thread Jeffrey Mark Siskind
Is it possible to set the N810 to generate audible clicks when pressing keys on a bluetooth keyboard? If so, does this work with the kbdd SPP driver? I have all of the sounds set to "Level 2". If not, what is the simplest API to use within a C program on the N810 to generate keyclicks? I'd like to