Add initial keyboard shortcut support.

This commit is contained in:
Dermot Duffy
2024-06-05 21:44:17 -07:00
parent 904f6d8142
commit 7ab545738d
186 changed files with 9564 additions and 3658 deletions
+4
View File
@@ -5,3 +5,7 @@ declare module 'view' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ViewContext {}
}
declare module 'action' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface ActionContext {}
}