You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current help is organized into categories, with each hotkey falling into one of these, with a matching description.
As hotkeys have developed over time, they have been placed into best-fit categories, and the placement and categories themselves have been slowly reworked in the past as hotkeys become more widespread. We've now reached a significant set of documented hotkeys, where placement and description has become in need of reworking to improve the utility of the help system.
Improving hotkey category placement has benefits for the general help menu. Hotkey description improvements also have long-term benefits for supporting development work on the contextual help system (#515, #290), with which this work may overlap.
Replace "narrow" with "message view" or others in user-facing documentation like the user tutorial (similarly "narrowing", in some way)
Consider casefix changes to parts of the UI like - All Messages and Direct Messages, possibly when starting to use "feed" terminology
Add a new key binding mentioning that 'Enter' activates narrowing buttons, vs current ACTIVATE_BUTTON
(maybe in a context, since it doesn't fit in an obvious category? See #zulip-terminal>Restructure Key Bindings and Supporting Help Multi-categories #T1519).
Also clarify s/S work in stream/topic, but while s zooms in with DMs, S does not zoom out - this is a benefit of z.
Possible FAQ entry for different hotkeys from web app, explaining history/why?
The text was updated successfully, but these errors were encountered:
Description
The current help is organized into categories, with each hotkey falling into one of these, with a matching description.
As hotkeys have developed over time, they have been placed into best-fit categories, and the placement and categories themselves have been slowly reworked in the past as hotkeys become more widespread. We've now reached a significant set of documented hotkeys, where placement and description has become in need of reworking to improve the utility of the help system.
Improving hotkey category placement has benefits for the general help menu. Hotkey description improvements also have long-term benefits for supporting development work on the contextual help system (#515, #290), with which this work may overlap.
(
ctrl f
=autocorrect, overridingright
;ctrl b
not documented)(POSSIBLE to combine button activation with hotkey COMMAND?)
keys.py
is for help onlyctrl c
? [implicitly handled by signal-handler](avoid too many very short categories (< 4 items))
(raised by Niloth via Add multi-category support for key bindings. #1519)
ctrl h
(present)space
activates/triggers widgets (Break down the generalized ENTER command #1497)S
? (no longer in web app?) Retain command but hide, for existing users?NOTE:
DISCUSS
is intended to suggest this (or sub-tasks) likely needs further discussionPOSSIBLE
are more speculative pointsFurther summarized points to ensure are integrated:
(maybe in a context, since it doesn't fit in an obvious category? See #zulip-terminal>Restructure Key Bindings and Supporting Help Multi-categories #T1519).
Also clarify
s
/S
work in stream/topic, but whiles
zooms in with DMs,S
does not zoom out - this is a benefit ofz
.Possible FAQ entry for different hotkeys from web app, explaining history/why?
The text was updated successfully, but these errors were encountered: