IXUS175: Shoot key emulation does not work - page 2 - DryOS Development - CHDK Forum

IXUS175: Shoot key emulation does not work

  • 11 Replies
  • 8002 Views
*

Offline srsa_4c

  • ******
  • 4451
Re: IXUS175: Shoot key emulation does not work
« Reply #10 on: 02 / May / 2016, 13:32:47 »
Advertisements
The shoot keys emulation does not work also for sx420 and ixus180.

Code: [Select]
_PostLogicalEventToUI(4484, 0);
               
levent_post_to_ui_by_name("PressRecButton");
msleep(400);
levent_post_to_ui_by_name("UnpressRecButton");

not work too.
As last resort, try the following levents:
PressSwOne, UnpressSwOne (this is shoot half)
PressSwTwo, UnpressSwTwo (this is full shoot)


*

Offline alvm

  • ***
  • 123
Re: IXUS175: Shoot key emulation does not work
« Reply #11 on: 02 / May / 2016, 14:45:23 »
Thanks, this works!!

 

Related Topics