Skip to content

Commit 031a66b

Browse files
committed
Update kbd shortcut help in tutorial
1 parent ecc61b9 commit 031a66b

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

binder/tutorial.ipynb

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,17 @@
1616
"\n",
1717
"```\n",
1818
"{\n",
19-
" \"quickopen:activate\": {\n",
19+
" \"shortcuts\": [\n",
20+
" {\n",
2021
" \"command\": \"quickopen:activate\",\n",
2122
" \"keys\": [\n",
22-
" \"Ctrl Accel P\"\n",
23+
" \"Accel Ctrl P\"\n",
2324
" ],\n",
2425
" \"selector\": \"body\",\n",
2526
" \"title\": \"Activate Quick Open\",\n",
2627
" \"category\": \"Main Area\"\n",
2728
" }\n",
29+
" ]\n",
2830
"}\n",
2931
"```\n",
3032
"\n",
@@ -52,7 +54,7 @@
5254
},
5355
{
5456
"cell_type": "code",
55-
"execution_count": 23,
57+
"execution_count": null,
5658
"metadata": {},
5759
"outputs": [],
5860
"source": [
@@ -80,20 +82,9 @@
8082
},
8183
{
8284
"cell_type": "code",
83-
"execution_count": 24,
85+
"execution_count": null,
8486
"metadata": {},
85-
"outputs": [
86-
{
87-
"data": {
88-
"text/plain": [
89-
"['scammers', 'trendy', 'search', 'dismiss', 'nuptial']"
90-
]
91-
},
92-
"execution_count": 24,
93-
"metadata": {},
94-
"output_type": "execute_result"
95-
}
96-
],
87+
"outputs": [],
9788
"source": [
9889
"words[:5]"
9990
]
@@ -115,12 +106,12 @@
115106
"name": "python",
116107
"nbconvert_exporter": "python",
117108
"pygments_lexer": "ipython3",
118-
"version": "3.6.7"
109+
"version": "3.7.3"
119110
},
120111
"nteract": {
121112
"version": "0.10.0"
122113
}
123114
},
124115
"nbformat": 4,
125-
"nbformat_minor": 2
116+
"nbformat_minor": 4
126117
}

0 commit comments

Comments
 (0)