You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the feature you'd like to have?
Currently shortcuts can trigger other widgets, however i think ScriptingConsoleEdit when focused, should intercept them to not let other widgets being triggered. For example Ctrl+A and Ctrl+E in macOS often used to navigate to the edges of the text, thus if there is some widgets using this shortcuts, then it would be triggered when editing the text in the python console.
Additional Information:
For example IDAs scripting console exactly behave in this way - when focused, it won't let shortcuts being triggered.