You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-36Lines changed: 2 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,25 +77,7 @@ render(
77
77
| sharedLinkPassword | string ||*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).*|
78
78
79
79
### Keyboard Shortcuts
80
-
When the item list is focused, either manually by clicking on it or programatically via javascript or via the above mentioned `autoFocus` prop, the following keyboard shorcuts will work if their corresponding operations are applicable and allowed.
81
-
82
-
| Key | Description |
83
-
| --- | --- |
84
-
| Arrow Up | Previous item row |
85
-
| Arrow Down | Next item row |
86
-
| Ctrl/Cmd + Arrow Up | First item row |
87
-
| Ctrl/Cmd + Arrow Down | Last item row |
88
-
| / | Search |
89
-
| Enter | Open an item |
90
-
| Delete | Delete an item |
91
-
| Shift + X | Select an item row |
92
-
| Shift + R | Rename an item |
93
-
| Shift + S | Share an item |
94
-
| Shift + D | Download an item |
95
-
| g then f | Navigates to the root folder |
96
-
| g then u | Upload to the current folder |
97
-
| g then b | Focuses the root breadcrumb |
98
-
80
+
*See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-keyboard-shortcuts).*
| sharedLinkPassword | string ||*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).*|
145
127
146
128
### Keyboard Shortcuts
147
-
When the item list is focused, either manually by clicking on it or programatically via javascript or via the above mentioned `autoFocus` prop, the following keyboard shorcuts will work if their corresponding operations are applicable and allowed.
148
-
149
-
| Key | Description |
150
-
| --- | --- |
151
-
| Arrow Up | Previous item row |
152
-
| Arrow Down | Next item row |
153
-
| Ctrl/Cmd + Arrow Up | First item row |
154
-
| Ctrl/Cmd + Arrow Down | Last item row |
155
-
| / | Search |
156
-
| Enter | Open an item |
157
-
| Shift + X | Select an item row |
158
-
| g then f | Navigates to the root folder |
159
-
| g then u | Upload to the current folder |
160
-
| g then s | Show selected items |
161
-
| g then c | Choose |
162
-
| g then x | Cancel |
163
-
| g then b | Focuses the root breadcrumb |
129
+
*See the [developer docs](https://developer.box.com/docs/box-content-picker#section-keyboard-shortcuts).*
0 commit comments