mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-31 09:29:39 +00:00
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:
@@ -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
|
||||
| ------------ | ----- | ---- | ------- | ------------
|
||||
|
||||
Reference in New Issue
Block a user