Anyone have any suggestions for an ALTernate ALT key? The
SD780 lacks a print key and this is the mapping. Any suggestions?
{ 0, KEY_UP , 0x00000008 },
{ 0, KEY_DOWN , 0x00000004 },
{ 0, KEY_LEFT , 0x00000001 },
{ 0, KEY_RIGHT , 0x00000002 },
{ 1, KEY_SET , 0x00004000 },
{ 1, KEY_PLAY , 0x00080000 },
{ 1, KEY_MENU , 0x00000800 },
{ 2, KEY_SHOOT_FULL , 0x00001001 },
{ 2, KEY_SHOOT_HALF , 0x00000001 },
{ 2, KEY_ZOOM_IN , 0x00004000 },
{ 2, KEY_ZOOM_OUT , 0x00002000 },
{ 2, KEY_PRINT , 0x00000040 }, //doesn't exist
{ 2, KEY_DISPLAY , 0x00000040 }, //swapped for print atm
I've thought about using display (as seen above) but there are canon menus that use DISP as an access key. I've thought about using a combo of KEY_SET + KEY_MENU but that pops up the Canon clock which kinda gets annoying.
Maybe KEY_ZOOM_IN/OUT + KEY_DISPLAY?
Thoughts on this?
Thanks,
Harpo