hotkeys: Rename adjust_mac_tooltip_keys to adjust_mac_hotkeys.

This commit is contained in:
Sayam Samal
2024-03-02 13:04:49 +05:30
committed by Tim Abbott
parent 4b0e6ae3d8
commit 36e709c934
3 changed files with 11 additions and 11 deletions

View File

@@ -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;
}