Is there a way to program quick keys or actions within a program?

Specifically, Photoshop Elements 6. Since I HAD to buy the new PE6, I am learning the ins and outs and rather like it. However, it is lacking a really crucial quality that PS7 had.
I scan 100s of images every sitting and I have to pull down the File, Import and finally scanner name to open my scanner. In PS7 I was able to program an F key to perform that function. I know it sound trivial but it drags down my streamlined job.
So... I already found out that there's no way to do it within PE6 - but is there some Utility or Mac trick that can record an action of series of actions within a program?
Thanks!!
Mr. Kowchevski (The best Mathlete in the school)

I have been using ControllerMate (http://www.orderedbytes.com) with great success. It can be used to customize functions of keyboard, mouse and trackball for specific user interactions with any applications. It is highly reliable and programmable particularly useful for unsupported input peripherals. Programming is achieved through it's user friendly graphical interface rather than through specific language and the effects can be tested in realtime. Though some boolean/logical functions for programming might seem intimidating to new users, the learning curve is not too steep.
Download trial version from above website and try it out with your application before purchase (affordable price of USD 15). I bought it for my new Logitech optical/cordless trackball because driver from Logitech prevents many applications from running properly. See it as long term investment as it support any application and any input peripheral with good programmability.

Similar Messages

  • Is there a way to program a laptop key as a "back" button (so I can keep my cursor on a website page)?

    Is there a way to program a key as a "Back" button in Firefox so I can keep my cursor on the page?
    == This happened ==
    Every time Firefox opened

    Easiest would be to save a backup copy of the sessionstore.js file that stores the currently open tabs and windows and recently closed tabs and windows.
    *http://kb.mozillazine.org/sessionstore.js
    You need to use this startup setting:
    *Tools > Options > General > Startup: When Firefox Starts: Show my windows and tabs from last time
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • T530 - Is there a way to program the "Fx" function keys to do what missing keys did?

    T530 - Is there a way to program the "Fx" function keys to do what missing keys did? Print screen Break, etc? Running Windows 7 Professional

    Hi,
    Welcome to Lenovo Community Forums!
    Check in BIOS -> config -> Keyboard if there is an option to switch between default and legacy mode.
    If you don’t find that option, you may try the Fn+esc combination that changes the function keys to legacy mode, but when the computer reboots, it might reset back to a default mode and you have to use Fn+esc again.
    Hope this helps!
    Best regards,
    Mithun.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Is there a way to detect two keys at the same time?

    Is there a way to detect the keys if the user is holding two keys down at the same time?

    yes, but you'll have to check outside of the event loop (i.e. don't check for it in the keyPressed method).
    just use an array of keys that keeps track of which keys are currently down and which are up. you could use a boolean array but I use an int array because... Im not sure I've just done it probably because of my C background. anyway, basic setup:
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    public class MultiKey extends JFrame {
         int keys[];
         public MultiKey() {
              super();
              keys = new int[256];
              Arrays.fill(keys,0); // 0 = key is up
              enableEvents(AWTEvent.KEY_EVENT_MASK);
              show();
         public void processKeyEvent(KeyEvent e) {
              // the 0xff below binds the key code to below 256
              int key = (e.getKeyCode()&0xff);
              if (e.getID() == KeyEvent.KEY_PRESSED) {
                   keys[key] = 1; // 1 = key is down
              else if (e.getID() == KeyEvent.KEY_RELEASED) {
                   keys[key] = 0; // 0 = key is up
         protected boolean isKeyDown(int key) {
              return (keys[key] != 0);
         protected boolean isKeyUp(int key) {
              return (keys[key] == 0);
    }so now at any time in your code you can check key state by using the isKeyUp and isKeyDown methods. this is about as close as you get to input polling in java unless you use LWJGL or something similiar ;)
    you can try out a full executable example at my site here - just open up the jar and start holding keys down :)

  • I have adobe elements 6 program and my disk got distorted.  i have all my serial numbers still as i have all packaging.  is there a way the program can be downloaded.  my computer had to be wiped out and was trying to reinstall

    hi.  i have the adobe elemenets6/premiere elements 4 package and my disk has gotten destroyed from getting all scratched up.  my laptop i had my program on had to be wiped out and everything has to be reloaded.  is there a way the program can be downloaded from the internet? i have the packaging still where it shows my serial numbers.

    iPods do not work with "accounts."  They work with your iTunes library.  You don't have to set up a new iTunes library for each iPod.  One iTunes library can sync with as many iPods, iPhones, and iPads as your own, at the same time.  iTunes connects to and treats each device separately.
    However, if your iPod nano is set up for automatic syncing with an iTunes library that is NOT your current iTunes library, you cannot sync your current library to it without replacing its existing content.  Do you have access to the previous iTunes library, the one the iPod currently synced to?  If so, you should transfer your song files from that iTunes library to your current iTunes library.  Then, sync our iPod to your current iTunes library.  You can post back to get more info about the procedure.
    If you don't have access to that previous iTunes library, the approach is to first offload the song files from the iPod to your computer's drive, then add the song files to your current iTunes library.
    You cannot use iTunes to transfer song files from iPod to computer, except for songs purchased from the iTunes Store.  However, there are third-party methods and utilities that can transfer from iPod to computer.  If you do a Google search on something like "ipod transfer," you should get some links.
    You can then sync your iPod to your "consolidated" iTunes library.

  • Is there a way to program an ICE (in case of emergency) number that is accessible without unlocking the phone?  Not 911, but a family member in my contacts?

    Is there a way to program an ICE (in case of emergency) number that is accessible without unlocking the phone?  Not 911, but a family member in my contacts?

    you can now set up an Emergency Contact in 'Medical ID' in the Healh app. When someone goes to the lock screen and switched to the Emergency call, they can click on the link Medical ID and then contact your emergency person. It also lists your age, allergies, and illnesses if you need it to.

  • __ Is there a way to adjust the key commands for switching channels in curves?

    __ Is there a way to adjust the key commands for switching channels in curves?
    By that I mean <command> + 1 for cyan, <command> + 2 for magenta etc. like Photoshop CS3 rather than <option> + 3 for cyan etc.
    There's gotta be a way under Edit --> Keyboard Shortcuts - but I can't find it!
    Thanks,
    Hugh

    Hi,
    You can find the CS4 plug-in here:
    http://blogs.adobe.com/jnack/files/Use_Old_Shortcuts.zip
    It's inline in tis post with some more background info:
    http://blogs.adobe.com/jnack/2010/05/use_legacy_shortcuts_option_in_cs5.html
    regards,
    steve

  • Is there a way to program a phone number with an extension?

    Some of the contacts in my address book have extensions included at their work numbers. With my old Verizon phone I could program that after the phone number so it dials the extension after the call goes thru the main number. Is there a way to program this for iPhone?

    The only way that I have managed to include extensions has been to try to insert pauses between the phone number itself and the bits of extension numbers. Sometimes the calls go through correctly, other times I have to dial the extension numbers after the phone answers regardless. Seems to be inconsistent.

  • Is there a way to change the key photo on iPhoto Faces?

    Hi
    The picture on the corkboard for each person appears to be the first photo you identify for that person.
    Is there any way to change the key photo, like you can do with Events?
    Thanks
    Dave

    Thanks very much!
    I hadn't realised you can do that on Events, I have always right clicked on it and brought up the option to Change key Photo. That doesn't work the same way n Faces, so thanks for the Space Bar trick.
    All the best
    Dave

  • Is there a way to clean the keys?

    Hey guys, I accidentally spilt some OJ on my Powerbook, while it was closed, but somehow a couple of my keys must have got a little bit of the juice on them, and a couple of them are now sticking a little. They still work, but I can tell that they are not punching in as normal as the others. Is there a way to pop a key off to clean them underneath??
    Thanks for your help in advance!

    Welcome to the discussions, drewser.
    Popping a key off a PowerBook keyboard is a scary affair. The plastic tabs that hold them is place are very delicate, and the keys themselves bend slightly because they are so thin. Do it with great caution!
    Here's how the keyboard removal guide at PB FixIt describe the process:
    This is scary - take a deep breath before continuing. Place your index finger under the upper left corner of the key and lift up until you hear a click. Then, transfer your finger to the left edge of the key and lift up to pull the key off.
    You're freeing the two tabs on the left of the key from the two small holes in the plastic scissors mechanism.
    When replacing the keys in the keyboard, place the key directly over the slot where it will go and press down until you hear the key click into place.
    I've only ever done it a couple of times myself. nothing broke, but it wasn't fun.

  • Is there a way to activate "sticky Keys" or a delayed response feature on iPad 2?

    Is there a way to activate "sticky keys" or a delayed response feature on iPad 2?  I am using it as an AAC device with a child I work with and they are tapping the icon repeatedly, I am looking to slow this response time down to .5 second delay.

    No, not at this time.

  • Is there any way to more quickly delete my emails

    Is there any way to more quickly delete emails on my I pad 2?

    Mailbox > Inbox - Edit, tap all the emails you wan to delete then tap Delete.

  • Is there any way to stretch out the keyframes/action?

    So I created an animation with a guy swing his left arm back and forth. The problem is his arm is swinging too fast. Is there any way I can extend the whole action, rather than deleting all the keyframes and redoing it?
    Thanks!

    You should be able to click down and drag keyframes down the timelime to spread them out.  Also, you should be able to insert frames between keyframes (select frames between -> right click the selection -> Insert Frames).

  • Is there a way to program this?

    I have to dial a regular phone number to check my home voice mail. That's no problem as I have it in my favorites. But then I am asked to put in my home phone plus# and after that I have to put in my code. Is there a way to do the last 2 with just one tap for each input?
    Is there an application maybe?
    Thanks.

    Make a separate contact number for your home voicemail, and insert pauses where needed (in Address Book, use commas, or on the iPhone tap the + * # button then tap pause). (EDIT: DaVBMan, tap-and-hold the * key becomes a pause in the phone dialing keypad, but not the Contact entry keypad; these instructions apply to entering a contact phone number in Contacts, yours apply to dialing the number.)
    I have a one-touch dial for my corporate voicemail that looks like (617) 555-0000 ,#,1234,56785678 (where 1234 is the extension and 56785678 is the password).
    As a side note, dialing this contact only works from Contacts or Favorites, not from 3rd party apps (those use a dialing URL to pass the number to the Phone, and dialing URLs do not support pauses).
    Hope this helps...

  • Is there any way to delete duplicate files en mas within the new itunes program?

    I've just installed the new itunes program on my laptop. I used the scan for media option to find music. Problem is almost every entry and there's several hundred of them is duplicated and in some cases triplicated within the itunes media library.
    Question ... Is there any way to delete duplicated files en mas withing the itunes library folder?
    Please don't tell me that I'm going to have to do it individually as that may take days.
    Thanks

    Apple's official advice on duplicates is here... HT2905: How to find and remove duplicate items in your iTunes library. It is a manual process and the article fails to explain some of the potential pitfalls such as lost ratings and playlist membership.
    Use Shift > View > Show Exact Duplicate Items to display duplicates as this is normally a more useful selection. You need to manually select all but one of each group to remove. Sorting the list by Date Added may make it easier to select the appropriate tracks, however this works best when performed immediately after the dupes have been created.  If you have multiple entries in iTunes connected to the same file on the hard drive then don't send to the recycle bin.
    Use my DeDuper script if you're not sure, don't want to do it by hand, or want to preserve ratings, play counts and playlist membership. See this thread for background, this post for detailed instructions, and please take note of the warning
    to backup your library before deduping.
    (If you don't see the menu bar press ALT to show it temporarily or CTRL+B to keep it displayed.)
    The most recent version of the script can tidy dead links as long as there is at least one live duplicate to merge stats and playlist membership to and should cope sensibly when the same file has been added via multiple paths.
    tt2

Maybe you are looking for

  • Report Viewer output - customizing

    Hello. I was wondering... I use reports in simple aspx page, in local processing mode (.RDLC reports). I want to customize output of report viewer control, so that I can put textboxes into report. Currently, when you have a table in report bound to s

  • Software Update doesn't find 10.5.7 Update

    I have a 3-month old MacBook Pro and software update doesn't find the 10.5.7 update, About This Mac says my system is 10.5.6. I also have an orginal MacBook Pro running Leopard and this finds it.

  • Has anyone had issues with texting between your iPhone and your iPad 2?

    If I send a text message from my iPad 2 and my iPhone 4 to someone it sometimes creates two different text feeds in my friend's phone.  So it shows two different text "groups" in their iPhone.  If they reply on one of them I don't get the messages. 

  • Non-Apple keyboard and Target display mode?

    Hi, How do I change to Target Display Mode with a Logitech keyboard? The usual Command/Windows + f2wont work! edit: what would be perfect is an applescript to do this, anybody ever heard of one?

  • Runtime audit browser shows the status busy for the cancelled OWB jobs

    Hi , I canceled long running OWB job.But the runtime audit browser was showing the status as BUSY. I observed the the oracle session (SID:48) was running and killed the session. After killing the session,the status in runtime audit browser changed to