Added the ability to assign shortcuts to all bar modules. (#278)
This commit is contained in:
2
lib/types/customModules/utils.d.ts
vendored
2
lib/types/customModules/utils.d.ts
vendored
@@ -7,3 +7,5 @@ export type InputHandlerEvents = {
|
||||
onScrollUp?: Binding;
|
||||
onScrollDown?: Binding;
|
||||
};
|
||||
|
||||
export type RunAsyncCommand = (cmd: string, args: EventArgs, fn?: (output: string) => void) => void;
|
||||
|
||||
Reference in New Issue
Block a user