Can a function key be assigned to launch a program?

I never seem to use the F13 - F19 keys. Is there a simple way in OS 10.6.5 to assign one of these function keys to launch a program, rather than having to click it in the dock? It would be a nice convenience, but not nice enough to have to purchase a separate program. Thanks.

Quicksilver, free, reviewed at [http://www.macworld.com/reviews/product/526533/review/quicksilver.html] However the doing a web search for this reveals somewhat uncertain sources. There's a 10.6 version at http://www.blacktree.com/ The site looks pretty broken but the download still works.
Second edit:
Seeing that Quicksilver's site appears to be unsupported you might be better with the Spark recommendation. One Spark user even said they had given up on QS for Spark.

Similar Messages

  • In accessibility option can the home key be assigned to end a telephone call?

    In accessibiility mode can I assign the home key to end a telephone call on an iphone 3gs?

    Quicksilver, free, reviewed at [http://www.macworld.com/reviews/product/526533/review/quicksilver.html] However the doing a web search for this reveals somewhat uncertain sources. There's a 10.6 version at http://www.blacktree.com/ The site looks pretty broken but the download still works.
    Second edit:
    Seeing that Quicksilver's site appears to be unsupported you might be better with the Spark recommendation. One Spark user even said they had given up on QS for Spark.

  • Function keys for Push buttons

    Hi All,
    I have one query in module-pool program,I need to assign Function keys to Push buttons in my programe,like for create(F7),dispaly(F6) and also I need to overwrite few standard function keys,
    any one please guide me.
    Thanks n regds,
    Sree.

    Hi,
    you want in more detail.....ok
    (1)u've created a screen -
    > added push buttons etc. -
    > given name to screen elements i.e pushbuttons etc.and also declared them in program
    (2) create its GUI status ,say STATUS_100---->here you have to assign Function codes ->like if in standard toolbar you want BACK,EXIT,CANC or whatever you want,for ex. for BACK u'll find its icon -> double click on it>give the Func code say F3,now u also wnt to enable Func Key F3 for this--> go to UTILITIES (menu bar)-> F Key consistency-> here u will find all the Func keys-> so to F3 give the same func code as u gave to BACK icon button.
    similar approach u can use for pussbuttons:
    double click on push button> in screen painter attributes-> give the Func code to it ,say for CREATE button u give Func code NEW->come back to GUI status->similarly  go to UTILITIES (menu bar)-> F Key consistency-> here u will find all the Func keys---> so to F7 give the same func code (NEW)  as u gave to CREATE push button.
    (3) In PBO of this screen create a module to set its PF status:
    In screen flow logic:
    PROCESS BEFORE OUTPUT.
    * To set pf-status and title
      MODULE status_0100.
    In Program:
    MODULE status_0100 OUTPUT.
      SET PF-STATUS 'STATUS_100'.
      SET TITLEBAR 'TITLE_100'.
    ENDMODULE.
    Hope this much detail is quite clear!!!
    Regards,
    Neha
    Edited by: Neha Shukla on Mar 5, 2009 10:35 AM

  • What happens to the function keys when i unplug the extended keyboard?

    i use my laptop (12 function keys) with a wired apple aluminum extended keyboard (19 function keys). i assigned a few functions (screen shots mostly) to the upper function keys on the keyboard... f16-f19. but when i unplug the keyboard i'm not sure how to get those functions on the laptop keyboard.
    what happens to those functions when the keyboard is unplugged? is there a way to map those functions to the keyboard so that they are re-assigned when it's unplugged?

    wilyliang wrote:
    question still remains: do f16, etc., exist or can they be re-invented once the USB keyboard is removed (besides having to re-map the shortcuts each time)?
    I haven't found a way, though there might be.
    or even: is it possible to assign two different key combos/function keys to a single command/shortcut?
    Now that depends on the application that's assigning the shortcuts. Some Microsoft and Adobe apps allow multiple shortcuts per function, I've taken advantage of those a few times myself. But cheaper apps often cut you off at one shortcut.

  • Function keys not registering with Spaces?

    I just noticed that F10 no longer does the spaces expose. I can the function key to F11 and it still does nothing. It's not interfering with any regular expose, I checked. The key itself is not stuck because when I switch any other expose function to it it works just fine.
    I have spaces turned on and if I click on the spaces icon in applications it does the expose. Spaces is still on and Ctrl + Arrow still moves between them, so I know spaces is working. I just noticed it now, it might have happened during the last update (it was iTunes I think)
    I searched and didn't find anything, so I doubt it was the update, I think it's just my computer. Little help?

    I've been having a similar problem- I set the shortcut keys for Expose, and then after a reboot it will have lost them.
    I'm also running spaces too.
    Thanks for posting this- I hope there's a fix!

  • Function Keys on Selection-Screen

    Hi,
    I used function keys in one of my report program.
    Now, if some check box is checked in the customization that function should be displayed, otherwise shouldnot be displayed.
    I made use of "loop at screen" to make that application button invisible but i don't know the name of the button. I have given the name as same given while creating the button using "SSCRFIELDS".
    Is there anyy other way to disable the button??
    Regards,
    Yadesh

    Hi,
    Your requirement can be solved with two approaches:
    1) simpler one is to use different GUI statuses depending on checkbox state
    AT SELECTION-SCREEN OUTPUT.
    refresh it_exclude.
    if checkbox = 'X'.
      append 'BUTTON_FCODE'.
    endif.
    "you in turn swith on/off your desired button
    CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
        EXPORTING
          p_status  = 'GUI_STATUS'
          p_program = sy-repid
        TABLES
          p_exclude = it_exclude.
    2) as SELECTION-SCREEN FUNCTION KEY n statement cannot be processed within PAI/PBO block you cannot set it dynamically like
    AT SELECTION-SCREEN.
    IF check = 'X' .
    SELECTION-SCREEN FUNCTION KEY n.
    ELSE.
    "no selection button here
    ENDIF.
    Moreover you cannot change standard application toolbar of selection screen within Loop at screen statement (this will only affect selection screen parameters not toolbar).
    The only way here is dynamically generate report's code. When checkbox is check what you do is
    data: it_code type table of char72 with header line.
    READ REPORT sy-repid INTO it_code.
    Then looping through the code table you either remove entry having SELECTION-SCREEN FUNCTION KEY n. or add it to the table.
    Finally you switch reports code with
    INSERT REPORT sy-repid FROM it_code.
    And execute new one with
    SUBMIT (sy-repid).
    This will ensure that new SELECTION-SCREEN parameters (or function keys in your case can be switched and report will be executed with new screen look).
    Nevetherless be carefull! You need to ensure that submit will not create and endless loop. ABAP Memory will help you here (exchange flags within program indicating whether program is executed for the first time or another one).
    Hope this will give you some idea how to solve it.
    Regards
    Marcin

  • Use Function Keys as Standard Function Keys checkbox missing

    Is there a reason the "Use Function Keys as Standard Function Keys" checkbox is missing in my Keyboard/Mouse settings?

    Just go to the Keyboard shortcuts tab and uncheck the items assigned to the function keys or assign them to different keys.

  • Hi, How can we assign enter function key to ok_code

    Hi,
    How can we assign enter function key to ok_code

    hi,
    ok code for ener key is /00
    Chk this Link.
    http://abap4.tripod.com/OK_Code_Values.html
    Rgds
    Anversha

  • How can I assign a function key on my IMAC's wired keyboard to enter my email address in documents or on internet forms?

    I'm trying to set up my wired IMAC keyboard to create shortcuts to enter my email adresses into emails or into web forms.  I was able to do this when I was working with PCs but can't find direction on the process for the MAC.  There seems to be 7 unused Function Keys at the top of the keyboard that are srrving no apparent purpose so logic tells me they must be available for sutomization.
    Please help. My fingers are tired...

    I don't think you can with the standard Mac OS X tools / sys prefs..
    You have to step into the realm of 3rd party key mapper tools.
      I'm reluctant to go there..
    I'm happy being able to remap option to be my command key
      using the standard System Preferences ->Keyboard..
    but.. googling a bit shows some 3rd party tools..
    https://pqrs.org/macosx/keyremap4macbook/
    http://superuser.com/questions/37042/remapping-of-keys-in-mac-os-x
    http://lifehacker.com/5882684/the-best-keyboard-remapper-for-mac-os-x

  • How can I use Automator to toggle the Function Keys?

    I am trying to create a Automated process to toggle the Function Keys on my keyboard. This is because I use several programs, including After Effects, which use the F1-12 keys, but when I am not using that program I commonly use the Apple-defined shortcuts on the keyboard. I have a full-sized keyboard, hence no Fn key. So that's out right away – I've read several comments on this topic where people suggested that this is the ONLY option. I refuse to beleive that.
    Automator contains a "Watch Me Do" feature, which I have tried to use to record this process. Problem is, it never clicks the right object. If I record clicking the dock, the magnification (I suspect) throws off the virtual-controlled mouse and picks the wrong object. If I record the Apple Menu route, it gets it about 1/2 the time.
    I think what I'm really looking for is a console command I can feed into the Terminal which toggles the keys. It seems to be that this HAS to be an option, even if it is more than one line of commands. I believe if I can feed this process into Automator, it would work.
    Any ideas?
    Thanks in advance, Mac Geniuses!

    iKey lets you define function keys per application. You seem to want to turn on & off the defined apple keys.  Not sure if these keyboard re-mappers will do the trick.
    Here is my other most favored application. Of course, I haven't checked these out in newer OS's. I'm a Tiger man myself.
    iKey is a front end program that simulates typing and mouse movements. I use iKey to remap the Function keys.
    "iKey is an automation utility, a program that creates shortcuts to accomplish repetitive tasks. In essence, an iKey shortcut is a little program in its own right, but you don't need to know the first thing about programming to create an iKey shortcut. All you have to do is put together three necessary parts of a shortcut: One or more commands that give the shortcut its functionality, a context in which it runs, and a launcher that defines how the shortcut is activated."
    http://www.scriptsoftware.com/ikey/
    iKey  has a little more function then the previous free version called youpi key. For many years, I used youpi key before switching to iKey.  It works fairly well for me in MAC OS 10.4 although not officially supported.  The youpi key download is hard to find & no longer here.
    http://www.versiontracker.com/dyn/moreinfo/macosx/11485&vid=75326
    ( Send me a message for a copy of youpi  key. )
    *Examples:*
    I have the common programs that I use assigned to function keys. I have F4 assigned to Firefox. When I want to start FireFox, I press F4. When I want to switch to firefox, I press F4! Starting & switching to an application in Mac OS are the same thing in Mac OS.
    Here is an example of to assign volumn control to a function key.
    http://discussions.apple.com/message.jspa?messageID=10361085#10361085
    Here is my script for listing my application folder. I have it assigned to function-key 6.
    tell application "Finder"
       open folder "Applications" of startup disk
       select Finder window 1
       set bounds of Finder window 1 to {-3, 44, 691, 545}
       --set position of Finder window 1 to {33, 44}
       set position of Finder window 1 to {60, 45}
       activate
    end tell
    The second portion of this script was generated in the script editor record mode. After I recorded the script and did some editing, I copy the script to ikey/youpi key.
    Full Key Codes
    http://download.cnet.com/Full-Key-Codes/3000-2094_4-44175.html
    Spark
    "Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, command iTunes, and more... You can also export and import your Hot Keys library, or save it in HTML format to print it. Spark is free, so use it without moderation!"
    http://www.versiontracker.com/dyn/moreinfo/macosx/22675
    Mac OS X remap or rename keyboard keys
    by vivek
    So how do you remap or rename keyboard keys under Mac OS X?
    Simply use DoubleCommand software.  It is a free program
    http://theos.in/apple/download-doublecommand-to-remap-keyboard-keys/
    Keyboard Maestro is a powerful macro program for Mac OS X (including Tiger and Leopard) which has received glowing reviews. Keyboard Maestro will take your Macintosh experience to a new level in “Ease of Use”. With Keyboard Maestro you can design a custom action sequence with your own shortcuts and use them at any time, you can navigate through running applications and open windows with Program Switcher, and you can work with an unlimited number of clipboards - all by pressing simple keystrokes.
    http://www.keyboardmaestro.com/main/
    "Spark is a powerful, and easy Shortcuts manager. With Spark you can create Hot Keys to launch applications and documents, execute AppleScript, command iTunes, and more... You can also export and import your Hot Keys library, or save it in HTML format to print it. Spark is free, so use it without moderation"
    http://www.versiontracker.com/dyn/moreinfo/macosx/22675

  • How to assign Function key in Module Pool Program

    Dear all,
             I have created the program in MPP.  I have to assign function key for this program.  How to assign it?
    With Regards,
    Baskaran

    HI
    Double Click on your Screen and then Elements Tab, give OK_CODE of OK_CODE.
    Now in Click on Flow Logic Tab , uncomment MODULE STATUS_YOUR_SCREEN_NUMBER. Create this.
    Here you find SET PF_STATUS Just Double click on this this will enable you to Assign Function Keys.
    If you want to Assign Function Key to the Push Buttons that you created Double Click on the Push Button then on the Attributes Screen you can enter the Funciton Code for this Push Button,
    Hope this is Very Clear to you.
    Cheers
    Ram

  • Assign function key in mail to automate steps

    One of my most frequent steps in Apple Mail is moving mail that has been read to different mailboxes. I have, until now, simply dragged the mail to its destination mailbox on the sidebar. But I would prefer to do this using just the keypad. There is a 'Move to...' action on the Messages menu. But there is no pre-defined shortcut. How do I create a shortcut to this function? For example, how could I assign the F14 key to trigger the =move to function?

    HI
    Double Click on your Screen and then Elements Tab, give OK_CODE of OK_CODE.
    Now in Click on Flow Logic Tab , uncomment MODULE STATUS_YOUR_SCREEN_NUMBER. Create this.
    Here you find SET PF_STATUS Just Double click on this this will enable you to Assign Function Keys.
    If you want to Assign Function Key to the Push Buttons that you created Double Click on the Push Button then on the Attributes Screen you can enter the Funciton Code for this Push Button,
    Hope this is Very Clear to you.
    Cheers
    Ram

  • Assigning a Query to a Function key

    Hi,
    Is it possible to assign a query to a shortcut key or function key?
    I can't see that this is possible
    thanks
    Mark

    Hi
    Please take a look at this thread
    Query to Menu
    This will solve your problem
    Thank you
    Bishal

  • I recently purchased some scripts and saved them as actions but wont work with assigned function key

    i could use some help ....i recently purchased some scripts to help automate things i do with scrapbooking.... i am using cs4 and have vista...i have made actions to make it easy to use the scripts.... i have assigned function keys to make it easy to use the actions... but it doesnt seem to work with the function keys...i can run the actions by pressing that arrow/button on the bottom of the action palette but when i hit the f key nothing happens..when i first got the scripts it did work.... but now it doesnt....i deleted the actions and made them again but still dont work with f keys...what could be the problem and what do you suggest i do...others who have purchased these same actions seem to be able to use them with the f keys.... thanks for any thoughts and suggestions

    think i may have solved it myself and passing this dum thing along....on my keyboard is flock...i mustve hit it and the keys were locked...so i hit it and now they work.... oh dear.

  • Error when trying to assign Function Key as Service menu shortcut

    When I try to assign Control-Option-F15 to a Service Menu item in System Preferences > Keyboard > Keyboard Shortcuts I get the following error in the Console:
    9/14/09 10:09:27 AM System Preferences[878] * Assertion failure in +[NSKeyboardShortcut shortcutWithKeyEquivalent:modifierMask:], /SourceCache/AppKit/AppKit-1038.11/Menus.subproj/NSMenu_KeyEquivalents.m:37
    9/14/09 10:09:27 AM System Preferences[878] Invalid parameter not satisfying: c != nil
    Is it possible to assign function keys as keyboard shortcuts to Service menu items?

    I have the same problem (though I didn't look in the Console): I try to assign F8 to one of my services and the shortcut just stays blank. However, I have found a work-around:
    1. Leave the shortcut for the service blank, but make a note of the name -- in my case, "iTunes- PlayPause".
    2. Go to "Application Shortcuts" on the left of the Keyboard Shortcuts preference pane.
    3. Add an item under "All Applications" giving it the name of your service (eg. "iTunes- PlayPause") and you can then assign a function key as the shortcut (eg. F8).
    Since the service appears in the application's "Services" menu, it will now have the shortcut assigned uner "All Applications". An annoying bug, but at least there's a workaround.
    Cheers,
    Jolin

Maybe you are looking for

  • Link delivery to outbound Idoc

    Dear Experts, I am need to link a delivery to an outbound Idoc, I am using function module BINARY_RELATION_CREATE to create the link and I can see the link has been created in the delivery but it showing as Incoming Idoc instead of Outgoing. I am usi

  • Receiving SMS using GSM module in LabVIEW

    Hi ... I am Communicating the GSM module in VI. I can found the solution for sending the SMS. But i am having the trouble in read the SMS in VI. I tried more type of models. When I am running the VI,  in the read buffer content is displaying as "AT+C

  • ILife '09

    Just downloaded iLife'09 on two different computers. Trying to copy photos in an album in iphoto onto a dvd so I can load photo album onto the other computer to make a video montage. Task indicates that the photos/album were "burned"; however, nothin

  • VI not a resource file. Not a valid labview file

    I had the computer freeze while working on the VI.  Actually, it occurred when I wanted to back up the source code. The project opens up,. but I get the message in the attached image (below) when trying to open the VI. How do I recover this file?  Is

  • How to see the group membership for a user in oidadmin

    how to see the group membership for a user in oidadmin? I see the memberships in oiddas, but I would like to know if its possible to see them in oidadmin? Thanks.