diff options
| author | SphinxKnight <SphinxKnight@users.noreply.github.com> | 2021-09-26 13:11:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-26 13:11:47 +0200 |
| commit | 6772831200d14c2436aea2d0c837f40dbf12156f (patch) | |
| tree | e41b587ce1834baf8c737454c0ae110ebc8208ca /files/fr/web/api/keyboardevent/key/key_values/index.html | |
| parent | 707941dbecfb0cc1e75dd32d2dacac4d1845bf2c (diff) | |
| download | translated-content-6772831200d14c2436aea2d0c837f40dbf12156f.tar.gz translated-content-6772831200d14c2436aea2d0c837f40dbf12156f.tar.bz2 translated-content-6772831200d14c2436aea2d0c837f40dbf12156f.zip | |
Prepare Web API section for Markdown conversion (#2464)
* Remove summary classes and ids
* Remove unecessary hidden
* Remove useless span filled with useless attributes / ids
* Remove useless font
* Remove notranslate
* Remove id in other elements than headings
* Remove name attributes
* Remove <pre><code> for JS w/ language-js class
* Remove <pre><code> for HTML w/ language-html class
* Remove <pre><code> for other lang w/ language-* class
* Rm highlighted line in code samples
* fix links, internal, external, absolute URLs
* missing file from last commit
* Fix styles errors apart from table + some classes
* Fix notes and warnings (+ some other :x)
* fix typo during merge which broke a doc
* aand forgot a conflict
* fix remaining classes of errors except dls and images
* Fix dls
* Fix images (deki/mozillademos) and remaining style issues
* Remove script tag from svg file
* Remove script tag from svg fileS
* Compress SVG files for CI
Diffstat (limited to 'files/fr/web/api/keyboardevent/key/key_values/index.html')
| -rw-r--r-- | files/fr/web/api/keyboardevent/key/key_values/index.html | 308 |
1 files changed, 153 insertions, 155 deletions
diff --git a/files/fr/web/api/keyboardevent/key/key_values/index.html b/files/fr/web/api/keyboardevent/key/key_values/index.html index a61f42654e..07c8ba499c 100644 --- a/files/fr/web/api/keyboardevent/key/key_values/index.html +++ b/files/fr/web/api/keyboardevent/key/key_values/index.html @@ -5,9 +5,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values --- <p>Les tableaux ci-dessous énumèrent les valeurs clés standard dans différentes catégories de clés, avec une explication de l'utilisation habituelle de la clé. Les codes de clés virtuels correspondants pour les plateformes communes sont inclus lorsqu'ils sont disponibles.</p> -<div class="pull-aside"> -<div class="moreinfo">Apprenez à utiliser ces valeurs clés en JavaScript en utilisant <a href="/fr/docs/Web/API/KeyboardEvent/key">KeyboardEvent.key</a></div> -</div> +<p>Apprenez à utiliser ces valeurs clés en JavaScript en utilisant <a href="/fr/docs/Web/API/KeyboardEvent/key">KeyboardEvent.key</a></p> <p><a href="#Special_values">Special Values </a>| <a href="#Modifier_keys">Modifier Keys</a> | <a href="#Whitespace_keys">Whitespace Keys</a> | <a href="#Navigation_keys">Navigation Keys</a> | <a href="#Editing_keys">Editing Keys</a> | <a href="#UI_keys">UI Keys</a> | <a href="#Device_keys">Device Keys</a> | <a href="#IME_and_composition_keys">IME and Composition Keys</a> | <a href="#Function_keys">Function Keys</a> | <a href="#Phone_keys">Phone Keys</a> | <a href="#Multimedia_keys">Multimedia Keys</a> | <a href="#Audio_control_keys">Audio Control Keys</a> | <a href="#TV_control_keys">TV Control Keys</a> | <a href="#Media_controller_keys">Media Controller Keys</a> | <a href="#Speech_recognition_keys">Speech Recognition Keys</a> | <a href="#Document_keys">Document Keys</a> | <a href="#Application_selector_keys">Application Selector Keys</a> | <a href="#Browser_control_keys">Browser Control Keys</a> | <a href="#Numeric_keypad_keys">Numeric Keypad Keys</a></p> @@ -18,15 +16,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Valeur</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Code clé virtuel</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Valeur</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Code clé virtuel</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -48,15 +46,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"Alt"</code> [5]</td> @@ -228,15 +226,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -290,15 +288,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -392,15 +390,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -526,15 +524,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -625,7 +623,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <tr> <td><code>"Pause"</code></td> <td>The <kbd>Pause</kbd> key. Pauses the current application or state, if applicable. - <div class="note">This shouldn't be confused with the <code>"MediaPause"</code> key value, which is used for media controllers, rather than to control applications and processes.</div> + <div class="note"><p><strong>Note :</strong> This shouldn't be confused with the <code>"MediaPause"</code> key value, which is used for media controllers, rather than to control applications and processes.</p></div> </td> <td><code>VK_PAUSE</code> (0x13)</td> <td></td> @@ -637,7 +635,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <tr> <td><code>"Play"</code></td> <td>The <kbd>Play</kbd> key. Resumes a previously paused application, if applicable. - <div class="note">This shouldn't be confused with the <code>"MediaPlay"</code> key value, which is used for media controllers, rather than to control applications and processes.</div> + <div class="note"><p><strong>Note :</strong> This shouldn't be confused with the <code>"MediaPlay"</code> key value, which is used for media controllers, rather than to control applications and processes.</p></div> </td> <td><code>VK_PLAY</code> (0xFA)</td> <td></td> @@ -699,15 +697,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -750,7 +748,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <tr> <td><code>"Power"</code></td> <td>The <kbd>Power</kbd> button or key, to toggle power on and off. - <div class="note">Not all systems pass this key through to to the user agent.</div> + <div class="note"><p><strong>Note :</strong> Not all systems pass this key through to to the user agent.</p></div> </td> <td></td> <td></td> @@ -829,15 +827,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> </thead> <tbody> @@ -1010,15 +1008,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"HangulMode"</code></td> @@ -1059,15 +1057,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"Eisu"</code> [1]</td> @@ -1463,15 +1461,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"F1"</code></td> @@ -1699,15 +1697,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"AppSwitch"</code></td> @@ -1817,15 +1815,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"ChannelDown"</code></td> @@ -1940,15 +1938,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"AudioBalanceLeft"</code></td> @@ -2121,15 +2119,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"TV"</code> [1]</td> @@ -2392,21 +2390,21 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </ul> <div class="note"> -<p>Remote controls typically include keys whose values are already defined elsewhere, such as under {{anch("Multimedia keys")}} or {{anch("Audio control keys")}}. Those keys' values will match what's documented in those tables.</p> +<p><strong>Note :</strong> Remote controls typically include keys whose values are already defined elsewhere, such as under {{anch("Multimedia keys")}} or {{anch("Audio control keys")}}. Those keys' values will match what's documented in those tables.</p> </div> <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"AVRInput"</code> [3]</td> @@ -3002,15 +3000,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"SpeechCorrectionList"</code> [1]</td> @@ -3042,15 +3040,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"Close"</code> [1]</td> @@ -3145,15 +3143,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"LaunchCalculator"</code> [5]</td> @@ -3441,15 +3439,15 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"BrowserBack"</code></td> @@ -3532,21 +3530,21 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values <p>These keys are found on the keyboard's numeric keypad. However, not all are present on every keyboard. Although typical numeric keypads have numeric keys from <kbd>0</kbd> to <kbd>9</kbd> (encoded as <code>"0"</code> through <code>"9"</code>), some multimedia keyboards include additional number keys for higher numbers.</p> <div class="note"> -<p>The <kbd>10</kbd> key, if present, generates events with the <code>key</code> value of <code>"0"</code>.</p> +<p><strong>Note :</strong>The <kbd>10</kbd> key, if present, generates events with the <code>key</code> value of <code>"0"</code>.</p> </div> <table class="standard-table"> <thead> <tr> - <th rowspan="2" scope="col" style="text-align: left;"><code>KeyboardEvent.key</code> Value</th> - <th rowspan="2" scope="col" style="text-align: left;">Description</th> - <th colspan="4" scope="col" style="text-align: center;">Virtual Keycode</th> + <th rowspan="2" scope="col"><code>KeyboardEvent.key</code> Value</th> + <th rowspan="2" scope="col">Description</th> + <th colspan="4" scope="col">Virtual Keycode</th> </tr> <tr> - <th scope="col" style="text-align: left;">Windows</th> - <th scope="col" style="text-align: left;">Mac</th> - <th scope="col" style="text-align: left;">Linux</th> - <th scope="col" style="text-align: left;">Android</th> + <th scope="col">Windows</th> + <th scope="col">Mac</th> + <th scope="col">Linux</th> + <th scope="col">Android</th> </tr> <tr> <td><code>"Decimal"</code> [1] {{obsolete_inline}}</td> |
