mirror of
https://github.com/gryf/wicd.git
synced 2026-01-04 12:54:12 +01:00
Updated docs to note that enter results in connecting.
This commit is contained in:
@@ -202,23 +202,23 @@ 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",
|
||||||
('bold',' P'),": Prefrences dialog\n",
|
('bold',' P'),": Prefrences dialog\n",
|
||||||
])
|
])
|
||||||
text2 = urwid.Text([
|
text2 = urwid.Text([
|
||||||
('bold',' I'),": Scan for hidden networks\n",
|
('bold',' I'),": Scan for hidden networks\n",
|
||||||
('bold',' S'),": Select scripts\n",
|
('bold',' S'),": Select scripts\n",
|
||||||
('bold',' O'),": Set up Ad-hoc network\n",
|
('bold',' O'),": Set up Ad-hoc network\n",
|
||||||
('bold',' ->'),": Configure selected network\n",
|
('bold',' ->'),": Configure selected network\n",
|
||||||
('bold',' A'),": Display 'about' dialog\n",
|
('bold',' A'),": Display 'about' dialog\n",
|
||||||
('bold',' Q'),": Quit wicd-curses\n",
|
('bold',' Q'),": Quit wicd-curses\n",
|
||||||
])
|
])
|
||||||
textF = urwid.Text('Press any key to return.')
|
textF = urwid.Text('Press any key to return.')
|
||||||
|
|
||||||
|
|||||||
@@ -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