Remap the Follow Focus Button on 600D/T3i

Started by daSilva, July 28, 2013, 01:51:06 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

daSilva

First I would like to say Thank you for all the time and work that the developers invest for us!


Is it possible to remap the ML FollowFocus to the   AE lock/AF point selection  Buttons  instead to the Cross Keys?

That would be very helpful especially when you filming from the top and do not see the Cross-Keys from this Angle.



Marsu42

Quote from: daSilva on July 28, 2013, 01:51:06 PM
Is it possible to remap the ML FollowFocus to the   AE lock/AF point selection  Buttons  instead to the Cross Keys?

No, afaik not possible because ml can only hook up to a couple of keys (thanks, Canon!), and the one you mentioned isn't one of them. Hopefully someone finds an  alternative way to use *all* keys sooner or later, but currently it's just these across all cameras... from module.h source code:

#define MODULE_KEY_PRESS_HALFSHUTTER       ( 1)
#define MODULE_KEY_UNPRESS_HALFSHUTTER     ( 2)
#define MODULE_KEY_PRESS_FULLSHUTTER       ( 3)
#define MODULE_KEY_UNPRESS_FULLSHUTTER     ( 4)
#define MODULE_KEY_WHEEL_UP                ( 5)
#define MODULE_KEY_WHEEL_DOWN              ( 6)
#define MODULE_KEY_WHEEL_LEFT              ( 7)
#define MODULE_KEY_WHEEL_RIGHT             ( 8)
#define MODULE_KEY_PRESS_SET               ( 9)
#define MODULE_KEY_UNPRESS_SET             (10)
#define MODULE_KEY_JOY_CENTER              (11)
#define MODULE_KEY_PRESS_UP                (12)
#define MODULE_KEY_PRESS_UP_RIGHT          (13)
#define MODULE_KEY_PRESS_UP_LEFT           (14)
#define MODULE_KEY_PRESS_RIGHT             (15)
#define MODULE_KEY_PRESS_LEFT              (16)
#define MODULE_KEY_PRESS_DOWN_RIGHT        (17)
#define MODULE_KEY_PRESS_DOWN_LEFT         (18)
#define MODULE_KEY_PRESS_DOWN              (19)
#define MODULE_KEY_UNPRESS_UDLR            (20)
#define MODULE_KEY_PRESS_ZOOMIN            (21)     
#define MODULE_KEY_MENU                    (22)
#define MODULE_KEY_INFO                    (23)
#define MODULE_KEY_PLAY                    (24)
#define MODULE_KEY_TRASH                   (25)
#define MODULE_KEY_RATE                    (26)
#define MODULE_KEY_REC                     (27)
#define MODULE_KEY_LV                      (28)
#define MODULE_KEY_Q                       (29)
#define MODULE_KEY_PICSTYLE                (30)
#define MODULE_KEY_PRESS_FLASH_MOVIE       (31)
#define MODULE_KEY_UNPRESS_FLASH_MOVIE     (32)
#define MODULE_KEY_PRESS_DP                (33)
#define MODULE_KEY_UNPRESS_DP              (34)