Mac & Photoshop Function Keys and/or volume

Question for Mac & Photoshop users.. I want to use the Function keys for PS actions.. however I really love the volume buttons for music. If I turn on Use all Function Keys as F1, F2 etc, I can use the Fn keys for PS, but the volume options go away.. Can I have my cake and eat it too? Thanks!

Have you checked the System/Keyboard preference pane to see if the Function key option is checked?
OT

Similar Messages

  • I need to use the F12 key as a function key not as volume

    I am using a DOS system for work and need to use the F12 key as a function key and not volume how to I do this....... frustrating!

    Tried that still changes volume

  • Switch function keys and Fkeys

    The default use of the F-keys is for the functions such as brightness and volume. How do I switch function keys and F-keys so the F keys are the default, especially for programs that I can assign custom keystrokes such as in Adobe InDesign. Thanks

    Hi, Shut down the notebook.  Tap away at the esc key as you start the notebook to enter the Start-up Menu.  Select the Bios option ( f10 ), then make the change shown in the document on the following link. http://h10025.www1.hp.com/ewfrf/wc/document?docname=c02035108&cc=us&dlc=en&lc=en&jumpid=reg_R1002_US... Regards, DP-K

  • Function Keys and Mouse Right Click Stopped Working On New iMac

    I bought a new iMac a couple of days ago and everything was working fine until last night when I noticed that the volume up/down function keys and also the mouse right click no longer worked.
    For the mouse I tried turning off the right click option and back on again and also tried another mouse which has the same problem.  Both work ok on a MBP which I have.
    I have tried doing the normal SMC and PRAM resets which doesn't solve the problem.
    One program which I installed after I got the computer was Logmein which screwed up my audio settings.  After uninstalling that my audio settings are ok but I was wondering if the program could also have changed some other settings.
    Any ideas would be greatly appreciated.

    Have you checked the System/Keyboard preference pane to see if the Function key option is checked?
    OT

  • RE: RE: Function keys and droplists

    I had to implement the same problem in a window. I wanted Ctrl-F to be the
    same as the "Fetch" button. I forgot the SetAsFunctionKey existed, so I
    created a Menu choice with a shortcut of "Find." I have had no problems,
    when
    Ctrl-F is pressed the "menuWidget.activate" event is posted and no keystroke
    events are sent at all.
    Greg.Nyberg wrote>>>From: [email protected]
    Date: Tue, 26 Jan 1999 10:20:40 -0600
    Subject: RE: Function keys and droplists
    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    - -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    I had to implement the same problem in a window. I wanted Ctrl-F to be the
    same as the "Fetch" button. I forgot the SetAsFunctionKey existed, so I
    created a Menu choice with a shortcut of "Find." I have had no problems,
    when
    Ctrl-F is pressed the "menuWidget.activate" event is posted and no keystroke
    events are sent at all.
    Greg.Nyberg wrote>>>From: [email protected]
    Date: Tue, 26 Jan 1999 10:20:40 -0600
    Subject: RE: Function keys and droplists
    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    - -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Re: Function keys and droplists

    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window but
    the menu is still activated. Forte refuses to acknowledge this as a bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    Picture a grid with a bunch of widgets within it. Inside this grid there is
    a 'Find' button accelerated with the letter 'F'. Also inside there is a
    droplist. When the user places focus on the droplist and hits Ctrl+F to
    shortcut the find button the method to handle the button click is called but
    the droplist changes to the first element beginning with the letter 'F' as
    well. Does anyone know of a way to not change the droplist when I am
    handling the letter 'F' as a function key?--
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Also note that if you set a cntrl-<letter> as a function key, any time the
    user types that letter (without the cntrl) in any entry field on the window,
    the field gets an "aftervaluechange" event fired. Normally aftervaluechange
    doesn't fire until after you leave the field... This caused us significant
    problems in the use of cntrl-<letter> key combinations, since we were
    validating the contents of fields as the user left them in some cases. We
    went back to only using the upper-row function keys, avoiding F1 (help) and
    F10 which have undesirable side effects as you describe. F4 is also a
    problem as it tends to open droplists before getting processed as a function
    key, but we could live with that.
    -Greg
    -----Original Message-----
    From: Thomas Kunst [SMTP:[email protected]]
    Sent: Tuesday, January 26, 1999 3:18 AM
    To: [email protected]
    Cc: Ostlund, Scott CWT-MSP
    Subject: Re: Function keys and droplists
    It is a general problem with the SetAsFunctionKey method that the
    default behaviour of the key - which is present if you do not call
    SetAsFunctionKey - is not disabled after the key is used as function
    key. We have this problem under Windows: the F10 key has a default
    behaviour of activating the window's menu. Now if you set F10 as
    function key, the corresponding Forte event is posted to the window
    but
    the menu is still activated. Forte refuses to acknowledge this as a
    bug,
    but maybe requests from several people can convince them ...
    Ostlund, Scott CWT-MSP wrote:
    >
    > Picture a grid with a bunch of widgets within it. Inside this
    grid there is
    > a 'Find' button accelerated with the letter 'F'. Also inside
    there is a
    > droplist. When the user places focus on the droplist and hits
    Ctrl+F to
    > shortcut the find button the method to handle the button click is
    called but
    > the droplist changes to the first element beginning with the
    letter 'F' as
    > well. Does anyone know of a way to not change the droplist when I
    am
    > handling the letter 'F' as a function key?
    Dr. Thomas Kunst mailto:[email protected]
    sd&m GmbH & Co. KG http://www.sdm.de
    software design & management
    Thomas-Dehler-Str. 27, 81737 Muenchen, Germany
    Tel +49 89 63812-221 Fax -444
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Function keys (i.e., volume control) not working.

    I just noticed that none of my function keys (i.e., volume control) appear to be working.  I have an Apple wireless keyboard. It is correctly paired.
    I tried a PRAM reset, which did nothing.

    System Preferences/Keyboard/Keyboard - make sure the top box isn't checked.

  • Function Keys and Power Commands Don't Respond

    I've encountered an odd intermittent problem with my iBook G3 900. On certain boots the following issues crop up:
    - Function keys are non-responsive. Expose, Volume, Brightness, and Eject all stop working.
    - Power button doesn't respond. Also, software power commands don't respond. The only way to shut down the system is to do a force shutdown by holding down the power button for four seconds (or other unpleasant things like unplugging the power and the battery, which I refuse to do except under the most dire circumstances).
    - "About This Mac" refuses to load. Sometimes I see the window appear, but it parks itself at the top left of the screen where I can't get to the window bar, and Expose obviously doesn't help.
    Now as I said, this problem is intermittent. It only seems to occur on certain boots, but it's incomprehensibly annoying when it does appear. The iBook is a secondary system, so I have barely anything on it and I don't do anything crazy with as far as software goes. All I know is that the problem appeared after I rebooted after installing SideTrack, but try as I can I can't seem to link my problem with aforementioned app. If the problem does assert itself, I force a shutdown, and it goes away on the next boot.
    Any thoughts?
    iBook G3 900 Dual USB   Mac OS X (10.4.7)  

    Hi, and welcome to Apple Discussions.
    One of the first troubleshooting procedures to try when you are seeing operational anomalies is to reset the PMU.
    What is the hard drive capacity and how much space remains available on it? Sometimes strange things start to happen when you get down to less than 5 GB of free hard drive space.

  • Ideapad U430p, Swap function keys and my cat

    So I bought the U430p and after installing the complete system new, I am quite happy with it. Obviously my cat also. I disabled in the Bios the Hotkey that I don't have to press all the time Fn+one of the function keys to access these. However, I read this forum and several others asked also this question, however my cat must have found a hidden key combination to swap the Fn keys back after stepping or sleeping on my notebook. It happened already 2 times, that I pressed F2 (to rename a file) and the loudness was going down. F5 and the window closes. So I went back to the BIOS and to my surprise the Hotkey was still disabled(!). So I enabled it and disabled it again, Exit and save settings and all was back to normal. Pressing the Decrease Volume was F2 again, so I could rename w/o pressing the Fn key. Until 2 days ago, same situation, cat stepped at night on the notebook and I had to suffer again that selecting F2 was only possible with the Fn Key. Bios same, Hotkey was still disabled. My question is now: what is the secret hotkey in Windows (or login screen) to swap the Fn keys. If my cat can do it, I wanna do it also Cheers Tom

    I have the same problem, and I really can't understand why do they do such things! I even can't get a normal answer from Lenovo about it. I like Thinkpads, they are great designed & they have a lot of unique features, most of them could be customized, exept this! Why??? I can't belive that it's so hard to remap 2 buttons using BIOS! The problem is that the FN key doesn't generate a scan code, which could be recognized by the software, i tried numerous programs to remap the FN button, but it's useless. You can do it only in 2 ways: 1. mechanical - to swap them fisically, but it's hard, dangerous & the warranty will be lost of course. 2. BIOS remapping which can be done only by Lenovo or maybe by somobody, who can hack the BIOS. So, Dear Lenovo Experts PLEASE do this feature for us, we REALLY neeed it! We need it much more than "keyboard customizer", more than "easy eject", more than "media center" becouse we use the left CTRL button every minute, working on your notebook!

  • MacBook ('08) function keys not working (volume, etc) XP SP3, Bootcamp 2.1

    I have just upgraded from a MacBook Core Duo 2.0Ghz (mid-2006) to a MacBook Core 2 Duo 2.4Ghz (mid-2008).
    I had Windows XP (SP3) installed and running nicely on a partition on the old MacBook, and what I've now done is simply swapped that whole hard drive from the old MacBook to the new one. OSX (10.5) runs just fine, but Windows is giving me issues. I successfully reactivated Windows, and then did a repair installation from my original WinXP install disc, which took Windows back to Service Pack 2. I used the OSX install DVD that came with the new MacBook to install the Boot Camp Windows drivers (version 2.0), and then downloaded and ran the Boot Camp 2.1 update, and then upgraded to WinXP Service Pack 3.
    The trackpad on the new MacBook is working in Windows, as is MOST of the keyboard. Only the function keys aren't working (brightness, volume, eject, etc.). I've tried using them both with and without holding down the "fn" key in the bottom-left of the keyboard, and both with and without the setting checked (in Windows Boot Camp prefs) for using the function keys for hardware purposes.
    I can't help but think that the problem arises form the different layouts of the 2006 MacBook and the 2008 MacBook. The 2006 model used the F3, F4, and F5 keys for volume (mute, decrease, increase), while the 2008 model uses F10, F11, and F12.
    When I look under Add/Remove programs in Windows, I see that there are still old Apple drivers for keyboard and other devices. I see versions of the drivers going back to 1.x, and also 2.0 and 2.1.
    In efforts to start afresh, I've tried using both the Boot Camp 2.1 Updater and my 2008 MacBook Install DVD (which has Boot Camp 2.0) to remove Boot Camp from Windows, but neither seem to really do the trick in terms of really removing all the Boot Camp components and drivers, and reinstalling the Boot Camp drivers doesn't get the keyboard function keys working.
    I've tried everything I can think of (short of erasing the partition and starting with a fresh install of WinXP, which is NOT an option). Is there some way to remove the old (or all) Apple drivers in order to install Boot Camp components anew? Or would that even get the keyboard working anyway? Any other ideas at solving this problem? Thanks very much.

    AHA!!!! FIXED IT!!!
    Found another forum post here:
    http://discussions.apple.com/thread.jspa?messageID=7688314&
    And that reminded me that the little Boot Camp grey diamond icon wasn't appearing in the tray like it should. I found KbdMgr.exe and tried to open it, but got an error. So I deleted it and did repair/update from Boot Camp 2.1 Updater, rebooted, and now KbdMgr.exe is running, the icon is in the tray, and the function keys (volume, brightness, etc) are working! Hooray!!
    So in conclusion, this problem may not have been due to the different keyboard layouts, but could've been something about SP3 & BootCamp 2.1. Maybe. Who knows. I'm just happy I've got it working.

  • The fn/function key and Safari causing it to freeze! Help!!

    Hi there, I'm a new user to Mac, just got my Macbook today. I have a problem with my safari. I was trying to group a few pictures together in a folder with the shift key but I accidentally pressed the "fn" key and some other key I'm not sure which and this has caused my safari to freeze, or rather when I click on any buttons or tabs it just gives me the error sound and it will not close. I've tried to restart or shut down my mac but it wouldn't let me because it says to shut down safari before I can shut down the Macbook. I've tried everything to try to shut it down but it can't because everytime I click on something on safar I just get the error sound! I can't even click to open a new window. I've been trying and trying and I dunno what is it that I did with the "fn" key thats made it this way! Please help! Thank you!

    Force Quit Safari
    Command-Option-Escape
    -OR-
    Apple Menu -> Force Quit
    -OR-
    Dock -> Option-Click -> Force Quit
    If that does not work, then you can always power-off the Mac (NOT desirable, but sometimes it is needed, I just hope the Force Quit works). To power off, press and hold the power button for 5 to 10 seconds, and this will power off your Mac.

  • Function key and moving the columns in a table

    Hi all,
    Can anyone help me how to make use of function key UI element in nwds 7.1 ehp1 version..
    and also how to move the columns of the tables at run time...
    thanks,
    viswa

    No,
    i am not working on mobiledevices...
    i am recently installed this nwds 7.1 ehp1 version  and learning the new things in that...
    for that purpose i am searching for the pdf's or examles here...
    can anyone pls send me the tutorials or samples to work on it
    thanks,
    viswa

  • Additional laptop function keys and KDE

    Hello everybody. If I install all KDE packages with:
    sudo pacman -S kde
    I got native support for all my laptop function keys (like volume control, mute, etc...) with also graphic icons showing up when I choose a function. Of course I also get a ton of other software which I don't need. Sadly to say, installing only kde-base (which of course is the way I want to proceed in order to fully configure my system only with what I need) doesn't provide this functionality. I spent some time looking at all KDE packages with:
    pacman -Ss kde | less
    to find out the one I need, without success. Has anyone any idea about the packages I may need to install? Thank you.
    Last edited by Y3k (2011-10-03 01:12:05)

    Moderator comment:
    Perhaps the lack of response means there is no one out here with an answer.  Maybe you should provide more information, or tell us what you learned in half day since the first post.
    For example, do you think that telling us the type of laptop might be useful?
    Please read our policy

  • Using Function Keys and Alt Key in Flash Video

    I am attempting to create an eLearning video, which includes instructions, a "try it yourself" section, and then a quiz.  Our software that I am trying to simulate uses Function keys (F6 to bring up specific windows) as well as shortcut keys (Alt-S takes the user to a certain field, Alt-P conducts a Patient Search, etc).  However, I have found that when running the video using IE, the browser takes over the focus and these function keys do not control the video. 
    These functions work fine in Google Chrome (not approved for use by the company) and when the video is published as .exe, but I need this to work in IE. 
    Is there anyway to retain the focus on the flash video for the entire video?
    Thanks so much for any help!

    Here is the Preference dialog that Lilybiri was referring to where you can change the key assignments.
    When finished recording, you can click the Restore Defaults button to set everything back the way it was.

  • Toshiba Satellite C55 function key and Mic

    I want to report that the Windows 10 upgrade is working well in Satellite C55 series, but some function keys are not responding (working) such as F12 Key that his function is enable/disable Airplane Mode, F5 key that his function is enable/disable touchpad. These function keys does not work, others run smoothly. So, I want to recover the key functionality.  In total the function keys are 12 from F1 to F12. attached manual of the laptop.  And when I plug my headphones (without microphone) to the laptop, the laptop can't receive sound from the integrated microphone, until I unplug my headphones, the laptop can receive sound from the integrated mic. It happens in Windows 8.1 and here in Windows 10. I don't what can I do? 

     
    Satellite C55-B5362 (PSCLUU-04N004)
    Downloads here. I don't know which of those drivers/utilities needs to be reinstalled. Maybe you can let us know what happens.
    Some Windows 10 updates here after you paste in your part number (PSCLUU-04N004).
    For the Fx keys, try installing
       Toshiba System Driver

Maybe you are looking for

  • Safari quits or freezes when I input text into a login field

    Hello Everyone, Heres the problem: Whenever I input text into some login fields (on pages I have been using for a long time w/ no previous problems), the app usually freezes, sometimes it quits. I have scoured the forums for people with the same prob

  • Remove extra space value of the field  in text element

    Dear All, Can any one please help me out to remove the blank spaces in the text elements of SF. we are printing Label in which i want print  quantity of material. and i am using MSEG-MENGE for quantity of maetrial. But the issues is when we are print

  • Using GET-SMBShare to check if share exist

    I understand how to use get-smbshare to check if a share exist or not.  My problem I am having is if it doesn't I want my function to create the share using the net-smbshare command.  I can do this with the New-Item for directories, etc.  Just can't

  • Form Based Role Validation

    I am trying to use the form based security role validation. I am using JDeveloper's built in OC4J. I am getting to my login form but when I try to submit I get the following: java.lang.IllegalArgumentException: Resource /j_security_check?j_username=m

  • Historical data from ACE20 load balancer modules

    Hello, I am trying to get some historical data from our ACE20 load balancer modules which are housed in a 6504, but cannot seem to find where to get this information from. I would like to get information such as memory used, CPU active connections, t