From bb2875516c1339d334068462905e96f28895da6f Mon Sep 17 00:00:00 2001 From: Hufe921 Date: Tue, 25 Apr 2023 19:49:52 +0800 Subject: [PATCH] feat: add list and title shortcuts --- index.html | 2 +- src/editor/core/command/CommandAdapt.ts | 4 +- src/editor/core/shortcut/Shortcut.ts | 6 ++- src/editor/core/shortcut/keys/listKeys.ts | 22 +++++++++ src/editor/core/shortcut/keys/titleKeys.ts | 56 ++++++++++++++++++++++ src/main.ts | 5 ++ 6 files changed, 92 insertions(+), 3 deletions(-) create mode 100644 src/editor/core/shortcut/keys/listKeys.ts create mode 100644 src/editor/core/shortcut/keys/titleKeys.ts diff --git a/index.html b/index.html index 5516686..7289ad9 100644 --- a/index.html +++ b/index.html @@ -153,7 +153,7 @@