mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Type hotkeys
This commit is contained in:
parent
8f1bea5ffc
commit
abd0c8cd2c
1 changed files with 3 additions and 2 deletions
|
|
@ -19,9 +19,10 @@ import {
|
|||
import { TOGGLE_TIME_MODE, TOGGLE_LLAMA_MODE } from "./actionTypes";
|
||||
|
||||
import { arraysAreEqual } from "./utils";
|
||||
import { Dispatch } from "./types";
|
||||
|
||||
export default function(dispatch) {
|
||||
let keylog = [];
|
||||
export default function(dispatch: Dispatch) {
|
||||
let keylog: number[] = [];
|
||||
const trigger = [
|
||||
78, // N
|
||||
85, // U
|
||||
Loading…
Add table
Add a link
Reference in a new issue