Lines Matching refs:kbd
1567 | :kbd:`Insert` | KEY_IC |
1569 | :kbd:`Delete` | KEY_DC |
1571 | :kbd:`Home` | KEY_HOME |
1573 | :kbd:`End` | KEY_END |
1575 | :kbd:`Page Up` | KEY_PPAGE |
1577 | :kbd:`Page Down` | KEY_NPAGE |
1770 | :kbd:`Control-A` | Go to left edge of window. |
1772 | :kbd:`Control-B` | Cursor left, wrapping to previous line if |
1775 | :kbd:`Control-D` | Delete character under cursor. |
1777 | :kbd:`Control-E` | Go to right edge (stripspaces off) or end |
1780 | :kbd:`Control-F` | Cursor right, wrapping to next line when |
1783 | :kbd:`Control-G` | Terminate, returning the window contents. |
1785 | :kbd:`Control-H` | Delete character backward. |
1787 | :kbd:`Control-J` | Terminate if the window is 1 line, |
1790 | :kbd:`Control-K` | If line is blank, delete it, otherwise |
1793 | :kbd:`Control-L` | Refresh screen. |
1795 | :kbd:`Control-N` | Cursor down; move down one line. |
1797 | :kbd:`Control-O` | Insert a blank line at cursor location. |
1799 | :kbd:`Control-P` | Cursor up; move up one line. |
1808 | :const:`KEY_LEFT` | :kbd:`Control-B` |
1810 | :const:`KEY_RIGHT` | :kbd:`Control-F` |
1812 | :const:`KEY_UP` | :kbd:`Control-P` |
1814 | :const:`KEY_DOWN` | :kbd:`Control-N` |
1816 | :const:`KEY_BACKSPACE` | :kbd:`Control-h` |