Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dmulticall.py424 def bindseq(seq, n=[0]): function
430 bindseq("<Key>")
431 bindseq("<Control-Key>")
432 bindseq("<Alt-Key-a>")
433 bindseq("<Control-Key-a>")
434 bindseq("<Alt-Control-Key-a>")
435 bindseq("<Key-b>")
436 bindseq("<Control-Button-1>")
437 bindseq("<Button-2>")
438 bindseq("<Alt-Button-1>")
[all …]