Camera and center button now select. Add more mount and unmount options. 1.7.0
diff --git a/default_recovery_ui.c b/default_recovery_ui.c
index 458c817..0b4bd13 100644
--- a/default_recovery_ui.c
+++ b/default_recovery_ui.c
@@ -29,8 +29,7 @@
                        "install zip from sdcard",
                        "backup",
                        "restore",
-                       "mount /sdcard",
-                       "mount USB storage",
+                       "mount partitions",
                        NULL };
 
 int device_toggle_display(volatile char* key_pressed, int key_code) {
@@ -58,6 +57,8 @@
 
             case KEY_ENTER:
             case BTN_MOUSE:
+            case KEY_CENTER:
+            case KEY_CAMERA:
                 return SELECT_ITEM;
             
             case KEY_POWER: