From dd4a8e79dbf2c74e3a4f8cfd451dcf8448f57e08 Mon Sep 17 00:00:00 2001
From: Hemal Patel
-In Android N, the user can press "Alt + /" to trigger a Keyboard Shortcuts
-screen that displays all shortcuts available both from the system and from
-the app in focus. These are retrieved automatically from the app’s menu if
-available, but developers can provide their own fine-tuned shortcuts lists
-for the screen. You can do this by overriding the new
-Activity.onProvideKeyboardShortcuts() method, described in the downloadable
-API Reference.
+ In Android N, the user can press Meta + / to trigger a
+ Keyboard Shortcuts screen that displays all shortcuts available both
+ from the system and from the app in focus. The system retrieves these
+ shortcuts automatically from the app’s menu if the shortcuts exist. You can
+ also provide your own fine-tuned shortcuts lists for the screen. You can do
+ this by overriding the new Activity.onProvideKeyboardShortcuts()
+ method, described in the downloadable API Reference.
+
+ Note: The Meta key is not present on all + keyboards: on a Macintosh keyboard, it is the Command key, + on the Windows keyboard, it is the Windows key, and on the + Pixel C and the Chrome OS keyboards, it is the Search key.
-To trigger the Keyboard Shortcuts Helper from anywhere in your app, -call {@code Activity.requestKeyboardShortcutsHelper()} for the relevant activity. + To trigger Keyboard Shortcuts Helper from anywhere in your app, call + {@code Activity.requestKeyboardShortcutsHelper()} for the relevant activity.