Skip to content

Commit

Permalink
Patch develop (#89)
Browse files Browse the repository at this point in the history
* Use correct rect setter (#81)

* Tweak shape docs (#88)

* Tried new SVGs

* Revert branch

Co-authored-by: Stefan du Fresne <stefan@sdufresne.info>
  • Loading branch information
pokey and SCdF authored Oct 8, 2021
1 parent 4269c74 commit 164632b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,18 @@ minimize syllables.

The following shapes are supported:

| Spoken form | Internal ID | Shape | Enabled by default? |
| -------------- | ------------ | -------------------------------------------------------------------------------------------------------- | ------------------- |
| `"ex"` | `ex` | ![Ex](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/ex.svg) ||
| `"fox"` | `fox` | ![Fox](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/fox.svg) ||
| `"wing"` | `wing` | ![Wing](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/wing.svg) ||
| `"hole"` | `hole` | ![Hole](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/hole.svg) ||
| `"frame"` | `frame` | ![Frame](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/frame.svg) ||
| `"curve"` | `curve` | ![Curve](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/curve.svg) ||
| `"eye"` | `eye` | ![Eye](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/eye.svg) ||
| `"play"` | `play` | ![Play](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/play.svg) ||
| `"crosshairs"` | `crosshairs` | ![Crosshairs](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/crosshairs.svg) ||
| `"bolt"` | `bolt` | ![Bolt](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/bolt.svg) ||
| Spoken form | Internal ID | Shape | Enabled by default? |
| ----------- | ------------ | -------------------------------------------------------------------------------------------------------- | ------------------- |
| `"ex"` | `ex` | ![Ex](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/ex.svg) ||
| `"fox"` | `fox` | ![Fox](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/fox.svg) ||
| `"wing"` | `wing` | ![Wing](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/wing.svg) ||
| `"hole"` | `hole` | ![Hole](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/hole.svg) ||
| `"frame"` | `frame` | ![Frame](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/frame.svg) ||
| `"curve"` | `curve` | ![Curve](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/curve.svg) ||
| `"eye"` | `eye` | ![Eye](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/eye.svg) ||
| `"play"` | `play` | ![Play](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/play.svg) ||
| `"cross"` | `crosshairs` | ![Crosshairs](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/crosshairs.svg) ||
| `"bolt"` | `bolt` | ![Bolt](https://github.com/raw/pokey/cursorless-vscode/main/images/hats/bolt.svg) ||

You can enable or disable shapes in your VSCode settings, by searching for `cursorless.hatEnablement.shapes` and checking the box next to the internal ID for the given shape as listed above.

Expand Down

0 comments on commit 164632b

Please sign in to comment.