TITLE {Key and Mouse button Bindings } R {

}
R {Most of the bindings used in } BI {TkMH } R {are the standard } BI {tk } R {bindings. There are a few minor differences. I will give a summary of the key bindings here.

} B {Text windows and entry widgets: 
} I {Button 1 press	} R {will put the cursor on that place.
} I {Button 1 drag	} R {will select text
} I {Shft Btn 1	} R {replace the end of the selection to here
} I {Button 2 press	} R {will insert the current X selection
} I {Button 2 drag	} R {scrolls the window contents

} I {Ctrl-D		} R {deletes the current selection
} I {Ctrl-V		} R {inserts the current X selection
} I {Ctrl-I		} R {tab


} B {Lists:
} I {Button 1 press	} R {will select an entry
} I {Button 1 drag	} R {will select more than one 
		(if that is allowed)
} I {Shft Btn 1	} R {replace end of selection
} I {Dbl Btn 1	} R {open or display this selection
} I {Button 2 drag	} R {scroll the list contents
}