Home
last modified time | relevance | path

Searched refs:bindseq (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DMultiCall.py408 def bindseq(seq, n=[0]): function
414 bindseq("<Key>")
415 bindseq("<Control-Key>")
416 bindseq("<Alt-Key-a>")
417 bindseq("<Control-Key-a>")
418 bindseq("<Alt-Control-Key-a>")
419 bindseq("<Key-b>")
420 bindseq("<Control-Button-1>")
421 bindseq("<Button-2>")
422 bindseq("<Alt-Button-1>")
[all …]