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

SourceForge.net noreply@sourceforge.net
Tue, 22 Jul 2003 11:12:53 -0700


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

Category: IDLE
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
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: 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