mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 15:33:30 +00:00
recent_topics: Focus on search box on t keypress.
This commit is contained in:
@@ -600,6 +600,9 @@ exports.change_focused_element = function (e, input_key) {
|
||||
// wraparound. Going off the top or the bottom takes one
|
||||
// to the navigation at the top (see set_table_focus).
|
||||
switch (input_key) {
|
||||
case "open_recent_topics":
|
||||
set_default_focus();
|
||||
return true;
|
||||
case "shift_tab":
|
||||
case "vim_left":
|
||||
case "left_arrow":
|
||||
|
||||
Reference in New Issue
Block a user