If anyone finds themselves in the same situation as I was after applying patch 26 to 10.4.03 and the Ctrl+F no longer brings up the find box in the proc editor, then just add this to your usys.ini and it will get you going again. My guess is that when they added the feature “Go to line number in code” they broke whatever the defaults that were baked into the proc editor because the search and the search and replace worked just fine without having to be defined in the usys.ini file(s). I opened a support ticket on this and eventually solved it myself. Hopefully, they address it or at a minimum, add it automatically to the usys.ini in future patches as they are applied.
[userkeys]
code.search=Ctrl+F
code.searchandreplace=Ctrl+H
code.gotoline=Ctrl+G

