Page 1 of 1

MRT: deleting items from mask

Posted: 2008-06-23, 22:59 UTC
by wanderer
Suppose the following string exists in the "Filename rename mask"

[N][YMD][hms]*

* is the cursor position

It would be nice if, when pressing a key combination (i.e. CTRL + backspace) a whole section ([hms] in the example) was deleted. The same thing could also happen if the cursor is positioned inside a section.

Posted: 2008-06-25, 08:58 UTC
by petermad
Support++

Re: MRT: deleting items from mask

Posted: 2008-06-25, 11:24 UTC
by Stefan2
wanderer wrote:Suppose the following string exists in the "Filename rename mask"

[N][YMD][hms]*

* is the cursor position
Maybe this would help?
The same thing could also happen if the cursor is positioned inside a section.
key combination: Ctrl+Arrow(left|right) jump to next section border
It would be nice if, when pressing a key combination (i.e. CTRL + backspace) a whole section ([hms] in the example) was deleted.
key combination: Ctrl+Shift+Arrow(left|right) select whole section.

Now press DEL-key