Exposes Keys

Adds keyboard logging
This commit is contained in:
Eric Amodio
2017-03-11 00:40:39 -05:00
parent e7fedb3c51
commit a37a80d704
2 changed files with 13 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
import { commands } from 'vscode';
import { BuiltInCommands } from './constants';
export { Keyboard } from './commands/keyboard';
export { Keyboard, Keys } from './commands/keyboard';
export { ActiveEditorCommand, Command, Commands, EditorCommand, openEditor } from './commands/commands';
export { CloseUnchangedFilesCommand } from './commands/closeUnchangedFiles';