Keyboard commands in nuBasicEditor mostly follow common Windows conventions. All movement keys (arrows, page up/down, home and end) allow to extend or reduce a stream selection when holding the Shift key, and a rectangular selection when holding the Shift and Alt keys. Some keys may not be available with some national keyboards or because they are taken by the system. Keyboard equivalents of menu commands are listed in the menus.
Some less common commands with no menu equivalent are: Indent block. | Tab | Dedent block. | Shift+Tab | Delete to start of word. | Ctrl+BackSpace | Delete to end of word. | Ctrl+Delete | Delete to start of line. | Ctrl+Shift+BackSpace | Delete to end of line. | Ctrl+Shift+Delete | Go to start of document. | Ctrl+Home | Extend selection to start of document. | Ctrl+Shift+Home | Go to start of display line. | Alt+Home | Go to end of document. | Ctrl+End | Extend selection to end of document. | Ctrl+Shift+End | Go to end of display line. | Alt+End | Scroll up. | Up | Scroll down. | Down | Line cut. | Ctrl+L | Line delete. | Ctrl+Shift+L | Selection duplicate. | Ctrl+D | Previous paragraph. Shift extends selection. | Ctrl+[ | Next paragraph. Shift extends selection. | Ctrl+] | Previous word. Shift extends selection. | Ctrl+Left | Next word. Shift extends selection. | Ctrl+Right | Previous word part. Shift extends selection | Ctrl+/ | Next word part. Shift extends selection. | Ctrl+\ | Rectangular block selection. | Alt+Shift+Movement | Extend rectangular selection to start of line. | Alt+Shift+Home | Extend rectangular selection to end of line. | Alt+Shift+End |
|