1. 首页
  2. 数据库
  3. 其它
  4. Python3.7.0Shell添加清屏快捷键

Python3.7.0Shell添加清屏快捷键

上传者: 2020-12-25 10:45:58上传 PDF文件 177.09KB 热度 11次
Python Shell模式下添加清屏快捷键Ctrl+w 1、找到python的安装目录在python (版本号)\lib\idlelib目录下 添加Clearwindow.py文件 源代码如下: class ClearWindow: menudefs = [ ('options', [None, ('Clear Shell Window', '<>'), ]), ] def __init__(self, editwin): self.editwin
用户评论