Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDLE: Changed Shortcuts don't show up in menu #50342

Open
jamesie mannequin opened this issue May 23, 2009 · 4 comments
Open

IDLE: Changed Shortcuts don't show up in menu #50342

jamesie mannequin opened this issue May 23, 2009 · 4 comments
Assignees
Labels
3.7 (EOL) end of life topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@jamesie
Copy link
Mannequin

jamesie mannequin commented May 23, 2009

BPO 6092
Nosy @terryjreedy, @serwy

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/terryjreedy'
closed_at = None
created_at = <Date 2009-05-23.06:38:53.253>
labels = ['expert-IDLE', 'type-bug', '3.7']
title = "IDLE: Changed Shortcuts don't show up in menu"
updated_at = <Date 2017-06-30.00:56:15.105>
user = 'https://bugs.python.org/jamesie'

bugs.python.org fields:

activity = <Date 2017-06-30.00:56:15.105>
actor = 'terry.reedy'
assignee = 'terry.reedy'
closed = False
closed_date = None
closer = None
components = ['IDLE']
creation = <Date 2009-05-23.06:38:53.253>
creator = 'jamesie'
dependencies = []
files = []
hgrepos = []
issue_num = 6092
keywords = []
message_count = 4.0
messages = ['88224', '88520', '112680', '150209']
nosy_count = 4.0
nosy_names = ['terry.reedy', 'gpolo', 'roger.serwy', 'jamesie']
pr_nums = []
priority = 'normal'
resolution = None
stage = 'needs patch'
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue6092'
versions = ['Python 3.6', 'Python 3.7']

@jamesie
Copy link
Mannequin Author

jamesie mannequin commented May 23, 2009

After having changed the key binding for run-module to C-r it still says
F5 in the menu and in the general section of configuration.
Check Module has the same behaviour.
Seen with Debian Lenny's IDLE 1.2.2 on Python 2.5.2 and with IDLE 3.1b1
on Python 3.1b1.

@jamesie jamesie mannequin added the topic-IDLE label May 23, 2009
@jamesie
Copy link
Mannequin Author

jamesie mannequin commented May 29, 2009

At least for Run in the main menu the changed shortcut shows up after a
restart of IDLE. Nevertheless in the Options dialog the string "F5"
seems to be hard coded.

@terryjreedy terryjreedy added the type-bug An unexpected behavior, bug, or error label Aug 3, 2010
@terryjreedy
Copy link
Member

I will try to look at this sometime when I get to IDLE issues.

@serwy
Copy link
Mannequin

serwy mannequin commented Dec 24, 2011

This only applies to menu items from extensions (in this case, ScriptBinding.py). Other events (Copy, Cut, Paste, etc) update the menu shortcut properly.

IDLE handles bindings for extensions separately from built-in functions. As a consequence, bindings for extensions do not get saved with custom key maps in ~/.idlerc/config-keys.cfg, but instead in ~/.idlerc/config-extensions.cfg.

@terryjreedy terryjreedy changed the title Changed Shortcuts don't show up in menu IDLE: Changed Shortcuts don't show up in menu Dec 24, 2011
@terryjreedy terryjreedy added the 3.7 (EOL) end of life label Jun 30, 2017
@terryjreedy terryjreedy self-assigned this Jun 30, 2017
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.7 (EOL) end of life topic-IDLE type-bug An unexpected behavior, bug, or error
Projects
Status: No status
Development

No branches or pull requests

1 participant