From a8a2947da612db1b1a13896feafe071383818590 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Thu, 12 Oct 2017 10:12:55 +0100 Subject: [PATCH] Remove the runtime zoom shortcuts from the SQL Editor shortcuts section. --- docs/en_US/keyboard_shortcuts.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/en_US/keyboard_shortcuts.rst b/docs/en_US/keyboard_shortcuts.rst index 3129e7790..de67f3ea5 100644 --- a/docs/en_US/keyboard_shortcuts.rst +++ b/docs/en_US/keyboard_shortcuts.rst @@ -57,10 +57,6 @@ When using the syntax-highlighting SQL editors, the following shortcuts are avai +--------------------------+------------------+-------------------------------------+ | Ctrl+Z | Cmd+Z | Undo last edit | +--------------------------+------------------+-------------------------------------+ -| Ctrl+Plus | Cmd+Plus | Zoom in | -+--------------------------+------------------+-------------------------------------+ -| Ctrl+Minus | Cmd+Minus | Zoom out | -+--------------------------+------------------+-------------------------------------+ | Tab | Tab | Indent selected text | +--------------------------+------------------+-------------------------------------+ | Shift+Tab | Shift+Tab | Un-indent selected text |