Page MenuHome

Writing in Text objects does not surpress keys bound to "Release" or "Double Click" states
Closed, ArchivedPublic

Description

System Information
Operating system: Windows-7-6.1.7601-SP1 64 Bits
Graphics card: GeForce GTX 980/PCIe/SSE2 NVIDIA Corporation 4.5.0 NVIDIA 425.31

Blender Version
Broken: version: 2.81 (sub 16), branch: master, commit date: 2019-12-04 11:32, hash: rBf1aa4d18d49d

Short description of error
Writing in Text objects does not surpress keys bound to "Release" or "Double Click" states.

For example, I have set "N" + "Release" to paste objects (in a new collection).
This means everytime I press the key "n" while writing in a text object it will throw the last copied object into the scene.

Exact steps for others to reproduce the error

Event Timeline

Thanks for the report, but I couldn't reproduce the problem by changing some shortcut to double-click (in the case I tested the N to display the sidebar).
Characters are added by pressing a key, release is already another command.
Therefore, the issue reported here is a request for modified/improved behavior and not a bug in current behavior.
Closing as this bug tracker is only for bugs and errors.

For user requests and feedback, please use other channels: https://wiki.blender.org/wiki/Communication/Contact#User_Feedback_and_Requests
For more information on why this isn't considered a bug, visit: https://wiki.blender.org/wiki/Reference/Not_a_bug

but I couldn't reproduce the problem by changing some shortcut to double-click

Can you please test this again? Double Click definitely does it.
Your example with the toolbar was actually the first time I encountered the problem, because I used T and T + doubleclick to handle both sidebars. Just tried it again:

Words like
butter, attention, baguette, tattoo
come out as
buter, atention, baguete, tatoo
while writing normal speed because the letters are replaced by the commands.

I wouldnt call it a bug, but neither a feature request. It looks more like an oversight from the developer team.
Anyway, I will try asking on the feedback site. Thanks for the links.

Now I can confirm by changing shortcut N to double click T.

But although it is a disruptive behavior, it still works as designed.
The operator that shows the sidebar is one of the operators that block the rest (doesn't pass through).
This is advantageous in other cases.
So, it's not a bug.