mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
bindkey takes a scope, keycap is a method
This commit is contained in:
@@ -9,7 +9,7 @@ File = require 'fs'
|
||||
|
||||
module.exports =
|
||||
class TinyTest extends Pane
|
||||
keymap:
|
||||
keymap: ->
|
||||
'Command-Ctrl-T': 'runTests'
|
||||
|
||||
runTests: ->
|
||||
|
||||
Reference in New Issue
Block a user