Results 1 to 4 of 4

Thread: Shortcut for switching blending modes

  1. #1
    Iridyse's Avatar
    Iridyse is offline Shreya Shetty Level 6 Gladiator: Provocator
    Join Date
    Aug 2006
    Location
    Los Angeles
    Posts
    574
    Thanks
    506
    Thanked 645 Times in 232 Posts

    Shortcut for switching blending modes

    So, I was wondering if there's a way I can assign simple shortcuts for brush blending modes? I know there are shortcuts like alt+shift+m for multiply etc but frankly if I have to put the stylus down and use both hands for a shortcut I'd rather just use the mouse instead. Photoshop doesn't seem to give you the ability to change the blending modes shortcuts (I'm using CS2) so I was wondering if there are any other scripts that would help? I tried with actions but that doesn't work either.

  2. #2
    Metsys is offline Registered User Level 3 Gladiator: Catervarii
    Join Date
    May 2008
    Posts
    110
    Thanks
    6
    Thanked 48 Times in 38 Posts
    Yeah, I've ran into the same problem, and I haven't found a way to shortcut them either in Photoshop.

    The only solution I can think of is to use AutoHotKey and record a macro.

  3. The Following User Says Thank You to Metsys For This Useful Post:


  4. #3
    VincentKlijn's Avatar
    VincentKlijn is offline Creative Photographer Level 1 Gladiator: Andabatae
    Join Date
    Aug 2008
    Location
    Netherlands
    Posts
    16
    Thanks
    0
    Thanked 6 Times in 5 Posts
    The most obvious solution I can think of is creating Tool Presets for the modes you want. With the palette open your blend modes are only one click away. Maybe that works for you?
    Kind regards,
    <<< Vinz >>>

    www.vinzplace.nl
    - Portfolio, Articles, Links and much more

  5. The Following 2 Users Say Thank You to VincentKlijn For This Useful Post:


  6. #4
    Iridyse's Avatar
    Iridyse is offline Shreya Shetty Level 6 Gladiator: Provocator
    Join Date
    Aug 2006
    Location
    Los Angeles
    Posts
    574
    Thanks
    506
    Thanked 645 Times in 232 Posts
    Woohoo, I love AutoHotKey! *does a little dance*

    I got it to work.Attaching a copy here if you guys want it, the shortcut is alt+space to toggle between the normal and the soft light mode.Yay!!


    Toggle = 0
    !Space::
    if Toggle = 0
    {
    Send !+f
    Toggle=1
    }
    else
    {
    Send !+n
    Toggle = 0
    }

    (you can edit it for other modes)

    I would attach the exe but the zipped version is about 195 kb, too big for CA

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Merging layers while preserving blending modes?
    By Zirngibism in forum PHOTOSHOP™
    Replies: 21
    Last Post: November 30th, 2009, 03:30 PM
  2. Blending modes?
    By Jie Kageshinzo in forum PHOTOSHOP™
    Replies: 8
    Last Post: May 6th, 2009, 02:16 AM
  3. Brush modes
    By ChristianWeeks in forum PHOTOSHOP™
    Replies: 4
    Last Post: July 14th, 2008, 08:29 PM
  4. Switching Back and Forth
    By Seraphy in forum PHOTOSHOP™
    Replies: 3
    Last Post: November 12th, 2007, 12:11 AM
  5. color blending modes
    By jim b in forum PHOTOSHOP™
    Replies: 3
    Last Post: June 17th, 2007, 01:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •