PDA

View Full Version : Programma che analizza i tasti delle tastiere


balubeto
18-06-2008, 09:04
CIAO

Sto cercando un progamma che mi dica quale tasto ho premuto in quanto devo analizzare i vari input di una tastiera.

GRAZIE

CIAO

Lonherz
18-06-2008, 09:58
CIAO

Sto cercando un progamma che mi dica quale tasto ho premuto in quanto devo analizzare i vari input di una tastiera.

GRAZIE

CIAO

se può servirti, su linux c'è xev, che da un output di questo tipo:


(qui sotto ad esempio ho premuto e rilasciato la "h")

KeyPress event, serial 31, synthetic NO, window 0x3600001,
root 0x13b, subw 0x0, time 4452830, (-562,625), root:(236,650),
state 0x0, keycode 43 (keysym 0x68, h), same_screen YES,
XLookupString gives 1 bytes: (68) "h"
XmbLookupString gives 1 bytes: (68) "h"
XFilterEvent returns: False

KeyRelease event, serial 31, synthetic NO, window 0x3600001,
root 0x13b, subw 0x0, time 4452920, (-562,625), root:(236,650),
state 0x0, keycode 43 (keysym 0x68, h), same_screen YES,
XLookupString gives 1 bytes: (68) "h"
XFilterEvent returns: False

MM
18-06-2008, 14:10
Il problema è il sotware, non la tastiera, quind meglio la sezione software ;)
Sposto

john_revelator
18-06-2008, 15:17
CIAO

Sto cercando un progamma che mi dica quale tasto ho premuto in quanto devo analizzare i vari input di una tastiera.

GRAZIE

CIAO

Fatti una ricerca su google usando come parola chiave keylogger.