mirror of
https://github.com/gryf/wicd.git
synced 2025-12-21 21:38:06 +01:00
Re-enabled "enter" in wicd-curses.py.
This commit is contained in:
@@ -831,15 +831,15 @@ class appGUI():
|
|||||||
# Guess what! I actually need to put this here, else I'll have
|
# Guess what! I actually need to put this here, else I'll have
|
||||||
# tons of references to self.frame lying around. ^_^
|
# tons of references to self.frame lying around. ^_^
|
||||||
if "enter" in keys:
|
if "enter" in keys:
|
||||||
pass
|
#pass
|
||||||
#focus = self.frame.body.get_focus()
|
focus = self.frame.body.get_focus()
|
||||||
#if focus == self.wiredCB:
|
if focus == self.wiredCB:
|
||||||
# self.special = focus
|
self.special = focus
|
||||||
# self.connect("wired",0)
|
self.connect("wired",0)
|
||||||
#else:
|
else:
|
||||||
# # wless list only other option
|
# wless list only other option
|
||||||
# wid,pos = self.thePile.get_focus().get_focus()
|
wid,pos = self.thePile.get_focus().get_focus()
|
||||||
# self.connect("wireless",pos)
|
self.connect("wireless",pos)
|
||||||
|
|
||||||
if "esc" in keys:
|
if "esc" in keys:
|
||||||
# Force disconnect here if connection in progress
|
# Force disconnect here if connection in progress
|
||||||
|
|||||||
Reference in New Issue
Block a user