Can I disable the Insert key in the Delphi IDE?

前端 未结 3 974
慢半拍i
慢半拍i 2021-01-19 01:16

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

3条回答
  •  清歌不尽
    2021-01-19 02:01

    Yes you can!! But you have to make the change system wide.

    Follow the instructions from this question:

    1. Go to Start → Run → regedit
    2. Go to HKLM\System\CurrentControlSet\Control\Keyboard Layout
    3. Right-click on the right half of the screen and choose New → Binary Value
    4. Name the new value Scancode Map
    5. Enter 000000000000000002000000000052E000000000
    6. Close regedit
    7. Reboot.

    Then make sure that in Delphi IDE; Tools → Options → Editor Options → Insert Mode is Enabled.

提交回复
热议问题