Pick the whole row (object is available as "_")
Pick the attribute under the cursor
Pick' the complete column under the cursor (i.e. the attribute under the cursor) from all currently fetched objects. These attributes will be returned as a list.
Enter the object under the cursor. (what this mean depends on the object itself, i.e. how it implements iteration). This opens a new browser 'level'.
Enter the attribute under the cursor.
Show a detail view of the object under the cursor. This shows the name, type, doc string and value of the object attributes (and it might show more attributes than in the list view, depending on the object).
Show a detail view of the attribute under the cursor.
Pick multiple selected rows (M)
From multiple selected rows pick the cells matching the attribute the cursor is in (CTRL-M)
Find text
Find next occurrence of the searchtext
Find previous occurrence of the searchtext
Sort the objects (in ascending order) using the attribute under the cursor as the sort key.
Sort the objects (in descending order) using the attribute under the cursor as the sort key.
Close current tab (and all the tabs to the right of the current one).
Quit igrid and return to the IPython prompt.