diff --git a/docs/debugger.html b/docs/debugger.html index 875c996bc..3bb11ae6f 100644 --- a/docs/debugger.html +++ b/docs/debugger.html @@ -1302,13 +1302,40 @@ are lost (they will NOT end up in the Carry flag).
This is a spreadsheet-like GUI for inspecting and changing the contents of the 2600's zero-page RAM.
-You can navigate with either the mouse or the keyboard arrow keys. +
You can navigate with either the mouse or the keyboard (see below). To change a RAM location, either double-click on it or press 'Enter' while it's highlighted. Enter the new value (hex, other formats using the bottom textboxes), then press 'Enter' to make the change. The currently selected RAM cell can also be changed by using the Data Operations Buttons or the associated shortcut keys.
+ +You can navigate all RAM grids (and other data grids too) using the following keyboard shortcuts.
+Shortut | Description | +
---|---|
Left arrow | Move to left cell. | +
Right arrow | Move to right cell. | +
Home | Move to leftmost cell. | +
End | Move to rightmost cell. | +
Up arrow | Move to cell above. | +
Down arrow | Move to cell below. | +
Page Up | Move to top visible row. | +
Page Down | Move to bottom visible row. | +
Shift + Page Up | Scroll one page up. | +
Shift + Page Down | Scroll one page down. | +
The 'Undo' button in the upper right should be self-explanatory; it will undo the most previous operation to one cell only. The 'Revert' button is