Changeset 1607
- Timestamp:
- 01/23/12 08:39:10 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/sx150is/kbd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1606
- Property svn:mergeinfo changed
-
trunk/platform/sx150is/kbd.c
r1568 r1607 50 50 // and take the first matching mask. Notice that KEY_SHOOT_HALF is 51 51 // 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 }, 54 54 { 2, KEY_UP , 0x00000100 }, 55 55 { 2, KEY_DOWN , 0x00000200 }, 56 { 2, KEY_RIGHT , 0x00000400 }, 56 57 { 2, KEY_LEFT , 0x00000800 }, 57 { 2, KEY_RIGHT , 0x00000400 },58 58 { 2, KEY_SET , 0x00001000 }, 59 // { 1, KEY_FACE , 0x10000000 },59 { 2, KEY_MENU , 0x00002000 }, 60 60 { 2, KEY_PRINT , 0x00005000 }, // SET+DISP 61 //{ 2, KEY_ERASE , 0x00008000 },62 61 { 2, KEY_DISPLAY , 0x00004000 }, 62 { 2, KEY_ERASE , 0x00008000 }, 63 63 { 1, KEY_ZOOM_IN , 0x00004000 }, 64 64 { 1, KEY_ZOOM_OUT , 0x00008000 },
Note: See TracChangeset
for help on using the changeset viewer.