Add help dialog with keybindings reference
This commit is contained in:
parent
30157383e8
commit
17a2d48b2e
4 changed files with 66 additions and 0 deletions
|
@ -29,6 +29,9 @@ export default {
|
|||
"disconnect": (app, args) => {
|
||||
app.disconnect();
|
||||
},
|
||||
"help": (app, args) => {
|
||||
app.openHelp();
|
||||
},
|
||||
"join": (app, args) => {
|
||||
var channel = args[0];
|
||||
if (!channel) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue