The BGMGrid object supports the following shortcut keys:
Ctrl+A
select all cells in the grid
Ctrl+Backspace
scroll to display the active cell
Ctrl+Z
undo
Ctrl+Y
redo
F2
edit cell
F5
sort the grid
Left, Up, Right, Down
activate the next cell
Shift+Left, Shift+Up, Shift+Right, Shift+Down
make a selection of cells
Ctrl+Left, Ctrl+Up, Ctrl+Right, Ctrl+Down
activate the last cell
Tab
move to the next visible cell
Shift+Tab
move to the previous visible cell
Esc
cancel editing of the cell
PgUp
scroll one page up
Shift+PgUp
expand the selection up
PgDn
scroll one page down
Shift+PgDn
expand the selection down
Home
scroll to the first cell in the column
End
scroll to the last cell in the column
Del
clear the data in the selection
Ctrl+Ins, Ctrl+C
copy the data into the clipboard
Shift+Ins, Ctrl+V
paste the data from the clipboard
Shift+Del, Ctrl+X
cut the data in the selection
Ctrl+F
show the Find dialog
Space
depending on the cell type: DataType_Bool - check/uncheck DataType_Button - generate the onClickButton event DataType_EditButton and Read-Only - generate the onClickButton event
Pressing a key when a non-Read-Only cell is activated will start editing.
The following shortcut keys are available during editing: