From: Remington Steed <rjs7@calvin.edu>
Date: Thu, 22 Feb 2018 19:28:38 +0000 (-0500)
Subject: Docs: Fix/improve web client keyboard shortcuts
X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=65c555a4e8708b548f7adbca7402a41dbed95c4b;p=evergreen%2Fjoelewis.git

Docs: Fix/improve web client keyboard shortcuts

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>
---

diff --git a/docs/admin/web-client-browser-best-practices.adoc b/docs/admin/web-client-browser-best-practices.adoc
index f930366373..68dc7f91ac 100644
--- a/docs/admin/web-client-browser-best-practices.adoc
+++ b/docs/admin/web-client-browser-best-practices.adoc
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^