Skip to content

Commit bcd37e7

Browse files
Update packages/web/examples/SearchBoxWithKeyboardShortcuts/src/index.js
1 parent 32ca852 commit bcd37e7

File tree

1 file changed

+1
-1
lines changed
  • packages/web/examples/SearchBoxWithKeyboardShortcuts/src

1 file changed

+1
-1
lines changed

packages/web/examples/SearchBoxWithKeyboardShortcuts/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const Main = () => (
1515
title="SearchBox with keyboard shortcuts"
1616
dataField={['original_title', 'original_title.search']}
1717
componentId="MoviesSensor"
18-
focusShortcuts={['CMD + K']}
18+
focusShortcuts={[' + K']}
1919
/>
2020
<br />
2121
<ReactiveList

0 commit comments

Comments
 (0)