mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Change 'p' hotkey to 'h', for 'huddles'
(imported from commit 3415f1d3f679be41cb5b92827036b09829a99734)
This commit is contained in:
parent
8ce8a083bb
commit
f0bebe1cc0
@ -25,7 +25,7 @@ var directional_hotkeys = {
|
||||
var narrow_hotkeys = {
|
||||
115: narrow.by_recipient, // 's'
|
||||
83: narrow.by_subject, // 'S'
|
||||
112: narrow.all_personals // 'p'
|
||||
104: narrow.all_personals // 'h'
|
||||
};
|
||||
|
||||
// These are not exported, but we declare them here to make JSLint happy.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user