This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2009年05月23日 06:38 by jamesie, last changed 2022年04月11日 14:56 by admin.
| Messages (4) | |||
|---|---|---|---|
| msg88224 - (view) | Author: (jamesie) | Date: 2009年05月23日 06:38 | |
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. |
|||
| msg88520 - (view) | Author: (jamesie) | Date: 2009年05月29日 18:07 | |
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. |
|||
| msg112680 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2010年08月03日 21:00 | |
I will try to look at this sometime when I get to IDLE issues. |
|||
| msg150209 - (view) | Author: Roger Serwy (roger.serwy) * (Python committer) | Date: 2011年12月24日 04:16 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:49 | admin | set | github: 50342 |
| 2017年06月30日 00:56:15 | terry.reedy | set | assignee: terry.reedy versions: + Python 3.6, Python 3.7, - Python 2.7, Python 3.4, Python 3.5 |
| 2014年07月11日 18:12:07 | terry.reedy | set | versions: + Python 3.4, Python 3.5, - Python 3.2, Python 3.3 |
| 2011年12月24日 07:26:50 | terry.reedy | set | title: Changed Shortcuts don't show up in menu -> IDLE: Changed Shortcuts don't show up in menu versions: + Python 3.3 |
| 2011年12月24日 04:16:05 | roger.serwy | set | nosy:
+ roger.serwy messages: + msg150209 |
| 2010年08月03日 21:00:40 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg112680 |
| 2010年08月03日 20:59:46 | terry.reedy | set | stage: needs patch type: behavior versions: + Python 2.7, Python 3.2, - Python 2.5, Python 3.1 |
| 2009年05月29日 18:07:21 | jamesie | set | messages: + msg88520 |
| 2009年05月23日 06:38:53 | jamesie | create | |