bindkey takes a scope, keycap is a method

This commit is contained in:
Corey Johnson
2011-09-20 15:25:36 -07:00
parent 9eee6ad9ad
commit 664fa5b06f
8 changed files with 29 additions and 30 deletions

View File

@@ -9,7 +9,7 @@ File = require 'fs'
module.exports =
class TinyTest extends Pane
keymap:
keymap: ->
'Command-Ctrl-T': 'runTests'
runTests: ->