mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
hotkey: Add deprecation notice for '*' hotkey.
This commit is contained in:
@@ -128,6 +128,8 @@ exports.maybe_show_deprecation_notice = function (key) {
|
||||
var message;
|
||||
if (key === 'C') {
|
||||
message = i18n.t('We\'ve replaced the "C" hotkey with "x" to make this common shortcut easier to trigger.');
|
||||
} else if (key === '*') {
|
||||
message = i18n.t('We\'ve replaced the "*" hotkey with "Ctrl + s" to make this common shortcut easier to trigger.');
|
||||
} else {
|
||||
blueslip.error("Unexpected deprecation notice for hotkey:", key);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user