[ python-Bugs-775353 ] IDLE: "Save As..." keybind (Ctrl+Shift+S) does not work

SourceForge.net noreply at sourceforge.net
Mon Nov 24 00:39:13 EST 2003


Bugs item #775353, was opened at 2003-07-21 18:54
Message generated for change (Comment added) made by kbk
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775353&group_id=5470

Category: IDLE
Group: Python 2.4
Status: Open
>Resolution: Fixed
Priority: 6
Submitted By: Matthew Shomphe (mshomphe)
Assigned to: Kurt B. Kaiser (kbk)
Summary: IDLE: "Save As..." keybind (Ctrl+Shift+S) does not work

Initial Comment:
Info:
-Python Version: Python 2.3c1 (#44, Jul 18 2003, 14:32:
36) [MSC v.1200 32 bit (Intel)] on win32
-IDLE Version:IDLE 1.0rc1  
-OS: Windows 2000 SP4
-Source: Installed from Installer on website (http://www.
python.org/ftp/python/2.3/Python-2.3c1.exe)

Behavior:

In the "File" dropdown menu in IDLE, the listed keybind for 
"Save As" is Ctrl+Shift+S.  This does not work.  When 
you hit Ctrl+Shift+S, nothing happens.

Additionally, the keybind for "Save Copy As...", 
Alt+Shift+S, does not work.

----------------------------------------------------------------------

>Comment By: Kurt B. Kaiser (kbk)
Date: 2003-11-24 00:39

Message:
Logged In: YES 
user_id=149084

config-keys.def 1.20
configHandler.py 1.32
keybindingDialog.py 1.12

2.3 Backport Candidate

----------------------------------------------------------------------

Comment By: Kurt B. Kaiser (kbk)
Date: 2003-07-23 00:23

Message:
Logged In: YES 
user_id=149084

Duplicate of IDLEfork Bug 755647

None of the bindings with a Shift modifier
work because it is then necessary to use the upper
case keysym.  IDLE is using the lower case.

----------------------------------------------------------------------

Comment By: Matthew Shomphe (mshomphe)
Date: 2003-07-21 19:32

Message:
Logged In: YES 
user_id=716326

Checking through the code, it seems that the problem is in the 
file "configHandler.py".  The bindings are assigned with 
_lowercase_ letters:

'<<save-copy-of-window-as-file>>': ['<Alt-Shift-s>'], 
'<<save-window-as-file>>': ['<Alt-s>'],

So the keybindings will work when CAPSLOCK is active.  
Otherwise, it won't.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775353&group_id=5470



More information about the Python-bugs-list mailing list