mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 09:24:51 +00:00
feature(cloudcmd) add terminal button (#115)
This commit is contained in:
parent
999c79559f
commit
8db7a77fdf
9 changed files with 68 additions and 28 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue