aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/ProsemirrorKeymap.ts
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-06-04 15:06:56 -0400
committerab <abdullah_ahmed@brown.edu>2019-06-04 15:06:56 -0400
commit0d10fd88041334a20cf37a57808a8b9c58f35f25 (patch)
treef5b5282f569375df06e616c88338d9e4db12e7e5 /src/client/util/ProsemirrorKeymap.ts
parentf2c4b71abc29d3416944eee539041ff324632417 (diff)
exploring prosemirror
Diffstat (limited to 'src/client/util/ProsemirrorKeymap.ts')
-rw-r--r--src/client/util/ProsemirrorKeymap.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/util/ProsemirrorKeymap.ts b/src/client/util/ProsemirrorKeymap.ts
index 00d086b97..71644cd88 100644
--- a/src/client/util/ProsemirrorKeymap.ts
+++ b/src/client/util/ProsemirrorKeymap.ts
@@ -50,7 +50,7 @@ export default function buildKeymap<S extends Schema<any>>(schema: S, mapKeys?:
}
if (type = schema.nodes.bullet_list) {
- bind("Ctrl-b", wrapInList(type));
+ bind("Ctrl-.", wrapInList(type));
}
if (type = schema.nodes.ordered_list) {
bind("Ctrl-n", wrapInList(type));