What is default key to delete a node in the editor?

And back to original topic ...

Does anyone know what the little icon represents alongside some items?
image

And is there a method of restoring keyboard shortcut defaults?

Hi @cymplecy,

The icon means its been customised clicking the the below resets that to default

Screenshot 2023-10-28 at 08.54.07

And customisations are in .config.users.json

  "keymap": {
                "core:cancel-edit-tray": {
                    "scope": "red-ui-editor-stack",
                    "key": "d"
                }
            }

(Yes, it took last night to find out)

2 Likes

So backspace is the default key to delete a node?

Either the default has changed or I must have changed it to delete a long time ago as my hands have no muscle memory of using backspace in NR other than to delete a char in a text dialog!

So this is interesting.

I think its a quirk of the editor..
I checked my keymap and I have no customisations (I never do)

but when i click reset anyway, it changed to backspace
I then refreshed the browser, and it went back to delete (as it was before I reset)

I think its a cosmetic quirk

1 Like

I just thought it was me being forgetful (as usual)! :slight_smile:

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.