Author Topic: Reset seqn for renames  (Read 1953 times)

Offline GLS

  • Newcomer
  • *
  • Posts: 43
    • View Profile
Reset seqn for renames
« on: September 22, 2012, 08:46:36 AM »
Hello,
I wanted to know if in version 5 was added an option/shortcut to reset counter when renaming using last settings (alt-cmd-m) or if there  is another workaround.
It is overly tedious to rest the counter each and every time.

Thank you in advance for your answer,

Giorgio

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24767
    • View Profile
    • Camera Bits, Inc.
Re: Reset seqn for renames
« Reply #1 on: September 22, 2012, 05:32:40 PM »
Giorgio,

I wanted to know if in version 5 was added an option/shortcut to reset counter when renaming using last settings (alt-cmd-m) or if there  is another workaround.
It is overly tedious to rest the counter each and every time.

No, no such feature was added to Photo Mechanic: Version 5.

-Kirk

Offline GLS

  • Newcomer
  • *
  • Posts: 43
    • View Profile
Re: Reset seqn for renames
« Reply #2 on: November 11, 2012, 11:56:59 AM »
Too bad,
Anyhow, if anyone is interested I wrote an applescript to do that.
I hope that this feature will make it into the next version!
Cheers

Giorgio

tell application "Photo Mechanic 5"
   activate
   delay 0.1
   tell application "System Events" to key code 46 using command down
   delay 0.1
   tell application "System Events" to key code 48
   tell application "System Events" to key code 48
   tell application "System Events" to key code 49 using option down
   tell application "System Events" to key code 48
   tell application "System Events" to key code 48
   tell application "System Events" to key code 48
   tell application "System Events" to key code 48
   tell application "System Events" to key code 48
   tell application "System Events" to key code 49
end tell