====== Using mouse on keyboard LXDE ======
* Install xwit and xdotool
sudo apt-get install xwit xdotool
Open your rc.xml, go to /home/user/.config/openbox
Now yo can edit the code, in section, insert the code showed below on
xwit -root -rwarp 5 5
xwit -root -rwarp 5 -5
xwit -root -rwarp -5 5
xwit -root -rwarp -5 -5
xwit -root -rwarp -5 0
xwit -root -rwarp 5 0
xwit -root -rwarp 0 -5
xwit -root -rwarp 0 5
xwit -root -rwarp 0 25
xdotool click 3
xdotool click 2
xdotool click 1
=== NOTES ===
To modify your mouse speed just modify your code; instead of 5 put any multiple of 5.
If it is not working, try erasing the brazilian words from the code.
Now you can control your mouse using your NumPad: Crt+alt+NumPad to move:
Crt+alt+8 -> Move up
Crt+alt+2 -> Move down
Crt+alt+6 -> Move right
Crt+alt+4 -> Move left
Crt+alt+9 -> Move up right
Crt+alt+7 -> Move up left
Crt+alt+3 -> Move down right
Crt+alt+1 -> Move down left
Crt+alt+Enter -> left click
Crt+alt+0 -> right click
==== References ====
http://forum.lxde.org/viewtopic.php?f=4&t=31747