[Lazarus] how to capture FN key code of laptop?

2010-02-05 Thread Creatxr
how to capture FN key code of laptop? i want to simulate keyboard input to control my FN+wireless to open/close my wireless, up/down volume and bright, switch screen, etc. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.laza

Re: [Lazarus] how to send keyboard (or mouse) message with lazarus?

2010-02-05 Thread Creatxr
thanks very much. now it could be compiled. 2010/2/4 Felipe Monteiro de Carvalho > 2010/2/2 Creatxr : > > /usr/bin/ld: cannot find -lXtst > > project1.lpr(20,1) Error: Error while linking > > project1.lpr(20,1) Fatal: There were 1 errors compiling module, stopping &

Re: [Lazarus] how to send keyboard (or mouse) message with lazarus?

2010-02-03 Thread Creatxr
i've tried the daily build and 9.28. it has the same problem. it can't be compile after i use "project inspector" added "LaMouseAndKeyInput" to project. "Compiling package LazMouseAndKeyInput 0.1" completed /usr/bin

Re: [Lazarus] how to send keyboard (or mouse) message with lazarus?

2010-02-02 Thread Creatxr
pector" added "LaMouseAndKeyInput" to project. === "Compiling package LazMouseAndKeyInput 0.1" completed /usr/bin/ld: warning: /home/creatxr/WORK/lazarus/first/link.res contains output sections; did you forget -T? /usr/bin/ld: cannot find -lXtst project1.lpr(20,1) Er

Re: [Lazarus] how to send keyboard (or mouse) message with lazarus?

2010-02-01 Thread Creatxr
i'm sorry. i didn't find where it is. it has too poor document with lazarus. i didn't find it in dir "/usr/share/fpcsrc/2.2.4" 2010/2/1 Vincent Snijders > Creatxr schreef: > > how to send keyboard (or mouse) message with lazarus? >> e.g. i want t

[Lazarus] how to send keyboard (or mouse) message with lazarus?

2010-02-01 Thread Creatxr
how to send keyboard (or mouse) message with lazarus? e.g. i want to send VK_SHIFT + A to system (linux and windows) thanks. -- ___ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus