Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
97 changes: 97 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,103 @@ spirit of the Vim text editor. It's written by one of the authors of
Documentation for these shortcuts is Coming Soon. For now, you can see all of the bindings provided by looking
in the [source](https://github.com/philc/sheetkeys/blob/master/content_scripts/commands.js#L88).

### Change Cell Color

| **Key Bind** | **Color** | **Color Name** |
|:------------:|:----------------------------------------------:|-------------------------|
| ;c\`00| ![](https://via.placeholder.com/15/000000/000000?text=+) | Black |
| ;c014 | ![](https://via.placeholder.com/15/434343/000000?text=+) | Dark Grey 4 |
| ;c013 | ![](https://via.placeholder.com/15/666666/000000?text=+) | Dark Gray 3 |
| ;c012 | ![](https://via.placeholder.com/15/999999/000000?text=+) | Dark Gray 2 |
| ;c011 | ![](https://via.placeholder.com/15/b7b7b7/000000?text=+) | Dark Gray 1 |
| ;c000 | ![](https://via.placeholder.com/15/cccccc/000000?text=+) | Gray |
| ;c001 | ![](https://via.placeholder.com/15/d9d9d9/000000?text=+) | Light Gray 1 |
| ;c002 | ![](https://via.placeholder.com/15/efefef/000000?text=+) | Light Gray 2 |
| ;c003 | ![](https://via.placeholder.com/15/f3f3f3/000000?text=+) | Light Gray 3 |
| ;c100 | ![](https://via.placeholder.com/15/ffffff/000000?text=+) | White |
| | | |
| ;c200 | ![](https://via.placeholder.com/15/980000/000000?text=+) | RedBerry |
| ;c213 | ![](https://via.placeholder.com/15/5b0f00/000000?text=+) | Dark Red Berry 3 |
| ;c212 | ![](https://via.placeholder.com/15/85200c/000000?text=+) | Dark Red Berry 2 |
| ;c211 | ![](https://via.placeholder.com/15/a61c00/000000?text=+) | Dark Red Berry 1 |
| ;c201 | ![](https://via.placeholder.com/15/cc4125/000000?text=+) | Light Red Berry 1 |
| ;c202 | ![](https://via.placeholder.com/15/dd7e6b/000000?text=+) | Light Red Berry 2 |
| ;c203 | ![](https://via.placeholder.com/15/e6b8af/000000?text=+) | Light Red Berry 3 |
| | | |
| ;c300 | ![](https://via.placeholder.com/15/ff0000/000000?text=+) | Red |
| ;c313 | ![](https://via.placeholder.com/15/660000/000000?text=+) | Dark Red 3 |
| ;c312 | ![](https://via.placeholder.com/15/990000/000000?text=+) | Dark Red 2 |
| ;c311 | ![](https://via.placeholder.com/15/cc0000/000000?text=+) | Dark Red 1 |
| ;c301 | ![](https://via.placeholder.com/15/e06666/000000?text=+) | Light Red 1 |
| ;c302 | ![](https://via.placeholder.com/15/ea9999/000000?text=+) | Light Red 2 |
| ;c303 | ![](https://via.placeholder.com/15/f4cccc/000000?text=+) | Light Red 3 |
| | | |
| ;c400 | ![](https://via.placeholder.com/15/ff9900/000000?text=+) | Orange |
| ;c413 | ![](https://via.placeholder.com/15/783f04/000000?text=+) | Dark Orange 3 |
| ;c412 | ![](https://via.placeholder.com/15/b45f06/000000?text=+) | Dark Orange 2 |
| ;c411 | ![](https://via.placeholder.com/15/e69138/000000?text=+) | Dark Orange 1 |
| ;c401 | ![](https://via.placeholder.com/15/f6b26b/000000?text=+) | Light Orange 1 |
| ;c402 | ![](https://via.placeholder.com/15/f9cb9c/000000?text=+) | Light Orange 2 |
| ;c403 | ![](https://via.placeholder.com/15/fce5cd/000000?text=+) | Light Orange 3 |
| | | |
| ;c500 | ![](https://via.placeholder.com/15/ffff00/000000?text=+) | Yellow |
| ;c513 | ![](https://via.placeholder.com/15/7f6000/000000?text=+) | Dark Yellow 3 |
| ;c512 | ![](https://via.placeholder.com/15/bf9000/000000?text=+) | Dark Yellow 2 |
| ;c511 | ![](https://via.placeholder.com/15/f1c232/000000?text=+) | Dark Yellow 1 |
| ;c501 | ![](https://via.placeholder.com/15/ffd966/000000?text=+) | Light Yellow 1 |
| ;c502 | ![](https://via.placeholder.com/15/ffe599/000000?text=+) | Light Yellow 2 |
| ;c503 | ![](https://via.placeholder.com/15/fff2cc/000000?text=+) | Light Yellow 3 |
| | | |
| ;c600 | ![](https://via.placeholder.com/15/00ff00/000000?text=+) | Green |
| ;c613 | ![](https://via.placeholder.com/15/274e13/000000?text=+) | Dark Green 3 |
| ;c612 | ![](https://via.placeholder.com/15/38761d/000000?text=+) | Dark Green 2 |
| ;c611 | ![](https://via.placeholder.com/15/6aa84f/000000?text=+) | Dark Green 1 |
| ;c601 | ![](https://via.placeholder.com/15/93c47d/000000?text=+) | Light Green 1 |
| ;c602 | ![](https://via.placeholder.com/15/b6d7a8/000000?text=+) | Light Green 2 |
| ;c603 | ![](https://via.placeholder.com/15/d9ead3/000000?text=+) | Light Green 3 |
| | | |
| ;c700 | ![](https://via.placeholder.com/15/00ffff/000000?text=+) | Cyan |
| ;c713 | ![](https://via.placeholder.com/15/0c343d/000000?text=+) | Dark Cyan 3 |
| ;c712 | ![](https://via.placeholder.com/15/134f5c/000000?text=+) | Dark Cyan 2 |
| ;c711 | ![](https://via.placeholder.com/15/45818e/000000?text=+) | Dark Cyan 1 |
| ;c701 | ![](https://via.placeholder.com/15/76a5af/000000?text=+) | Light Cyan 1 |
| ;c702 | ![](https://via.placeholder.com/15/a2c4c9/000000?text=+) | Light Cyan 2 |
| ;c703 | ![](https://via.placeholder.com/15/d0e0e3/000000?text=+) | Light Cyan 3 |
| | | |
| ;c800 | ![](https://via.placeholder.com/15/4a86e8/000000?text=+) | CornFlower Blue |
| ;c813 | ![](https://via.placeholder.com/15/1c4587/000000?text=+) | Dark CornFlower Blue 3 |
| ;c812 | ![](https://via.placeholder.com/15/1155cc/000000?text=+) | Dark CornFlower Blue 2 |
| ;c811 | ![](https://via.placeholder.com/15/3c78d8/000000?text=+) | Dark CornFlower Blue 1 |
| ;c801 | ![](https://via.placeholder.com/15/6d9eeb/000000?text=+) | Light CornFlower Blue 1 |
| ;c802 | ![](https://via.placeholder.com/15/a4c2f4/000000?text=+) | Light CornFlower Blue 2 |
| ;c803 | ![](https://via.placeholder.com/15/c9daf8/000000?text=+) | Light CornFlower Blue 3 |
| | | |
| ;c900 | ![](https://via.placeholder.com/15/0000ff/000000?text=+) | Blue |
| ;c913 | ![](https://via.placeholder.com/15/073763/000000?text=+) | Dark Blue 3 |
| ;c912 | ![](https://via.placeholder.com/15/0b5394/000000?text=+) | Dark Blue 2 |
| ;c911 | ![](https://via.placeholder.com/15/3d85c6/000000?text=+) | Dark Blue 1 |
| ;c901 | ![](https://via.placeholder.com/15/6fa8dc/000000?text=+) | Light Blue 1 |
| ;c902 | ![](https://via.placeholder.com/15/9fc5e8/000000?text=+) | Light Blue 2 |
| ;c903 | ![](https://via.placeholder.com/15/cfe2f3/000000?text=+) | Light Blue 3 |
| | | |
| ;c\-00| ![](https://via.placeholder.com/15/9900ff/000000?text=+) | Purple |
| ;c\-13| ![](https://via.placeholder.com/15/20124d/000000?text=+) | Dark Purple 3 |
| ;c\-12| ![](https://via.placeholder.com/15/351c75/000000?text=+) | Dark Purple 2 |
| ;c\-11| ![](https://via.placeholder.com/15/674ea7/000000?text=+) | Dark Purple 1 |
| ;c\-01| ![](https://via.placeholder.com/15/8e7cc3/000000?text=+) | Light Purple 1 |
| ;c\-02| ![](https://via.placeholder.com/15/b4a7d6/000000?text=+) | Light Purple 2 |
| ;c\-03| ![](https://via.placeholder.com/15/d9d2e9/000000?text=+) | Light Purple 3 |
| | | |
| ;c=00 | ![](https://via.placeholder.com/15/ff00ff/000000?text=+) | Magenta |
| ;c=13 | ![](https://via.placeholder.com/15/4c1130/000000?text=+) | Dark Magenta 3 |
| ;c=12 | ![](https://via.placeholder.com/15/741b47/000000?text=+) | Dark Magenta 2 |
| ;c=11 | ![](https://via.placeholder.com/15/a64d79/000000?text=+) | Dark Magenta 1 |
| ;c=01 | ![](https://via.placeholder.com/15/c27ba0/000000?text=+) | Light Magenta 1 |
| ;c=02 | ![](https://via.placeholder.com/15/d5a6bd/000000?text=+) | Light Magenta 2 |
| ;c=03 | ![](https://via.placeholder.com/15/ead1dc/000000?text=+) | Light Magenta 3 |
| | | |


**Other UI improvements**

* In Google Sheets, when editing a cell, typing ESC erases all of the changes you've made, and your changes
Expand Down
Loading