mirror of
https://github.com/python/cpython.git
synced 2025-11-18 18:31:56 +00:00
Issue #26679: Fix description of KEY_PPAGE and KEY_NPAGE constants
Patch by Robert Bachmann and SilentGhost.
This commit is contained in:
parent
b31daff1f7
commit
af8363926a
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue