chrome.input.ime: Add new altgr attribute. (#44166)

It's a new attribute added in Chrome 79.
This commit is contained in:
Darren Shen 2020-05-05 09:45:51 +10:00 committed by GitHub
parent 269db701c2
commit 291d336a53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3820,6 +3820,12 @@ declare namespace chrome.input.ime {
* Whether or not the ALT key is pressed.
*/
altKey?: boolean;
/**
* Optional.
* Whether or not the ALTGR key is pressed.
* @since Chrome 79.
*/
altgrKey?: boolean;
/** The ID of the request. */
requestId: string;
/** Value of the key being pressed */