How can I move the mouse pointer on Linux without actually moving the mouse?

link|improve this question
3  
Platform? Language? Anything that will put this question into context? – Oded Apr 2 '10 at 12:26
Which OS/language? – systempuntoout Apr 2 '10 at 12:26
1  
I'm not sure whether moving mouse pointer without mouse is a best practice :) – Thomas Wanner Apr 2 '10 at 12:27
sounds like someone is trying to prevent themselves from going idle. – Nix Apr 2 '10 at 12:31
feedback

migrated from stackoverflow.com Apr 2 '10 at 12:45

This question came from our site for professional and enthusiast programmers.

2 Answers

In windows, you can set this up in the Control Panel, under Accessibility Options in the Mouse tab. Checking the UseMouseKeys box allows you control the mouse with the keyboard.

link|improve this answer
sorry I am a linux user – Anonymous Apr 2 '10 at 12:34
feedback

Press right alt key with shift key with num lock key.

Now if we press the numbers it will move the mouse pointer! 5 performs a left-click.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown