From c1ff8c8e8507ef42789aa18895b2982e15910a02 Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Thu, 12 Dec 2024 20:09:33 -0600 Subject: [PATCH] docs: update keyboard shortcuts for Windows, Linux, and Mac --- docs/examples.qmd | 52 +++++++++++++++++++++++------------------------ docs/index.qmd | 52 +++++++++++++++++++++++------------------------ 2 files changed, 52 insertions(+), 52 deletions(-) diff --git a/docs/examples.qmd b/docs/examples.qmd index 3f08b08..9efd545 100644 --- a/docs/examples.qmd +++ b/docs/examples.qmd @@ -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} diff --git a/docs/index.qmd b/docs/index.qmd index ad76ea9..77c98dd 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -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}