Closed preuss closed 10 months ago
When I set up the mapping of shortcut keys, it appeared that there were keys that were not able to be mapped, including the insert key.
I'm not sure if this is a Windows limitation or something within Notepad++ that prevented it. So unfortunately I don't know of any way to fix this.
I would like to have the insert key binding.
And I have looked in the code and you have commented this out: //else if (_stricmp(cur, "insert") == 0) sk->_key = VK_INSERT;
I would like to do this: npp.AddShortcut("Paste with Insert", "Shift+insert", function() editor:Paste() end)
Is there another way to catch the insert key ?