diff options
Diffstat (limited to 'files/ru/web/api/touchevent/altkey/index.html')
-rw-r--r-- | files/ru/web/api/touchevent/altkey/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/api/touchevent/altkey/index.html b/files/ru/web/api/touchevent/altkey/index.html index 2ec99f56f9..06b7ad4a7e 100644 --- a/files/ru/web/api/touchevent/altkey/index.html +++ b/files/ru/web/api/touchevent/altkey/index.html @@ -5,18 +5,18 @@ translation_of: Web/API/TouchEvent/altKey --- <p>{{APIRef("Touch Events") }}</p> -<h2 id="Summary" name="Summary">Сводка</h2> +<h2 id="Summary">Сводка</h2> <p>Логическое ({{jsxref("Boolean")}}) значение, показывающее, была ли активирована клавиша <kbd>alt</kbd> (Alternate), когда событие касания было создано. Если клавиша <kbd>alt</kbd> активирована, значение равно <code>true</code>. В противном случае оно равно<code>false</code>.</p> <p>Данное свойство предназначено {{readonlyInline}}.</p> -<h2 id="Syntax" name="Syntax">Синтаксис</h2> +<h2 id="Syntax">Синтаксис</h2> <pre class="eval">var <em>altEnabled</em> = <em>touchEvent</em>.altKey; </pre> -<h3 id="Return_Value" name="Return_Value">Возвращаемое значение</h3> +<h3 id="Return_Value">Возвращаемое значение</h3> <dl> <dt><code>altEnabled</code></dt> |