I think any function where you provide the key code value and obtain the status 
of the key should work.



>From the Linux Documenation Project:

The two keys 
PrintScrn/SysRq and Pause/Break are special in that they have two 
keycodes: the former has keycode 84 when Alt is pressed simultaneously, 
and keycode 99 otherwise; the latter has keycode 101 when Ctrl is pressed 
simultaneously, and keycode 119 otherwise.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to