Ignore:
Timestamp:
09/27/11 08:39:42 (20 months ago)
Author:
philmoz
Message:

Implement the full shutter press without releasing half-press logic:
http://chdk.setepontos.com/index.php?topic=1444.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/a640/kbd.c

    r515 r1344  
    1111        { KEY_SET       , 0x00000100 }, 
    1212        { KEY_SHOOT_FULL, 0x00000030 }, // note 3 here! 
     13    { KEY_SHOOT_FULL_ONLY, 0x00000020 }, 
    1314        { KEY_SHOOT_HALF, 0x00000010 }, 
    1415        { KEY_ZOOM_IN   , 0x00000040 }, 
Note: See TracChangeset for help on using the changeset viewer.