mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix autocomplete hotkeys description (#12607)
GitOrigin-RevId: f7f80fdf56f97ee70accec0162e6b395cfd16584
This commit is contained in:
parent
359255b820
commit
6ca565fa90
1 changed files with 2 additions and 2 deletions
|
@ -139,13 +139,13 @@ export default function HotkeysModal({
|
|||
</Col>
|
||||
<Col xs={4}>
|
||||
<Hotkey
|
||||
combination="Tab / Up / Down"
|
||||
combination="Up / Down"
|
||||
description={t('hotkey_select_candidate')}
|
||||
/>
|
||||
</Col>
|
||||
<Col xs={4}>
|
||||
<Hotkey
|
||||
combination="Enter"
|
||||
combination="Enter / Tab"
|
||||
description={t('hotkey_insert_candidate')}
|
||||
/>
|
||||
</Col>
|
||||
|
|
Loading…
Reference in a new issue