{{ 'readerCbx.shortcutsHelp.title' | transloco }}

@for (group of shortcutGroups; track group.title) {

{{ group.title }}

@for (shortcut of group.shortcuts; track shortcut.description) {
@for (key of shortcut.keys; track key; let last = $last) { {{ key }} @if (!last) { + } }
{{ shortcut.description }} @if (isMobile && shortcut.mobileGesture) { {{ shortcut.mobileGesture }} }
}
}