#define CAM_ADJUSTABLE_ALT_BUTTON 1
static long alt_mode_key_mask = 0x00000800;
physw_status[1] |= alt_mode_key_mask;
void kbd_set_alt_mode_key_mask(long key){ int i; for (i=0; keymap[i].hackkey; ++i) { if (keymap[i].hackkey == key) { alt_mode_key_mask = keymap[i].canonkey; return; } }}
#elif defined(CAMERA_a570) static const char* names[]={ "Print", "Display"}; static const int keys[] = {KEY_PRINT, KEY_DISPLAY};
Should we add this (adjustable <Alt> button for the A570, DISPLAY or PRINT) to the trunk ?Could be useful for other underwater photographers, also as guideline/sample for other cameras...