On Sun, 9 Dec 2018, V Stuart Foote wrote:

> Rich Shepard wrote
>>> The *delete* you want is assigned in LibreOffice via the "Backspace"
>>> function, aka a *rubout*.
>>
>>    Not quite. The backspace key deletes the character to the left of the
>> cursor's position while the Del key deletes the character to the right of
>> the cursor's position. I want to make ctrl-d function like the Del key.
>
> Yes sorry, that is correct. They are different deletions. The "Delete"
> performs what is also called a "forward delete".
> Have looked at the project source code.  The forward delete action is among
> a class of actions directly implemented in the edit shell and assigned to
> the keyboard (symkey) for the Delete key.
>
> It is not  available to assign to additional Keyboard shortcut or menu
> entry.
>
> Doing so would require creation of an UNO commond to perform the deletion,
> that would be available for use in UI customization.

That seems like something that should be corrected. What other actions 
are directly implemented like that?

In the meantime, would it work to define a macro that does 
forward-character and then backward-delete, and bind it to Ctrl-D?

- Robert


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? https://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: https://wiki.documentfoundation.org/Netiquette
List archive: https://listarchives.libreoffice.org/global/users/
Privacy Policy: https://www.documentfoundation.org/privacy

Reply via email to