It will help you improve your skills and understand how to start this journey!
For install pystromo on Debian i have used two guide:
- http://ubuntuforums.org/showthread.php?t=948833
- http://www.thelupine.com/content/pystromo-and-belkin-n52te
The first guide it’s a complete guide for install and the second are useful for the udev command.
On debian i could not execute the python-mon.py with my user, the only solution are execute it with root permission.
I have created a script on /etc/init.d/ for execute the python-mon.py at the boot:
update-rc.d FOO defaults
The content of the script are:
#!/bin/bash
/opt/pystromo/pystromo-remap.py -m /home/mte90/.config/pystromo/default.map
My map file it’s this:
Description of my file:
Key 01 – TAB:
if ( ) {}
Key 02 – Q:
else {}
Key 03 – W:
elseif ( ) {}
Key 04 – E:
function {}
Key 05 – R:
CTRL+F #In Text Editor open the Dialog for searchKey 06 – CAPSLOCK:
F12 #With this key i open yakuakeKey 07 – A:
@Key 08 – S:
#Key 09 – D:
CTRL+S #In Software save the documentKey 10 – F:
CTRL+F #In Text Editor open the Dialog for search & replaceKey 11 – LEFTSHIFT:
CTRL+SHIFT+C #In Shell this made for copyKey 12 – Z:
CTRL+SHIFT+V #In Shell this made for pasteKey 13 – X:
ENTERKey 14 – C:
NEXTSONGKey 15 – SPACE:
CTRL+Q #Close the program focusedKey 16 – LEFTALT:
ALT+N #Execute my script for xdotool that change the focus of software open in my monitorWhell Down/Up:
Page Down/Page Up
