And this:
If I change these strings in 32bit TC:history.txt wrote:08.11.24 Fixed: Alt+underlined letter hotkeys not working if the string contained && before &hotkey (32)
Code: Select all
5381="C&ustom column configurations (sort with drag&&drop):"
6502="&File types (sort by using drag&&drop, edit with <spacebar>):"
6612="Searc&h && Replace"
Code: Select all
5381="Custom column configurations (sort with drag&&dr&op):"
6502="File types (sort by using drag&&dr&op, edit with <spacebar>):"
6612="Search && Repl&ace"
These strings does not work in 64bit TC either:
Code: Select all
5381="Custom column configurations (sort with drag&&dr&op):"
6502="File types (sort by using drag&&dr&op, edit with <spacebar>):"
This one (in MRT) does work in 64bit TC though:
Code: Select all
6612="Search && Repl&ace"