On Thu, 2005-05-12 12:48:05 -0700, Alan Bryan <[email protected]> wrote: > > What do you actually want to do? > The part I'm having trouble with though is having it > popup when predetermined keystrokes are pushed. I > don't think Linux has a way to hook into the keyboard > (if I'm wrong, someone please tell me). Well, this sounds more like a userspace problem. Write a small app that select()s on /dev/input/event* and get the keystrokes from there. From there, you'd even start applikations. That's a lot more complicated to achieve in kernel space :-) MfG, JBG -- Jan-Benedict Glaw [email protected] . +49-172-7608481 _ O _ "Eine Freie Meinung in einem Freien Kopf | Gegen Zensur | Gegen Krieg _ _ O fuer einen Freien Staat voll Freier Bürger" | im Internet! | im Irak! O O O ret = do_actions((curr | FREE_SPEECH) & ~(NEW_COPYRIGHT_LAW | DRM | TCPA));
Attachment:
signature.asc
Description: Digital signature
- References:
- Re: Enhanced Keyboard Driver
- From: Jan-Benedict Glaw <[email protected]>
- Re: Enhanced Keyboard Driver
- From: Alan Bryan <[email protected]>
- Re: Enhanced Keyboard Driver
- Prev by Date: Re: NUMA aware slab allocator V2
- Next by Date: Re: statfs returns wrong values for 250Gb FAT fs
- Previous by thread: Re: Enhanced Keyboard Driver
- Next by thread: Re: Enhanced Keyboard Driver
- Index(es):