I have IDEA Ultimate 2019.2.4 and MacOS Catalina 10.15.4 (anyway, this bug was already present many versions of IDEA and MacOS before)
The case is:
1) I search some text in project (cmd + shift + f
) or in file (cmd + f
) or try to search and replace (cmd + shift + r
/ cmd + r
)
2) I type some text in search window (i.e. 'abc xy')
3) Then I try to move cursor to the left with arrow key <-
to delete symbol c
- it's not working. Cursor doesn't move and just nothing happens
4) I'm setting the cursor to desired position with mouse and then try to delete symbol c
with delete
button - nothing happens again
5) I'm trying to select 'abc' entirely with mouse double click - and it's also not working
What IS working: cursor manual positioning with mouse single click and symbol deletion with 'backspace' key
Solution described here https://stackoverflow.com/questions/10430467/weird-keyboard-locks-in-intellij-idea-delete-arrow-keys-etc is 8 years old and doesn't work for me