The keyboard and mouse handling philosophy is presented below:
{code}
- Mouse
- Right click on any cell/element shows possible operations in context of that cell/section.
- Clicking on a cell opens cell in editable mode if user has permissions.
- Clicking on link of any artifact shows details about that artifact.
- Keyboard
- Esc key is used for cancelling any operation/action.
- Tab key is used navigate to the next available control.
{code}