FEATURE: Add 'g a' as keyboard shortcut to assigned list (#64)

This commit is contained in:
Justin DiRose 2020-04-23 13:03:45 -05:00 committed by GitHub
parent e2057ca27b
commit 71fe8a54c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ function initialize(api) {
}
}
});
api.addKeyboardShortcut("g a", "", { path: "/my/activity/assigned" });
}
export default {