mirror of
https://github.com/gryf/wicd.git
synced 2026-03-11 20:15:46 +01:00
Updated docs to note that enter results in connecting.
This commit is contained in:
@@ -202,11 +202,11 @@ def help_dialog(body):
|
|||||||
|
|
||||||
textH = urwid.Text([
|
textH = urwid.Text([
|
||||||
"For more detailed help, consult the wicd-curses(8) man page.\n",
|
"For more detailed help, consult the wicd-curses(8) man page.\n",
|
||||||
('bold','->'),' and ',('bold','<-')," are the right and left arrows respectively\n"])
|
('bold','->'),' and ',('bold','<-')," are the right and left arrows respectively.\n"])
|
||||||
|
|
||||||
text1 = urwid.Text([
|
text1 = urwid.Text([
|
||||||
('bold','H h ?'),": Display this help dialog\n",
|
('bold',' H h ?'),": Display this help dialog\n",
|
||||||
('bold',' C'),": Connect to selected network\n",
|
('bold','enter C'),": Connect to selected network\n",
|
||||||
('bold',' D'),": Disconnect from all networks\n",
|
('bold',' D'),": Disconnect from all networks\n",
|
||||||
('bold',' ESC'),": Stop a network connection in progress\n",
|
('bold',' ESC'),": Stop a network connection in progress\n",
|
||||||
('bold',' F5 R'),": Refresh network list\n",
|
('bold',' F5 R'),": Refresh network list\n",
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ Raise the "About wicd-curses" dialog
|
|||||||
.\".PP
|
.\".PP
|
||||||
.\"The following is a work in progress and might not be fully functional as of yet.
|
.\"The following is a work in progress and might not be fully functional as of yet.
|
||||||
.TP
|
.TP
|
||||||
.BR C
|
.BR "C " or "enter"
|
||||||
Bring up network configuration controller for the selected network
|
Bring up network configuration controller for the selected network
|
||||||
.TP
|
.TP
|
||||||
.BR delete
|
.BR delete
|
||||||
|
|||||||
Reference in New Issue
Block a user