I want to be able to toggle between Insert and Overtype modes.
Is there an event that reads the state of the insert key?
Thanks for your help.
Problems getting Insert/Overtype to toggle
-
- Site Admin
- Posts: 17534
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Insert key does not have its state in a way like CapsLock or NumLock.
A program should start in its default mode (usually insert mode) and can switch mode when user pressed Insert in the editor window. OnKeyDown event can be used to detect it (only Insert must be pressed, without Shift and Ctrl).
See also: http://www.trichview.com/forums/viewtopic.php?t=171
A program should start in its default mode (usually insert mode) and can switch mode when user pressed Insert in the editor window. OnKeyDown event can be used to detect it (only Insert must be pressed, without Shift and Ctrl).
See also: http://www.trichview.com/forums/viewtopic.php?t=171