From feeb648e00d93a9752b090de8e2cc0268f3c05bd Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Mon, 15 May 2017 13:42:09 -0700 Subject: [PATCH] hotkeys: Swap Drafts with Menus. It seems good to have "Show keyboard shortcuts" be last. --- templates/zerver/keyboard_shortcuts.html | 46 ++++++++++++------------ 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/templates/zerver/keyboard_shortcuts.html b/templates/zerver/keyboard_shortcuts.html index 8fcf5a1f42..93fefa5147 100644 --- a/templates/zerver/keyboard_shortcuts.html +++ b/templates/zerver/keyboard_shortcuts.html @@ -159,29 +159,6 @@
- - - - - - - - - - - - - - - - - - - - - - -
{{ _("Menus") }}
g{% trans %}Toggle the gear menu{% endtrans %}
i{% trans %}Open message menu{% endtrans %}
:{% trans %}Open reactions menu{% endtrans %}
?{% trans %}Show keyboard shortcuts{% endtrans %}
@@ -225,6 +202,29 @@
{% trans %}Delete selected draft{% endtrans %}
+ + + + + + + + + + + + + + + + + + + + + + +
{{ _("Menus") }}
g{% trans %}Toggle the gear menu{% endtrans %}
i{% trans %}Open message menu{% endtrans %}
:{% trans %}Open reactions menu{% endtrans %}
?{% trans %}Show keyboard shortcuts{% endtrans %}

Detailed keyboard shortcuts documentation