# Mouseless Keyboard Ninja Emulate moving the mouse around using just our keyboard. All part of becoming a keyboard ninja lols. We have two modes, mousless grid mode then mousemove mode, with these two together we can hop around and do basic task quickly without reaching for the mouse. Saves time depending on task. * tutorial video: [Link](https://www.youtube.com/playlist?list=PLqv94xWU9zZ1cXfg3ED24G6RSt4NbFBfO) * offical website: [Link](https://www.youtube.com/user/gotbletu) ### install requirements python2 python2-qt4 xdotool xterm wmctrl ### download scripts note: put it all in the same folder and make sure to chmod +x the scripts to give it permission to run wget https://raw.githubusercontent.com/gotbletu/shownotes/master/mouseless_mousemove_mode.sh wget https://raw.githubusercontent.com/gotbletu/shownotes/master/mouseless.py wget https://raw.githubusercontent.com/gotbletu/shownotes/master/mousemove_mode.sh ### activate bind (mouseless_mousemove_mode.sh) script to a hotkey Example: Left Hand: Ctrl+Shift+A or Hyper_L + A (Capslock + A) Right Hand: Alt_R + Semicolon Numpad: Pause/Break key ### references - https://hruskam.wordpress.com/2015/11/14/mouseless/ - http://phoebe.inf.upol.cz/~hruskam/temporary/mouseless.py - https://bbs.archlinux.org/viewtopic.php?pid=1106808#p1106808 - http://stackoverflow.com/a/10680015 - http://stackoverflow.com/a/11759139 - http://www.bbc.co.uk/accessibility/guides/keyboard_mouse/computer/linux/gnome/ ### contact _ _ _ _ __ _ ___ | |_| |__ | | ___| |_ _ _ / _` |/ _ \| __| '_ \| |/ _ \ __| | | | | (_| | (_) | |_| |_) | | __/ |_| |_| | \__, |\___/ \__|_.__/|_|\___|\__|\__,_| |___/ - http://www.youtube.com/user/gotbletu - https://twitter.com/gotbletu - https://plus.google.com/+gotbletu - https://github.com/gotbletu - gotbletu@gmail.com