In hexl-mode
how can I make Emacs enter a state where it takes everything I enter as hex input until I tell it to stop? Eg. I want to tap "A", "B", "1", "0", etc., and have this entered as $AB, $10, etc. in the binary file, be able to cursor around, enter more hex values, and so forth, until I'm satisfied.
By default I have to press C-M-x
for every hex value I want to enter, which is very counterproductive at least for the type of binary file I'm working with at the moment.