Config for Saitek Command (Some doubts)
Hello, first I want to thank you for making this AWESOME tool, works really nice.
I have some doubts though:
1) Some keys are not showing on the console when I use verbose mode, specifically Keys 13,14 and 15 so I cannot bind them.
Using "cat /dev/input/js0" if I press the keys I get output so they are working for sure. (Of course, the output is ASCII crap xD)
2) The Saitek Command has a stick that works with ABS_X and ABS_Y, I want to set them to LEFTALT but only if the <VALUE=x> is less than 40 (That is, pressed deep), why? If I use ABS_X=LEFTALT the alt key is pressed even if I am not touching the stick so I imagine that setting a 'press value' will make it work (It's how it works in windows, u can set different behaviors depending on how far are u moving the stick.
Everything else works like a charm, but I need key 15 and the stick to work so I can use it under linux.
Thanks for everything! :)
P.S. here is my default.conf, maybe this could hint you on why 13,14 and 15 don't show on console (maybe missing in constants.py?) and the ABS_X/ABS_Y info
# Saitek Cyborg Command
[Device:saitek]
vendor=0x06A3
product=0x80C1
[Map:saitek]
#KEYS F1 TO F4
BTN_A:KEY_1
BTN_B:KEY_3
BTN_C:KEY_4
BTN_X:KEY_2
#KEYS 1 TO 4
BTN_TRIGGER:KEY_Q
BTN_THUMB:KEY_W
BTN_THUMB2:KEY_E
BTN_TOP:KEY_5
#KEYS 5 TO 8
BTN_TOP2:KEY_A
BTN_PINKIE:KEY_S
BTN_BASE:KEY_D
BTN_BASE2:KEY_6
#KEYS 9 TO 11
BTN_BASE3:KEY_B
BTN_BASE4:KEY_X
BTN_BASE5:KEY_C
#KEYS 12 TO 14 (13 AND 14 DONT WORK?)
BTN_BASE6:KEY_7
#STICK (Have to fix <VALUE=X>, with those binds alt is always pressed)
#ABS_X:KEY_LEFTALT
#ABS_Y:KEY_LEFTALT
#STICK BUTTONS (15 DOESNT WORK)
BTN_DEAD:KEY_SPACE
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Pystromo Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Cenzo
- Solved:
- Last query:
- Last reply: