feat: singlecharacter shortcuts

This commit is contained in:
Andrew Bastin
2021-08-07 18:42:15 +05:30
parent 3d963a7719
commit 93dfed74f8
4 changed files with 94 additions and 38 deletions

View File

@@ -16,6 +16,7 @@ export type HoppAction =
| "request.method.post" // Select POST Method
| "request.method.put" // Select PUT Method
| "request.method.delete" // Select DELETE Method
| "flyouts.keybinds.toggle" // Shows the keybinds flyout
type BoundActionList = {
// eslint-disable-next-line no-unused-vars