mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
added clearkey = '\033'
This commit is contained in:
parent
ed2ed9483f
commit
5069498884
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ tabkey = '\t'
|
|||
enterkey = '\003'
|
||||
backspacekey = '\010'
|
||||
deletekey = '\177'
|
||||
|
||||
clearkey = '\033'
|
||||
helpkey = '\005'
|
||||
|
||||
leftarrowkey = '\034'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue