diff options
Diffstat (limited to 'src/play.js')
-rwxr-xr-x | src/play.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/play.js b/src/play.js index bf39565..ff0c0d4 100755 --- a/src/play.js +++ b/src/play.js @@ -438,8 +438,7 @@ async function main(args) { } } - // TODO: Load these from a file - // TODO: Verify that each command exists + // TODO: Let the user load custom keybindings from a file. const keybindingHandler = compileKeybindings({ bindings: [ [['space'], 'togglePause'], |