Changeset 2040


Ignore:
Timestamp:
08/03/12 04:42:36 (10 months ago)
Author:
reyalp
Message:

Merged revision(s) 2039 from trunk: change default alt key for ixus115 and ixus120 to playback buttnon, from waterwingz in http://chdk.setepontos.com/index.php?topic=650.msg88790#msg88790

Location:
branches/release-1_1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_1

    • Property svn:mergeinfo changed
      /trunkmerged: 2039
  • branches/release-1_1/platform/ixus115_elph100hs/kbd.c

    r2023 r2040  
    5959 
    6060        { 0, KEY_PLAYBACK    ,0x00000001 }, 
     61        { 0, KEY_PRINT       ,0x00000001 }, // set <ALT> key default to Playback key 
    6162        { 1, KEY_MENU        ,0x01000000 }, // Found @0xffb99680, levent 0x09 
    6263        { 1, KEY_SET         ,0x04000000 }, // Found @0xffb99688, levent 0x08 
    6364        { 1, KEY_ZOOM_OUT    ,0x10000000 }, // Found @0xffb99690, levent 0x03 
    6465        { 1, KEY_ZOOM_IN     ,0x20000000 }, // Found @0xffb99698, levent 0x02 
    65         { 1, KEY_PRINT       ,0x24000000 }, // KEY_MENU + KEY_ZOOM_IN 
    6666        { 1, KEY_VIDEO       ,0x80000000 }, 
    6767        { 2, KEY_UP          ,0x00000001 }, // Found @0xffb996b0, levent 0x04 
  • branches/release-1_1/platform/ixus120_sd940/kbd.c

    r2023 r2040  
    5151 
    5252        { 2, KEY_PLAYBACK       , 0x00000800 }, 
     53        { 2, KEY_PRINT          , 0x00000800 }, // set default <ALT> key to playback 
    5354        { 2, KEY_SHOOT_FULL     , 0x00000300 }, 
    5455        { 2, KEY_SHOOT_FULL_ONLY, 0x00000200 }, 
     
    6162        { 2, KEY_ZOOM_OUT       , 0x00000008 }, 
    6263        { 2, KEY_MENU           , 0x00000001 }, 
    63         { 0, KEY_PRINT          , 0x00000008 }, //doesn't exist so fake as DISPLAY 
    6464        { 0, KEY_DISPLAY        , 0x00000008 }, 
    6565        { 0, KEY_SET            , 0x00000004 }, 
  • branches/release-1_1/platform/ixus120_sd940/notes.txt

    r1641 r2040  
    1 Alt button for this camera is DISP, hold longer for original functions (brightness and/or review mode). 
     1Default alt button for this camera is PLAY, hold longer for original function 
    22Camera does not have an adjustable aperture, only ND filter. 
    33Fast MD implemented as of 2011/02/20. 
Note: See TracChangeset for help on using the changeset viewer.