Skip to content

Commit 928ae2c

Browse files
committed
🐛 Updates the keystroke labels on help
1 parent e75ee60 commit 928ae2c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

packages/reactotron-app/App/Foundation/HelpKeystrokes.js

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const HelpKeystrokes = () => (
8080
<div style={Styles.category}>State Goodies</div>
8181
<div style={Styles.helpShortcut}>
8282
<div style={Styles.helpLabel}>
83-
<Key text={Keystroke.modifierName} />+<Key text='F' />
83+
<Key text={Keystroke.modifierName} />+<Key text='K' />
8484
</div>
8585
<div style={Styles.helpDetail}>find keys or values</div>
8686
</div>
@@ -114,9 +114,15 @@ const HelpKeystrokes = () => (
114114
<div style={Styles.category}>Miscellaneous</div>
115115
<div style={Styles.helpShortcut}>
116116
<div style={Styles.helpLabel}>
117-
<Key text={Keystroke.modifierName} />+<Key text='K' />
117+
<Key text={Keystroke.modifierName} />+<Key text='F' />
118+
</div>
119+
<div style={Styles.helpDetail}>search for text in timeline</div>
120+
</div>
121+
<div style={Styles.helpShortcut}>
122+
<div style={Styles.helpLabel}>
123+
<Key text={Keystroke.modifierName} />+<Key text='Backspace' />
118124
</div>
119-
<div style={Styles.helpDetail}>klear!</div>
125+
<div style={Styles.helpDetail}>clear the timeline</div>
120126
</div>
121127
</div>
122128
</div>

0 commit comments

Comments
 (0)