You are right - it only seems to work correctly when the panel is sorted by extension, and if the cursor is placed on the first file with a given extension.but it doesnt work always
You can try this instead:
Code: Select all
[em_goto_next_ext]
cmd=cm_ClearAll,cm_SelectCurrentExtension,cm_GoToLast,cm_GoToPrevSelected,cm_GoToNext,cm_ClearAll
[em_goto_previous_ext]
cmd=cm_ClearAll,cm_SelectCurrentExtension,cm_GoToFirstFile,cm_GoToNextSelected,cm_GoToPrev,cm_ClearAll

