(1) Pre-select the value data when the Edit Registry Value dialog is displayed. While using Microsoft's "regedit" program, when you want to change a value of an item from, for example, 0 to 1, you can use the numeric key pad and press keys Enter 1 Enter. Very quick and easy because when the edit dialog comes up, the value data is pre-selected. When the MC edit dialog is displayed, the cursor is at the end of the data value causing the user to have to back-space, Ctrl+A, or Ctrl+Shift+Home to select all the data; the key sequence becomes Enter Ctrl+A 1 Enter. Now if some users like it the way it is now, then how about adding the "regedit way" to a check box on one of the settings screens.
(2) Display REG_BINARY data showing ASCII (ANSI?) characters in the Edit Registry Value dialog. Again, this functionality should be similar to Microsoft's "regedit" program. The regedit Value data box looks something like this:
0000 01 07 00 23 27 00 00 23 ...#'..#
0008 27 00 00 07 00 00 00 05 '......
0010 3C 00 41 00 44 00 55 00 <.A.D.U.
0018 3E 00 13 27 00 00 FF 00 >..'....
0020 00 00 0B 3C 00 4F 00 76 ...<.O.v
0028 00 65 00 72 00 73 00 70 .e.r.s.p
0030 00 65 00 65 00 64 00 3E .e.e.d.>
Notice that one can easily pick out the Unicode strings.