System Information
Operating system: Windows-10-10.0.19042-SP0 64 Bits
Graphics card: NVIDIA GeForce RTX 2080 Ti/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 496.76
Blender Version
Broken: version: 3.0.0, branch: SelectThrough (modified), commit date: 2021-12-15 12:21, hash: rB6349dd43b17a
Worked: (newest version of Blender that worked as expected)
Short description of error
When using Outliner in Blender File Mode, Delete operator is not assigned to any hotkey by default, and hence the Delete key does not work in this mode to delete datablocks. When using the Right Click context menu to assign a Delete key shortcut to this operator, Blender throws a "Unsupported key: Unknown" error. The assigned shortcut then does not work.
Exact steps for others to reproduce the error
- Open a default new blender file.
- Set the Outliner to Blender File mode
- Open material section, select the "Material" material and press delete. Observe nothing happens
- Right click the Material, and observe the Delete operator has no keyboard shortcut assigned.
- Right click the Delete operator in the context menu, select Assign Shorcut, and assign it to the Delete key. Observe the console error: "Unsupported key: Unknown"
- Now that the Delete key is assigned, try to use it.
Result: The Delete key does not work in Blender File Outliner mode despite being assigned.
Expected: The Delete key works (and should be assigned in the default keymap out of the box).