Button for shortcuts (#1253)

This commit is contained in:
Mohit kumar Bajoria 2020-04-07 16:12:10 +05:30 committed by GitHub
parent 22160f50d3
commit e4c154f43e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 70 additions and 4 deletions

View file

@ -49,7 +49,8 @@ export type ActionName =
| "zoomOut"
| "resetZoom"
| "changeFontFamily"
| "toggleFullScreen";
| "toggleFullScreen"
| "toggleShortcuts";
export interface Action {
name: ActionName;