File tree 1 file changed +9
-3
lines changed
packages/reactotron-app/App/Foundation 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const HelpKeystrokes = () => (
80
80
< div style = { Styles . category } > State Goodies</ div >
81
81
< div style = { Styles . helpShortcut } >
82
82
< div style = { Styles . helpLabel } >
83
- < Key text = { Keystroke . modifierName } /> +< Key text = 'F ' />
83
+ < Key text = { Keystroke . modifierName } /> +< Key text = 'K ' />
84
84
</ div >
85
85
< div style = { Styles . helpDetail } > find keys or values</ div >
86
86
</ div >
@@ -114,9 +114,15 @@ const HelpKeystrokes = () => (
114
114
< div style = { Styles . category } > Miscellaneous</ div >
115
115
< div style = { Styles . helpShortcut } >
116
116
< 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' />
118
124
</ div >
119
- < div style = { Styles . helpDetail } > klear! </ div >
125
+ < div style = { Styles . helpDetail } > clear the timeline </ div >
120
126
</ div >
121
127
</ div >
122
128
</ div >
You can’t perform that action at this time.
0 commit comments