tooltips: Add hotkey hints support to narrow to compose option.

This commit is contained in:
sayamsamal
2022-09-12 01:58:54 +05:30
committed by Tim Abbott
parent fc6b4775be
commit 4a7ad5325a
3 changed files with 8 additions and 11 deletions

View File

@@ -227,8 +227,6 @@ function initialize_compose_box() {
scroll_to_bottom_key_html: common.has_mac_keyboard()
? "Fn + <span class='tooltip_right_arrow'>→</span>"
: "End",
narrow_to_compose_recipients_key_html:
(common.has_mac_keyboard() ? "⌘" : "Ctrl") + " + .",
max_stream_name_length: page_params.max_stream_name_length,
max_topic_length: page_params.max_topic_length,
}),