feature(cloudcmd) add terminal button (#115)

This commit is contained in:
coderaiser 2017-05-15 17:38:59 +03:00
parent 999c79559f
commit 8db7a77fdf
9 changed files with 68 additions and 28 deletions

View file

@ -134,6 +134,7 @@ module.exports.initKeysPanel = () => {
'f9' : CloudCmd.Menu.show,
'f10' : CloudCmd.Config.show,
'~' : CloudCmd.Konsole.show,
'shift~' : CloudCmd.Terminal.show,
'contact' : CloudCmd.Contact.show,
};