antivirus99912 / montrealtransit-for-android

Automatically exported from code.google.com/p/montrealtransit-for-android
0 stars 0 forks source link

The apps should have shortcut for Android devices with physical keyboard (ALT key + letter/numbers). #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Use MenuItem.setAlphabeticShortcut():
http://developer.android.com/reference/android/view/MenuItem.html#setAlphabet
icShortcut(char)

As default, Alt+M will display the m.stm.info web site page matching the 
current activity.

Alt+C will be for Maps (Carte in French).

Original issue reported on code.google.com by mathieu.mea on 20 Mar 2010 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by mathieu.mea on 21 Mar 2010 at 12:46