diff options
author | tristantheb <tristantheb@gmail.com> | 2021-04-21 16:21:07 +0200 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-04-22 00:40:28 +0800 |
commit | e9bb21320278d88f6795525b4bb6c91b90711fcc (patch) | |
tree | 954e9ca33c74f55cacebf9929ba640caf0b88c4c /files/zh-cn/web/api/keyboardevent | |
parent | 3c2908eafe5aacd2b98c1b4e23a8da28a120dbeb (diff) | |
download | translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.gz translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.tar.bz2 translated-content-e9bb21320278d88f6795525b4bb6c91b90711fcc.zip |
KS: Removal of the least used macros
Diffstat (limited to 'files/zh-cn/web/api/keyboardevent')
-rw-r--r-- | files/zh-cn/web/api/keyboardevent/key/key_values/index.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/files/zh-cn/web/api/keyboardevent/key/key_values/index.html b/files/zh-cn/web/api/keyboardevent/key/key_values/index.html index 159f96c074..5923333c5d 100644 --- a/files/zh-cn/web/api/keyboardevent/key/key_values/index.html +++ b/files/zh-cn/web/api/keyboardevent/key/key_values/index.html @@ -3158,7 +3158,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchCalculator"</code> [5]</td> - <td>The <kbd>Calculator</kbd> key, often labeled with an icon such as <kbd>{{FontAwesomeIcon("icon-calculator")}}</kbd>. This is often used as a generic application launcher key (<code>APPCOMMAND_LAUNCH_APP2</code>).</td> + <td>The <kbd>Calculator</kbd> key, often labeled with an icon such as calculator icon. This is often used as a generic application launcher key (<code>APPCOMMAND_LAUNCH_APP2</code>).</td> <td><code>APPCOMMAND_LAUNCH_APP2</code></td> <td></td> <td><code>GDK_KEY_Calculator</code> (0x1008FF1D)<br> @@ -3167,7 +3167,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchCalendar"</code> [5]</td> - <td>The <kbd>Calendar</kbd> key, often labeled with an icon like <kbd>{{FontAwesomeIcon("icon-calendar")}}</kbd>.</td> + <td>The <kbd>Calendar</kbd> key, often labeled with an icon like a calendar icon.</td> <td></td> <td></td> <td><code>GDK_KEY_Calendar</code> (0x1008FF20)<br> @@ -3184,7 +3184,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchMail"</code></td> - <td>The <kbd>Mail</kbd> key. This is often displayed as <kbd>{{FontAwesomeIcon("icon-envelope-o")}}</kbd>.</td> + <td>The <kbd>Mail</kbd> key. This is often displayed as envelope icon.</td> <td><code>VK_LAUNCH_MAIL</code> (0xB4)<br> <code>APPCOMMAND_LAUNCH_MAIL</code></td> <td></td> @@ -3206,7 +3206,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchMusicPlayer"</code> [5]</td> - <td>The <kbd>Music Player</kbd> key, often labeled with an icon such as <kbd>{{FontAwesomeIcon("icon-music")}}</kbd>.</td> + <td>The <kbd>Music Player</kbd> key, often labeled with an icon such as music icon.</td> <td></td> <td></td> <td><code>GDK_KEY_Music</code> (0x1008FF92)<br> @@ -3242,7 +3242,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchSpreadsheet"</code> [4]</td> - <td>The <kbd>Spreadsheet</kbd> key. This key may be labeled with an icon such as <kbd>{{FontAwesomeIcon("icon-table")}}</kbd> or that of a specific spreadsheet application.</td> + <td>The <kbd>Spreadsheet</kbd> key. This key may be labeled with an icon such as table icon or that of a specific spreadsheet application.</td> <td></td> <td></td> <td><code>GDK_KEY_Excel</code> (0x1008FF5C)<br> @@ -3251,7 +3251,7 @@ translation_of: Web/API/KeyboardEvent/key/Key_Values </tr> <tr> <td><code>"LaunchWebBrowser"</code> [4]</td> - <td>The <kbd>Web Browser</kbd> key. This key is frequently labeled with an icon such as <kbd>{{FontAwesomeIcon("icon-globe")}}</kbd> or the icon of a specific browser, depending on the device manufacturer.</td> + <td>The <kbd>Web Browser</kbd> key. This key is frequently labeled with an icon such as globe icon or the icon of a specific browser, depending on the device manufacturer.</td> <td></td> <td></td> <td><code>GDK_KEY_WWW</code> (0x1008FF2E)<br> |