Commit 1862bb27 authored by Berker Peksag's avatar Berker Peksag

Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants

Patch by Robert Bachmann and SilentGhost.
parents 40d38e19 af836392
......@@ -1508,9 +1508,9 @@ keys); also, the following keypad mappings are standard:
+------------------+-----------+
| :kbd:`End` | KEY_END |
+------------------+-----------+
| :kbd:`Page Up` | KEY_NPAGE |
| :kbd:`Page Up` | KEY_PPAGE |
+------------------+-----------+
| :kbd:`Page Down` | KEY_PPAGE |
| :kbd:`Page Down` | KEY_NPAGE |
+------------------+-----------+
The following table lists characters from the alternate character set. These are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment