How to "back button" equal "home button" to the effec!?

How to use Corona SDK app, touch “back button” equal “home button” to the effect in Android device!?

thank you!!

what do you want exactly ? 
If you want to go directly to home, change : storyboard.gotoScene(“home”)

Do you want to exit the program altogether?  maybe you could catch the back-button keypress and call os.exit or native.requestExit (looks like the latter is preferred)

what do you want exactly ? 
If you want to go directly to home, change : storyboard.gotoScene(“home”)

Do you want to exit the program altogether?  maybe you could catch the back-button keypress and call os.exit or native.requestExit (looks like the latter is preferred)