mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
chrome.input.ime: Add new altgr attribute. (#44166)
It's a new attribute added in Chrome 79.
This commit is contained in:
parent
269db701c2
commit
291d336a53
6
types/chrome/index.d.ts
vendored
6
types/chrome/index.d.ts
vendored
@ -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 */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user