[Idle-dev] [ idlefork-Bugs-761557 ] Rebinding text-completion from
Ctrl-/ to Ctrl-space is broke
SourceForge.net
noreply at sourceforge.net
Fri Sep 5 20:12:31 EDT 2003
Bugs item #761557, was opened at 2003-06-26 20:01
Message generated for change (Settings changed) made by kbk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=761557&group_id=9579
Category: None
Group: None
Status: Open
Resolution: Accepted
>Priority: 6
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Kurt B. Kaiser (kbk)
Summary: Rebinding text-completion from Ctrl-/ to Ctrl-space is broke
Initial Comment:
Rebinding Text completion from Ctrl-/ to Ctrl-space gives
the following stack trace:
Exception in Tkinter callback
Traceback (most recent call last):
File "F:\PYTHON23\lib\lib-tk\Tkinter.py", line 1337, in
__call__
return self.func(*args)
File "F:\PYTHON23\Lib\site-
packages\idleforklib\configDialog.py", line 1168,
n Ok
self.Apply()
File "F:\PYTHON23\Lib\site-
packages\idleforklib\configDialog.py", line 1173,
n Apply
self.ActivateConfigChanges()
File "F:\PYTHON23\Lib\site-
packages\idleforklib\configDialog.py", line 1161,
n ActivateConfigChanges
instance.ResetKeybindings()
File "F:\PYTHON23\Lib\site-
packages\idleforklib\EditorWindow.py", line 530, i
ResetKeybindings
self.apply_bindings()
File "F:\PYTHON23\Lib\site-
packages\idleforklib\EditorWindow.py", line 798, i
apply_bindings
apply(text.event_add, (event,) + tuple(keylist))
File "F:\PYTHON23\lib\lib-tk\Tkinter.py", line 1291, in
event_add
self.tk.call(args)
TclError: bad event type or keysym "Space"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109579&aid=761557&group_id=9579
More information about the IDLE-dev
mailing list