diff options
| author | bobzel <zzzman@gmail.com> | 2023-02-22 19:31:46 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-02-22 19:31:46 -0500 |
| commit | b6cab6b3c47751b1d77297b7d150d8f227524592 (patch) | |
| tree | 194e3280584b4020eb8add0a8cfded4c9696648e /src/client/views/GlobalKeyHandler.ts | |
| parent | c7878fc9b8df619d77c1323725022997d93c9789 (diff) | |
| parent | 481a0cb6c6ff7b47dcd8f4ec53690cebb03708df (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.ts | 3 |
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 { |
