[]
FlexSheet for WPF supports navigation keys that can be used to change the focus on cells and do many other actions in a sheet. You can select cells using the keyboard keys and also make changes to the cell data. The Keys on the keyboard and Actions performed by them are listed below:
| Key | Action |
|---|---|
| Ctrl+X | Performs cut operation |
| Ctrl+C | Performs Copy operation |
| Ctrl+V | Performs Paste operation |
| Ctrl+Z | Undo |
| Ctrl+Y | Redo |
| Delete | Clear |
| Backspace | Clear and edit |
| Enter | Navigation down and Edit |
| Up | Navigation up |
| Down | Navigation down |
| Left | Navigation left |
| Right | Navigation right |
| PageUp | Navigation to the topmost cell in the column |
| PageDown | Navigation to the last cell in the column |
| Home | Navigation to the first cell in the row |
| End | Navigation to the last cell in the row |
| Tab | Move to next cell |
| Shift+ Tab | Move to previous tab |
| Shift+ Left | Selection Left |
| Shift+ Right | Selection Right |
| Shift+ Up | Selection Up |
| Shift+ Down | Selection Down |
| Shift+ Home | Selection till the first cell of the row |
| Shift+ End | Selection till the last cell of the row |
| Shift+ PageUp | Selection till the first cell of the column |
| Shift+ PageDown | Selection till the last cell of the column |