Docs: Fix/improve web client keyboard shortcuts
authorRemington Steed <rjs7@calvin.edu>
Thu, 22 Feb 2018 19:28:38 +0000 (14:28 -0500)
committerRemington Steed <rjs7@calvin.edu>
Fri, 2 Mar 2018 20:15:20 +0000 (15:15 -0500)
One keyboard shortcut needed correcting:
  - Re-opening a closed tab is "CTRL-Shift-T", not "CTRL-Shift-Tab"

And let's add "CTRL-Shift-Tab" where it does belong -- in the "Navigate"
bullet point.

Signed-off-by: Remington Steed <rjs7@calvin.edu>
docs/admin/web-client-browser-best-practices.adoc

index f930366..68dc7f9 100644 (file)
@@ -45,11 +45,11 @@ PCs.
 
 - Use CTRL-T or click the browser's new tab button to open a new tab. 
 - Use CTRL-W or click the x in the tab to close the tab.
-- Undo closing a tab by hitting CTRL-Shift-Tab.
+- Undo closing a tab by hitting CTRL-Shift-T.
 - To open a link from the web client in a new tab, CTRL-click the link or 
 right-click the link and select *Open Link in New Tab*. Using this method, you
 can also open options from the web client's dropdown menus in a new tab
-- Navigate from one tab to another using CTRL-Tab on the keyboard.
+- Navigate to the next tab using CTRL-Tab. Go to the previous tab with CTRL-Shift-Tab.
 
 Setting New Tab Behavior
 ^^^^^^^^^^^^^^^^^^^^^^^^