diff --git a/docs/html/preview/api-overview.jd b/docs/html/preview/api-overview.jd index 606b38fdd6917..4abd95634b901 100644 --- a/docs/html/preview/api-overview.jd +++ b/docs/html/preview/api-overview.jd @@ -843,18 +843,26 @@ Directory Access developer documentation.

Keyboard Shortcuts Helper

-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.

Sustained Performance API