Some minor menu.hjson updates

This commit is contained in:
Bryan Ashby 2017-02-12 19:42:18 -07:00
parent 29d572c04c
commit 5ab47232fc
1 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@
// //
sshConnectedNewUser: { sshConnectedNewUser: {
art: CONNECT art: CONNECT
next: newUserApplicationSsh next: newUserApplicationPreSsh
options: { nextTimeout: 1500 } options: { nextTimeout: 1500 }
} }
@ -78,7 +78,7 @@
} }
{ {
value: { 1: 1 }, value: { 1: 1 },
action: @menu:newUserApplication action: @menu:newUserApplicationPre
} }
{ {
value: { 1: 2 }, value: { 1: 2 },
@ -394,7 +394,7 @@
} }
{ {
value: { "submission" : 1 } value: { "submission" : 1 }
action: @systemMethod:prevMenu action: @systemMethod:logoff
} }
] ]
} }
@ -402,7 +402,7 @@
actionKeys: [ actionKeys: [
{ {
keys: [ "escape" ] keys: [ "escape" ]
action: @systemMethod:prevMenu action: @systemMethod:logoff
} }
] ]
} }
@ -754,7 +754,7 @@
} }
{ {
value: { command: "F" } value: { command: "F" }
action: @menu:fileArea action: @menu:fileBase
} }
{ {
value: { command: "U" } value: { command: "U" }