ChainShot/Builder

Using the Ctrl + Shift + Enter shortcut in editor also runs code

CodesMcCabe opened this issue · 0 comments

OS: Linux

When using the Ctrl + Shift shortcut in the editor to add a new line above the current, the line is added. However the shortcut will also run the current test cases when they should not be run.

Solution could be to localize the shortcut to run code as only Ctrl + Enter. Any other keys hit should not run the code.