click "left" click "right"
is_key "left"is_key "right"
Hi,while moving some well working scripts from other PS models to the S95 I found out that the script commands Code: [Select]click "left" click "right"do nothing. However Code: [Select]is_key "left"is_key "right"work well.All other keys of the S95 can be managed within a Basic script like expected.Anyone an idea about this?
Hi,while moving some well working scripts from other PS models to the S95 I found out that the script commands Code: [Select]click "left" click "right"do nothing.
press "left" sleep 30 release "left"
while ....rem ... (some other stuff in here that works) ...rem Toggle Macro<->Normal focusif is_key "left" then if get_focus_mode>3 then click "left" sleep 200 endif click "left" sleep 200 click "left"endifrem Toggle Flash On<->Offif is_key "right" then click "right" sleep 200 click "right" sleep 200 click "right"endifwend
So an update of the delay for the click command on the S95 is advised.rem Toggle Flash On<->Off
Only for that specific click command i hope, since click on the S95 does not need a longer delay on 'shoot_full', 'display' or other basic click functions.
Started by Graystar Feature Requests
Started by JonnyRobbie Script Writing
Started by you1 « 1 2 » Microfunguy's Builds
Started by edotgm Script Writing
Started by klainkaliber General Help and Assistance on using CHDK stable releases