TCME 1.04 is out ( http://www.angelfire.com/sk/thehacker/tcme/ or http://thehacker.host.sk/tcme/ ).
- pressing up / down arrow keys in Filter moves focus to source panel
- pressing / in target panel activates filter
- double-clicking in target panel simulates Enter (rename item)
- Command label is now automatically updated when the source panel gets the focus (for example when the user leaves the Filter by pressing Tab or one of the up / down arrows)
- updated sclist.txt for TC 6.0
- allowed for lines like [Left]=0; in totalcmd.inc (now TCME only checks if each line starts with a 'cm_'; the ones which don't are skipped)
- fixed a bug which would find the wrong command name and number from totalcmd.inc for a given menuitem upon loading. Each loaded menuitem is compared against the whole totalcmd.inc until a match is found. Unfortunately, cm_exchangeselection (cm_exsel) is higher in the list than cm_exchange (cm_ex), so before cm_ex gets compared to cm_ex it gets compared to cm_exsel (which contains the string cm_ex) and we get a false positive find result. Well, I fixed that.

- added "Delete" and "Delete entire submenu" items to the right-click menu. They are not visible when the menu is called by pressing Insert
- added some more shortcuts to sclist.txt which I missed before (mainly because they aren't documented); thanks to Peter Madsen
- removed the source from the main distribution; you can download it separately from the homepage now
Thanks
Roman