Consistently use "sentence case" style

Try to be more consistent in how we capitalize things. Both the "Title
Case" and "Sentence case" styles are popular, so either would work.
Google and Mozilla both prefer "Sentence case", so let's follow them.
This commit is contained in:
Pierre Ossman
2024-11-27 13:58:26 +01:00
parent 2463ccd08f
commit 7f5b51acf3
67 changed files with 175 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
# 1. Internal Modules
# 1. Internal modules
The noVNC client is composed of several internal modules that handle
rendering, input, networking, etc. Each of the modules is designed to
@@ -9,7 +9,7 @@ stable, and this documentation is not maintained as well as the
official external API.
## 1.1 Module List
## 1.1 Module list
* __Keyboard__ (core/input/keyboard.js): Keyboard input event handler with
non-US keyboard support. Translates keyDown and keyUp events to X11
@@ -32,9 +32,9 @@ callback event name, and the callback function.
## 2. Modules
## 2.1 Keyboard Module
## 2.1 Keyboard module
### 2.1.1 Configuration Attributes
### 2.1.1 Configuration attributes
None
@@ -52,9 +52,9 @@ None
| onkeypress | (keysym, code, down) | Handler for key press/release
## 2.2 Display Module
## 2.2 Display module
### 2.2.1 Configuration Attributes
### 2.2.1 Configuration attributes
| name | type | mode | default | description
| ------------ | ----- | ---- | ------- | ------------