event.metaKey


Содержание:

event.metaKeyВозвращает: Boolean

Описание: Indicates whether the META key was pressed when the event fired.

  • Добавлен в версии: 1.0.4event.metaKey

Returns a boolean value (true or false) that indicates whether or not the META key was pressed at the time the event fired. This key might map to an alternative key name on some platforms.

On Macintosh keyboards, the META key maps to the Command key (⌘).

On Windows keyboards, the META key maps to the Windows key.