Tidy up keyboard shortcut docs.

This commit is contained in:
Dave Page 2019-05-29 16:24:29 -04:00
parent dd187b9122
commit 0eb3008426

View File

@ -73,49 +73,49 @@ When using the syntax-highlighting SQL editors, the following shortcuts are avai
:class: longtable :class: longtable
:widths: 2 2 3 :widths: 2 2 3
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Shortcut (Windows/Linux) | Shortcut (Mac) | Function | | Shortcut (Windows/Linux) | Shortcut (Mac) | Function |
+==========================+==================+=====================================+ +==========================+======================+=====================================+
| Alt+Left | Option+Left | Move to the beginning of the line | | Alt + Left | Option + Left | Move to the beginning of the line |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Alt+Right | Option+Right | Move to the end of the line | | Alt + Right | Option + Right | Move to the end of the line |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Alt+Left | Cmd+Option+Left | Move left one word | | Ctrl + Alt + Left | Cmd + Option + Left | Move left one word |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Alt+Right | Cmd+Option+Right | Move right one word | | Ctrl + Alt + Right | Cmd + Option + Right | Move right one word |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+/ | Cmd+/ | Comment selected code (Inline) | | Ctrl + / | Cmd + / | Comment selected code (Inline) |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+. | Cmd+. | Uncomment selected code (Inline) | | Ctrl + . | Cmd + . | Uncomment selected code (Inline) |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Shift+/ | Cmd+Shift+/ | Comment/Uncomment code (Block) | | Ctrl + Shift + / | Cmd + Shift + / | Comment/Uncomment code (Block) |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+A | Cmd+A | Select all | | Ctrl + a | Cmd + a | Select all |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+C | Cmd+C | Copy selected text to the clipboard | | Ctrl + c | Cmd + c | Copy selected text to the clipboard |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+R | Cmd+R | Redo last edit un-done | | Ctrl + r | Cmd + r | Redo last edit un-done |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+V | Cmd+V | Paste text from the clipboard | | Ctrl + v | Cmd + v | Paste text from the clipboard |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Z | Cmd+Z | Undo last edit | | Ctrl + z | Cmd + z | Undo last edit |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Tab | Tab | Indent selected text | | Tab | Tab | Indent selected text |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Shift+Tab | Shift+Tab | Un-indent selected text | | Shift + Tab | Shift + Tab | Un-indent selected text |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Alt+G | Alt+G | Jump (to line:column) | | Alt + g | Option + g | Jump (to line:column) |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Space | Ctrl+Space | Auto-complete | | Ctrl + Space | Ctrl + Space | Auto-complete |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+F | Cmd+F | Find | | Ctrl + f | Cmd + f | Find |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+G | Cmd+G | Find next | | Ctrl + g | Cmd + g | Find next |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Shift+G | Cmd+Shift+G | Find previous | | Ctrl + Shift + g | Cmd + Shift + g | Find previous |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
| Ctrl+Shift+F | Cmd+Shift+F | Replace | | Ctrl + Shift + f | Cmd + Shift + f | Replace |
+--------------------------+------------------+-------------------------------------+ +--------------------------+----------------------+-------------------------------------+
Query Tool Query Tool
********** **********
@ -133,7 +133,7 @@ When using the Query Tool, the following shortcuts are available:
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
| F7 | F7 | EXPLAIN query | | F7 | F7 | EXPLAIN query |
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
| Shift+F7 | Shift+F7 | EXPLAIN ANALYZE query | | Shift + F7 | Shift + F7 | EXPLAIN ANALYZE query |
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
| F8 | F8 | Execute query to CSV file | | F8 | F8 | Execute query to CSV file |
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
@ -190,7 +190,7 @@ When using the Debugger, the following shortcuts are available:
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
| <accesskey> + s | <accesskey> + s | Stop | | <accesskey> + s | <accesskey> + s | Stop |
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
| Alt + Shift + q | Alt + Shift + q | Enter or Edit values in Grid | | Alt + Shift + q | Option + Shift + q | Enter or Edit values in Grid |
+--------------------------+--------------------+-----------------------------------+ +--------------------------+--------------------+-----------------------------------+
Inner Panel Navigation Inner Panel Navigation
@ -203,13 +203,13 @@ for inner panel navigation:
:class: longtable :class: longtable
:widths: 2 2 3 :widths: 2 2 3
+--------------------------+---------------------------+------------------------------+ +--------------------------+-------------- ------+------------------------------+
| Shortcut (Windows/Linux) | Shortcut (Mac) | Function | | Shortcut (Windows/Linux) | Shortcut (Mac) | Function |
+==========================+===========================+==============================+ +==========================+=====================+==============================+
| Alt + Shift + Right Arrow| Alt + Shift + Right Arrow | Move to next inner panel | | Alt + Shift + Right | Alt + Shift + Right | Move to next inner panel |
+--------------------------+---------------------------+------------------------------+ +--------------------------+---------------------+------------------------------+
| Alt + Shift + Left Arrow | Alt + Shift + Left Arrow | Move to previous inner panel | | Alt + Shift + Left | Alt + Shift + Left | Move to previous inner panel |
+--------------------------+---------------------------+------------------------------+ +--------------------------+---------------------+------------------------------+
Access Key Access Key
********** **********
@ -221,14 +221,14 @@ default access keys for supported browsers.
:class: longtable :class: longtable
:widths: 2 1 1 1 :widths: 2 1 1 1
+-------------------+------------+------------+------------+ +-------------------+-------------+-------------+---------------+
| | Windows | Linux | Mac | | | Windows | Linux | Mac |
+===================+============+============+============+ +===================+=============+=============+===============+
| Internet Explorer | Alt | Alt | | | Internet Explorer | Alt | Alt | |
+-------------------+------------+------------+------------+ +-------------------+-------------+-------------+---------------+
| Chrome | Alt | Alt | Ctrl+Alt | | Chrome | Alt | Alt | Ctrl + Option |
+-------------------+------------+------------+------------+ +-------------------+-------------+-------------+---------------+
| Firefox | Alt+Shift | Alt+Shift | Ctrl+Alt | | Firefox | Alt + Shift | Alt + Shift | Ctrl + Option |
+-------------------+------------+------------+------------+ +-------------------+-------------+-------------+---------------+
| Safari | Alt | | Ctrl+Alt | | Safari | Alt | | Ctrl + Option |
+-------------------+------------+------------+------------+ +-------------------+-------------+-------------+---------------+