mirror of
https://github.com/gryf/wicd.git
synced 2026-02-03 06:45:55 +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([
|
||||
"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([
|
||||
('bold','H h ?'),": Display this help dialog\n",
|
||||
('bold',' C'),": Connect to selected network\n",
|
||||
('bold',' D'),": Disconnect from all networks\n",
|
||||
('bold',' ESC'),": Stop a network connection in progress\n",
|
||||
('bold',' F5 R'),": Refresh network list\n",
|
||||
('bold',' P'),": Prefrences dialog\n",
|
||||
('bold',' H h ?'),": Display this help dialog\n",
|
||||
('bold','enter C'),": Connect to selected network\n",
|
||||
('bold',' D'),": Disconnect from all networks\n",
|
||||
('bold',' ESC'),": Stop a network connection in progress\n",
|
||||
('bold',' F5 R'),": Refresh network list\n",
|
||||
('bold',' P'),": Prefrences dialog\n",
|
||||
])
|
||||
text2 = urwid.Text([
|
||||
('bold',' I'),": Scan for hidden networks\n",
|
||||
('bold',' S'),": Select scripts\n",
|
||||
('bold',' O'),": Set up Ad-hoc network\n",
|
||||
('bold',' ->'),": Configure selected network\n",
|
||||
('bold',' A'),": Display 'about' dialog\n",
|
||||
('bold',' Q'),": Quit wicd-curses\n",
|
||||
('bold',' I'),": Scan for hidden networks\n",
|
||||
('bold',' S'),": Select scripts\n",
|
||||
('bold',' O'),": Set up Ad-hoc network\n",
|
||||
('bold',' ->'),": Configure selected network\n",
|
||||
('bold',' A'),": Display 'about' dialog\n",
|
||||
('bold',' Q'),": Quit wicd-curses\n",
|
||||
])
|
||||
textF = urwid.Text('Press any key to return.')
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ Raise the "About wicd-curses" dialog
|
||||
.\".PP
|
||||
.\"The following is a work in progress and might not be fully functional as of yet.
|
||||
.TP
|
||||
.BR C
|
||||
.BR "C " or "enter"
|
||||
Bring up network configuration controller for the selected network
|
||||
.TP
|
||||
.BR delete
|
||||
|
||||
Reference in New Issue
Block a user