Lines Matching refs:kbd
1517 | :kbd:`Insert` | KEY_IC |
1519 | :kbd:`Delete` | KEY_DC |
1521 | :kbd:`Home` | KEY_HOME |
1523 | :kbd:`End` | KEY_END |
1525 | :kbd:`Page Up` | KEY_PPAGE |
1527 | :kbd:`Page Down` | KEY_NPAGE |
1722 | :kbd:`Control-A` | Go to left edge of window. |
1724 | :kbd:`Control-B` | Cursor left, wrapping to previous line if |
1727 | :kbd:`Control-D` | Delete character under cursor. |
1729 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |
1732 | :kbd:`Control-F` | Cursor right, wrapping to next line when |
1735 | :kbd:`Control-G` | Terminate, returning the window contents. |
1737 | :kbd:`Control-H` | Delete character backward. |
1739 | :kbd:`Control-J` | Terminate if the window is 1 line, |
1742 | :kbd:`Control-K` | If line is blank, delete it, otherwise |
1745 | :kbd:`Control-L` | Refresh screen. |
1747 | :kbd:`Control-N` | Cursor down; move down one line. |
1749 | :kbd:`Control-O` | Insert a blank line at cursor location. |
1751 | :kbd:`Control-P` | Cursor up; move up one line. |
1760 | :const:`KEY_LEFT` | :kbd:`Control-B` |
1762 | :const:`KEY_RIGHT` | :kbd:`Control-F` |
1764 | :const:`KEY_UP` | :kbd:`Control-P` |
1766 | :const:`KEY_DOWN` | :kbd:`Control-N` |
1768 | :const:`KEY_BACKSPACE` | :kbd:`Control-h` |