mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 03:24:20 +00:00
📔 Improve keyboard elements description
This commit is contained in:
parent
7e43344493
commit
99af0ff5c1
1 changed files with 3 additions and 6 deletions
|
@ -982,16 +982,13 @@
|
|||
<div class="chapter-forcewrap"></div>
|
||||
<section class="panel panel-box">
|
||||
<h3>
|
||||
Keyboard inputs
|
||||
Keyboard
|
||||
</h3>
|
||||
<p>
|
||||
<kbd>Meta</kbd>
|
||||
A <dfn id="dfn-kbd">keyboard element</dfn> represents an interaction of the user with any kind of interface, such as a keyboard key like <kbd><kbd>Enter</kbd></kbd>, a combination of key presses like <kbd><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd></kbd>, or the interaction with an UI element like the <kbd>Refresh</kbd> button.
|
||||
</p>
|
||||
<p>
|
||||
<kbd><kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd></kbd>
|
||||
</p>
|
||||
<p>
|
||||
Half A presses: <kbd class="semantic-kbd-press">↓ <kbd>A</kbd></kbd> <kbd class="semantic-kbd-release">↑ <kbd>A</kbd></kbd>
|
||||
Key presses and releases can be distinguished via special classes: <kbd class="semantic-kbd-press">Press <kbd>A</kbd></kbd> <kbd class="semantic-kbd-release">Release <kbd>A</kbd></kbd>
|
||||
</p>
|
||||
</section>
|
||||
<section class="panel panel-box">
|
||||
|
|
Loading…
Reference in a new issue