Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions www/content/ressources/glossaire.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,44 @@ title = "Glossaire"
code { font-family: monospace; }
.footnotes { font-size: smaller; }
.footnotes li p { margin: 0.2em 0; }
table { margin: 0 auto; border-collapse: collapse; }
td { border: 1px solid var(--fg-banner-border); }
th { border: 1px solid var(--fg-banner-border); }
th { background-color: var(--bg-banner); font-weight: normal; }
td:first-child { font-size: 1.8em; height: 1.1em; }
</style>


Touches spéciales
--------------------------------------------------------------------------------

+-------------+----------------------+-----------------------------------------+
| picto | en | fr |
+:===========:+======================+=========================================+
| | Space | Espace |
+-------------+----------------------+-----------------------------------------+
| ⏎ | Enter, Return | Entrée, Retour chariot (?) |
+-------------+----------------------+-----------------------------------------+
| ⌫ | BackSpace | Effacement, Retour arrière (?) |
+-------------+----------------------+-----------------------------------------+
| ⌦ | Delete | Suppr. |
+-------------+----------------------+-----------------------------------------+
| ⇧ | Shift | Maj. |
+-------------+----------------------+-----------------------------------------+
| ⇪ | CapsLock | Verr.Maj. |
+-------------+----------------------+-----------------------------------------+
| ↹ | Tab | Tab |
+-------------+----------------------+-----------------------------------------+
| ⎋ | Escape (Esc) | Échappement (Échap.) |
+-------------+----------------------+-----------------------------------------+
| ⌘ | Command | Commande |
+-------------+----------------------+-----------------------------------------+
| ⌥ | Option | Option |
+-------------+----------------------+-----------------------------------------+
| ^ | Control | Contrôle |
+-------------+----------------------+-----------------------------------------+


Analyse et optimisation
--------------------------------------------------------------------------------

Expand Down Expand Up @@ -188,6 +223,7 @@ prononciation.
[diacritiques-wiki]: https://fr.wikipedia.org/wiki/Diacritique
[diacritiques]: #diacritique-def


### Windows

AHK
Expand Down