can't find key map

Asked by Jeremy Ray

pystromo can not find or load a custom key map I created for Inkscape. When run it gives this error message -

jeremy@r1e:~/Documents/pystromo/trunk$ ./monitor.py -v
/home/jeremy/Documents/pystromo/trunk/remapper.py -m config/test.map
/home/jeremy/Documents/pystromo/trunk/remapper.py -m config/test.map -m n52_inkscape.map
WARNING: Unable to load "n52_inkscape.map"

The file n52_inkscape.map is in the folders home/.pystromo, home/jeremy/.pystromo, and home/jeremy/Documents/pystromo/trunk/config.

Here are the contents of n52.inkscape.map -

# Nostromo n52
[Device:n52]
vendor=0x050d
product=0x0815

[Map:n52]

# Fullscreen, key 1
KEY_TAB:KEY_F11

# Select Tool, key 2
KEY_Q:KEY_F1

# Calligraphy Tool, key 3
KEY_W:KEY_LEFTCTRL + KEY_F6

# Shift, key 6
KEY_Q:KEY_LEFTSHIFT

# control, key 11
KEY_CAPSLOCK:KEY_LEFTCTRL

# Alt, orange button
KEY_BTN_TRIGGER:KEY_LEFTALT

# Zoom in, zoom out, D pad forward/back
KEY_UP:KEY_KPPLUS
KEY_DOWN:KEY_KPMINUS

# Undo, Redo, D pad down, up
KEY_RIGHT:KEY_UNDO
KEY_LEFT:KEY_LEFTSHIFT + KEY_LEFTCTRL + KEY_Z

# For GIMP, ink size, increase/decrease, scroll wheel
#KEY_SCROLLUP:KEY_
#KEY_SCROLLDOWN:KEY_

# for GIMP, brush size, increase/decrease, keys 9 and 10

#KEY_D:KEY_KPLEFTPAREN
#KEY_F:KEY_KPRIGHTPAREN

Question information

Language:
English Edit question
Status:
Solved
For:
Pystromo Edit question
Assignee:
No assignee Edit question
Solved by:
Jeremy Ray
Solved:
Last query:
Last reply:
Revision history for this message
Jeremy Ray (jeremyray01) said :
#1

solved, had path set wrong in monitor.conf