mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
hotkeys: Rename adjust_mac_tooltip_keys to adjust_mac_hotkeys.
This commit is contained in:
@@ -95,7 +95,7 @@ export function adjust_mac_kbd_tags(kbd_elem_class: string): void {
|
||||
|
||||
// We convert the hotkey hints used in the tooltips to mac equivalent
|
||||
// key combinations, when we detect that the user is using a mac-style keyboard.
|
||||
export function adjust_mac_tooltip_keys(hotkeys: string[]): void {
|
||||
export function adjust_mac_hotkey_hints(hotkeys: string[]): void {
|
||||
if (!has_mac_keyboard()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user