Skip to content

Commit

Permalink
docs: update keyboard shortcuts for Windows, Linux, and Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
jooyoungseo committed Dec 13, 2024
1 parent 54de423 commit c1ff8c8
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
52 changes: 26 additions & 26 deletions docs/examples.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -176,32 +176,32 @@ Check out [this interactive notebook in Google Colab](https://colab.research.goo

## Keyboard Shortcuts

| Function | Key |
|:---|:---|
| Toggle Braille Mode | b |
| Toggle Text Mode | t |
| Toggle Sonification Mode | s |
| Toggle Review Mode | r |
| Move around plot | Arrow keys |
| Go to the very left right up down | Ctrl + Arrow key |
| Select the first element | Ctrl + Home |
| Select the last element | Ctrl + End |
| Repeat current sound | Space |
| Auto-play outward in direction of arrow | Ctrl + Shift + Arrow key |
| Auto-play inward in direction of arrow | Alt + Shift + Arrow key |
| Stop Auto-play | Ctrl |
| Auto-play speed up | Period (.) |
| Auto-play speed down | Comma (,) |
| Auto-play speed reset | Slash (/) |
| Check label for the title of current plot | l t |
| Check label for the x axis of current plot | l x |
| Check label for the y axis of current plot | l y |
| Check label for the fill (z) axis of current plot | l f |
| Check label for the subtitle of current plot | l s |
| Check label for the caption of current plot | l c |
| Toggle AI Chat View | Ctrl + Shift + / |
| Copy last chat message in AI Chat View | Alt + Shift + C |
| Copy full chat history in AI Chat View | Alt + Shift + A |
| Function | Windows and Linux Key | Mac Key |
|:---|:---|:---|
| Toggle Braille Mode | b | b |
| Toggle Text Mode | t | t |
| Toggle Sonification Mode | s | s |
| Toggle Review Mode | r | r |
| Move around plot | Arrow keys | Arrow keys |
| Go to the very left right up down | Ctrl + Arrow key | CMD + Arrow key |
| Select the first element | Ctrl + Home | CMD + Home |
| Select the last element | Ctrl + End | CMD + End |
| Repeat current sound | Space | Space |
| Auto-play outward in direction of arrow | Ctrl + Shift + Arrow key | CMD + Shift + Arrow key |
| Auto-play inward in direction of arrow | Alt + Shift + Arrow key | Option + Shift + Arrow key |
| Stop Auto-play | Ctrl | Ctrl |
| Auto-play speed up | Period (.) | Period (.) |
| Auto-play speed down | Comma (,) | Comma (,) |
| Auto-play speed reset | Slash (/) | Slash (/) |
| Check label for the title of current plot | l t | l t |
| Check label for the x axis of current plot | l x | l x |
| Check label for the y axis of current plot | l y | l y |
| Check label for the fill (z) axis of current plot | l f | l f |
| Check label for the subtitle of current plot | l s | l s |
| Check label for the caption of current plot | l c | l c |
| Toggle AI Chat View | Ctrl + Shift + / | Option + Shift + / |
| Copy last chat message in AI Chat View | Alt + Shift + C | Option + Shift + C |
| Copy full chat history in AI Chat View | Alt + Shift + A | Option + Shift + A |

Table: Keyboard Shortcuts {#tbl-shortcuts}

Expand Down
52 changes: 26 additions & 26 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,32 +99,32 @@ maidr.show(bar_plot) #<<

## Keyboard Shortcuts

| Function | Key |
|:---|:---|
| Toggle Braille Mode | b |
| Toggle Text Mode | t |
| Toggle Sonification Mode | s |
| Toggle Review Mode | r |
| Move around plot | Arrow keys |
| Go to the very left right up down | Ctrl + Arrow key |
| Select the first element | Ctrl + Home |
| Select the last element | Ctrl + End |
| Repeat current sound | Space |
| Auto-play outward in direction of arrow | Ctrl + Shift + Arrow key |
| Auto-play inward in direction of arrow | Alt + Shift + Arrow key |
| Stop Auto-play | Ctrl |
| Auto-play speed up | Period (.) |
| Auto-play speed down | Comma (,) |
| Auto-play speed reset | Slash (/) |
| Check label for the title of current plot | l t |
| Check label for the x axis of current plot | l x |
| Check label for the y axis of current plot | l y |
| Check label for the fill (z) axis of current plot | l f |
| Check label for the subtitle of current plot | l s |
| Check label for the caption of current plot | l c |
| Toggle AI Chat View | Ctrl + Shift + / |
| Copy last chat message in AI Chat View | Alt + Shift + C |
| Copy full chat history in AI Chat View | Alt + Shift + A |
| Function | Windows and Linux Key | Mac Key |
|:---|:---|:---|
| Toggle Braille Mode | b | b |
| Toggle Text Mode | t | t |
| Toggle Sonification Mode | s | s |
| Toggle Review Mode | r | r |
| Move around plot | Arrow keys | Arrow keys |
| Go to the very left right up down | Ctrl + Arrow key | CMD + Arrow key |
| Select the first element | Ctrl + Home | CMD + Home |
| Select the last element | Ctrl + End | CMD + End |
| Repeat current sound | Space | Space |
| Auto-play outward in direction of arrow | Ctrl + Shift + Arrow key | CMD + Shift + Arrow key |
| Auto-play inward in direction of arrow | Alt + Shift + Arrow key | Option + Shift + Arrow key |
| Stop Auto-play | Ctrl | Ctrl |
| Auto-play speed up | Period (.) | Period (.) |
| Auto-play speed down | Comma (,) | Comma (,) |
| Auto-play speed reset | Slash (/) | Slash (/) |
| Check label for the title of current plot | l t | l t |
| Check label for the x axis of current plot | l x | l x |
| Check label for the y axis of current plot | l y | l y |
| Check label for the fill (z) axis of current plot | l f | l f |
| Check label for the subtitle of current plot | l s | l s |
| Check label for the caption of current plot | l c | l c |
| Toggle AI Chat View | Ctrl + Shift + / | Option + Shift + / |
| Copy last chat message in AI Chat View | Alt + Shift + C | Option + Shift + C |
| Copy full chat history in AI Chat View | Alt + Shift + A | Option + Shift + A |

Table: Keyboard Shortcuts {#tbl-shortcuts}

Expand Down

0 comments on commit c1ff8c8

Please sign in to comment.