Hi! I have the space navigator.
After a lot of experimenting I sort-of managed to cycle through the pictures from Lightroom.
However, when I try to map another motion e.g. Pushing and Pulling, it gets messed up. Seems like whatever motion I try to map its always the same.
I have defined the following button characters:
BUTTON_CHARACTERS =
{
{ USER_000, "Undo", " +17:1900545 +90:2883585 -90:2883585 -17:3223126017" },
{ USER_001, "Redo", " +17:1900545 +89:1376257 -89:1376257 -17:3223126017" },
{ USER_002, "Previous Photo", " +17:1900545 +37:21692417 -37:21692417 -17:3223126017" },
{ USER_003, "Next Photo", " +17:1900545 +39:21823489 -39:21823489 -17:3223126017" },
{ USER_004, "Develop Mode", " +17:1900545 +18:540540929 +49:537001985 -49:537001985 -18:3224895489 -17:3223126017" },
{ USER_005, "Library Mode", " +17:1900545 +18:540540929 +50:537067521 -50:537067521 -18:3224895489 -17:3223126017" },
{ USER_006, "Light Mode Cycle", " +76:2490369 -76:2490369" },
{ USER_007, "Screen Mode Cycle", " +70:2162689 -70:2162689" }
}
But I cannot map anything else than "next picture", "previous picture".
Its like its trying to do everything at the same time.
Here's what I'm trying to do:
MOTION_MAP_1_POS_USER = AXIS
MOTION_MAP_1_NEG_USER = AXIS
MOTION_MAP_2_POS_USER = AXIS
MOTION_MAP_2_NEG_USER = AXIS
MOTION_MAP_3_POS_USER = AXIS
MOTION_MAP_3_NEG_USER = AXIS; This wont work! it gets mixed up with other motion: { USER_005, REPEAT_CONSTANT, 10.00, 100.00, 0.10 }
MOTION_MAP_4_POS_USER = AXIS; This wont work! it gets mixed up with other motion: { USER_004, REPEAT_CONSTANT, 10.00, 100.00, 0.10 }
MOTION_MAP_4_NEG_USER = AXIS
MOTION_MAP_5_POS_USER = AXIS
MOTION_MAP_5_NEG_USER = AXIS
MOTION_MAP_6_POS_USER = { USER_003, REPEAT_CONSTANT, 25.00, 100.00, 1.90 }
MOTION_MAP_6_NEG_USER = { USER_002, REPEAT_CONSTANT, 25.00, 100.00, 1.90 }
Wherever I move the "User_003" and "User_002" the result is the same.
If you have any guide on these variable this would be really useful.
Thank you.
Marios
Lightroom configuration
Moderator: Moderators
You will definitely have to use the dominant filter on to get only one set of keys at a time.
As implemented in the old 3Dx6 driver, the keyboard emulation is all very finicky. This is why we didn't release it for general use. The next driver version works better. Keep on eye on the 3DxLabs page for announcements.
As implemented in the old 3Dx6 driver, the keyboard emulation is all very finicky. This is why we didn't release it for general use. The next driver version works better. Keep on eye on the 3DxLabs page for announcements.
Here is a Lightroom2 sample config for Space Navigator
For anyone else that would like to use his space navigator with lightroom here is the link: http://www.mediafire.com/?wzzyd2fnjiz
The controls are:
Next photo: Push Right
Previous photo: Push Left
Increase flag (e.g. Pick photo): Push Up
Decrease flag (e.g. Reject photo): Push Down
Cycle lights mode: Right button
Cycle view mode: Left button
If anyone else modifies the file/includes stuff/makes it better, please do share!
Marios
The controls are:
Next photo: Push Right
Previous photo: Push Left
Increase flag (e.g. Pick photo): Push Up
Decrease flag (e.g. Reject photo): Push Down
Cycle lights mode: Right button
Cycle view mode: Left button
If anyone else modifies the file/includes stuff/makes it better, please do share!
Marios
