Could the decisions in the Find/Replace dialog also be made with the keyboard bypassing all mouse actions? None of the buttons have a letter highlighted to make these decisions. To do this always with the mouse is quite annoying.

It looks like currently only the text-entry boxes for Find: and for Replace with: can be switched by keyboard action (Tab).
- Would it be possible to manipulate the front end to make this possible?
- By some modification of a *.tr-file?
- Which one?
- What type of change?
(This question relates to Version 12.3 on Linux-86 64 Bit, if that matters.)
FrontEndTokenExecute["FindExpression"]; FrontEndTokenExecute[FrontEnd
ButtonNotebook[], "FindNextMatch"]; FrontEndTokenExecute[FrontEndButtonNotebook[], "FindPreviousMatch"]; – B flat Dec 20 '22 at 12:19