1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-28 09:22:36 +01:00

curses/prefs_curses.py: ADDED. A basic global preferences dialog. Has a tabbed interface. It is missing things such as buttons, external program controls, advanced settings, and the ability to save information. :-)

curses/wicd-curses.py: Some code cleanup, replaced the language mess with the GUI list in misc, and added support for running the Preferences dialog with 'P'.
curses/README: Added the keybindings to bring up the preferences dialog.
This commit is contained in:
Andrew Psaltis
2008-12-26 13:48:26 -05:00
parent fb96a229bb
commit 780a05cef3
3 changed files with 271 additions and 119 deletions

View File

@@ -11,10 +11,16 @@ connect you to networks now. Configuring them is something soon to come soon.
Controls:
F5: refresh wireless networks
F5 : refresh wireless networks
F8 or Q: quit
D : disconnect from active network
ESC : if connecting to a network, stop doing so
ENTER : Attempt connection to selected network
P : Display preferences dialog
IN DIALOGS:
ESC or Q: Quit dialog without saving information (if present)
~nacl