aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/GlobalKeyHandler.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-02-22 19:31:46 -0500
committerbobzel <zzzman@gmail.com>2023-02-22 19:31:46 -0500
commitb6cab6b3c47751b1d77297b7d150d8f227524592 (patch)
tree194e3280584b4020eb8add0a8cfded4c9696648e /src/client/views/GlobalKeyHandler.ts
parentc7878fc9b8df619d77c1323725022997d93c9789 (diff)
parent481a0cb6c6ff7b47dcd8f4ec53690cebb03708df (diff)
Merge branch 'master' of https://github.com/brown-dash/Dash-Web
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
-rw-r--r--src/client/views/GlobalKeyHandler.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts
index 6c8a078ec..3fbf6e445 100644
--- a/src/client/views/GlobalKeyHandler.ts
+++ b/src/client/views/GlobalKeyHandler.ts
@@ -399,6 +399,9 @@ export class KeyManager {
case 'z':
UndoManager.Redo();
break;
+ case 'p':
+ Doc.ActiveTool = InkTool.Write;
+ break;
}
return {