Skip to content

Commit f53ba57

Browse files
authored
Docs: Links to key shortcuts
1 parent a43b101 commit f53ba57

1 file changed

Lines changed: 2 additions & 36 deletions

File tree

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -77,25 +77,7 @@ render(
7777
| sharedLinkPassword | string | | *See the [developer docs](https://developer.box.com/docs/box-content-explorer#section-options).* |
7878

7979
### 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).*
9981

10082

10183
## Content Picker ([Documentation](https://developer.box.com/docs/box-content-picker))
@@ -144,23 +126,7 @@ render(
144126
| sharedLinkPassword | string | | *See the [developer docs](https://developer.box.com/docs/box-content-picker#section-options).* |
145127

146128
### 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).*
164130

165131

166132

0 commit comments

Comments
 (0)