# January 5th, 2023: Keyboard Shortcuts

### Keyboard Shortcuts

Speed up your workflow with our new keyboard shortcuts! In this release, we've added over 20 new keyboard shortcuts to make the Mito experience faster and easier. These shortcuts cover navigating, selecting, editing, importing, and formatting your spreadsheet.  These shortcuts should match your expectations if you're coming from other spreadsheet applications.

To see all of our keyboard shortcuts, check out our documentation: <https://docs.trymito.io/how-to/keyboard-shortcuts>.&#x20;

### **Edit Merge**

Now, users can edit their merge by right clicking on a merge sheet tab and selecting "Edit Merge", so you don't have to redo your entire merge after closing the merge taskpane!

**Other New Features**

* Add ability to resize taskpanes

#### Bug Fixes

* Fix cross sheet reference bug
* Fixes tab text being selected on right click
* Update behavior when right clicking in the mitosheet with the shift key held down - opens the system context menu.&#x20;
* Allow snowflake config variable names to be set for user auth
* Fix multiple context menus being open at a time
* Fix bug caused by vlookup when lookup values series has different indexes from `where` dataframe.
* Add formula description as tooltip in the "Formula" tab dropdowns
* Fix toolbar button for custom edits and formulas to include name.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.trymito.io/misc/release-notes/january-5th-2023-keyboard-shortcuts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
