Something I find really annoying is putting the Delphi editor into \"type over mode\" by pressing the Insert key, is there a way of disabling this behaviour in th
Yes you can!! But you have to make the change system wide.
Follow the instructions from this question:
- Go to Start → Run → regedit
- Go to HKLM\System\CurrentControlSet\Control\Keyboard Layout
- Right-click on the right half of the screen and choose New → Binary Value
- Name the new value Scancode Map
- Enter 000000000000000002000000000052E000000000
- Close regedit
- Reboot.
Then make sure that in Delphi IDE; Tools → Options → Editor Options → Insert Mode is Enabled
.