Changeset 1607


Ignore:
Timestamp:
01/23/12 08:39:10 (17 months ago)
Author:
philmoz
Message:

Merged revision(s) 1606 from branches/release-1_0:
Update SX150IS keymap array (thx hiker_jon)
http://chdk.setepontos.com/index.php?topic=6953.msg80393#msg80393

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/sx150is/kbd.c

    r1568 r1607  
    5050        // and take the first matching mask. Notice that KEY_SHOOT_HALF is   
    5151        // always pressed if KEY_SHOOT_FULL is. --MarcusSt 
    52         //{ 0, KEY_FLASH     , 0x80000000 }, 
    53         { 2, KEY_MENU      , 0x00002000 }, 
     52    { 2, KEY_VIDEO     , 0x00000010 }, 
     53    { 2, KEY_PLAYBACK  , 0x00000040 }, 
    5454        { 2, KEY_UP        , 0x00000100 }, 
    5555        { 2, KEY_DOWN      , 0x00000200 }, 
     56        { 2, KEY_RIGHT     , 0x00000400 }, 
    5657        { 2, KEY_LEFT      , 0x00000800 }, 
    57         { 2, KEY_RIGHT     , 0x00000400 }, 
    5858        { 2, KEY_SET       , 0x00001000 }, 
    59         // { 1, KEY_FACE      , 0x10000000 }, 
     59        { 2, KEY_MENU      , 0x00002000 }, 
    6060        { 2, KEY_PRINT     , 0x00005000 }, // SET+DISP 
    61         //{ 2, KEY_ERASE     , 0x00008000 }, 
    6261        { 2, KEY_DISPLAY   , 0x00004000 }, 
     62        { 2, KEY_ERASE     , 0x00008000 }, 
    6363        { 1, KEY_ZOOM_IN   , 0x00004000 }, 
    6464        { 1, KEY_ZOOM_OUT  , 0x00008000 }, 
Note: See TracChangeset for help on using the changeset viewer.