Disabling Function Keys in Select Applications

Long ago in an OS far away, I knew how to disable the function keys so I could map them as I chose in my mappable apps. I know this was — at the time — a terminal command, but I just can't remember it. I would settle for knowing how to do that again, but what I would really like is the ability to either quickly turn on and off the Mac default uses for the function keys or, better yet, have it turn off in certain apps.
I've tried the "Use all F1, F2, etc. keys as standard function keys," button in the Keyboard & Mouse System Settings, but I don't see where that has any sort of effect. The reference there to the 'fn' key makes me think it's only for laptops. Do I have to restart the app or the computer? Will that do what I'm looking for?
Any help?
Thanks,
Martin

I would settle for knowing how to do that again, but what I would really like is the ability to either quickly turn on and off the Mac default uses for the function keys or, better yet, have it turn off in certain apps.
I've tried the "Use all F1, F2, etc. keys as standard function keys," button in the Keyboard & Mouse System Settings, but I don't see where that has any sort of effect.
yes, it does have an effect. it lets you use F-keys as regular keys and map them to what you want.
The reference there to the 'fn' key makes me think it's only for laptops.
no, this is for any keyboard that has a fn key. if you have it on your keyboard then you get that checkbox in keyboard system preferences. if you don't have it the checkbox won't even show up. when the box is checked you have to hold fn to get the functionality of the F-keys written on them. otherwise they act as regular keys that can be mapped to whatever you want. you can do this in system preferences->keyboard&mouse->keyboard shortcuts.

Similar Messages

  • URGENT!! Disable functional keys (ex Maiusc+f4,Maiusc+f5,Ctrl-pgdwn)

    Hi
    I have a problem in my application because Form builder allow to use some special functional keys (press ctrl+f1 for menu). For example i can delete al the records in the form when i press MAISC+f5, or i can navigate from a block to onther block pressing ctrl-pgdown. How can i disable this functional keys in my application?
    PLZ HELP!!
    fulvio

    Thanks
    But i would like to know if ther's some function that allow me to diusable all the functional keys.
    Moreover if i use a trigger for each function the size of my application became to large.
    Fulvio

  • Disable Function Key F3 in Internet Explorer

    I would like to disable function keys F1 and F3 while playing
    my flash movie in internet explorer. I am using these keys within
    Flash to do some actions.
    I got the script working for Function Key F1 using the
    following script
    <script language="javascript">
    document.onhelp = function() {return(false);}
    window.onhelp = function() {return(false);}
    </script>
    But unable to make it to work for function key F3.
    Thanks in advance,
    Desmond

    Hi des_shun, I have workaround for this issue.
    First thing we have to do is disable keyboard event for F3 key on HTML document so that even if focus is on html document, default Search functionality will not popup. Next thing is, flash must contain KeyboardEvent listener for keyboard response. This is where we will keep our custom F3 functionality. This setting works well on Chrome & FireFox.
    Now IE thing.
    The prolem with IE is that if any one of F3, F5, F6,F7 & F11 key is pressed, when the focus is on flash movie it directly executes the default browser functions like searching, refreshing etc never allowing flash to execute its keyeventlistener. But if focus is on document body, then F3 and other keys work fine.
    Here is the catch.
    All we have to do is whenever focus is shifted to flash, we should revert that focus to document body.
    Here is how we can do this.
    Capture the MouseClick event in your flash movie. Then in this mouseclick event handler, call  javascript function to change focus to document again. Below is the sample code.
    //Flash Code
    stage.addEventListener(MouseEvent.CLICK,mClick);
    function mClick(event:MouseEvent)
              ExternalInterface.call("changeFocus");
    // Javascript Code
    <script type="text/javascript"</script>
              function changeFocus()
                             document.body.focus();
        </script>
    Thats it!

  • Using FUnction keys on selection screen

    Hi All,
    I want to submit a report if the user presses any assigned function key when he is on the selection screen of a t-code.
    how can i capture the commands of function key on selection screen.

    hi
    try below code
    TABLES sscrfields.
    INITIALIZATION.
    PARAMETERS : p_1 TYPE c.
    SELECTION-SCREEN : FUNCTION KEY 1.
    SSCRFIELDS-FUNCTXT_01 = 'Report'.
    SELECTION-SCREEN : FUNCTION KEY 2.
    SSCRFIELDS-FUNCTXT_02 = 'Report2'.
    AT SELECTION-SCREEN.
      IF sscrfields-ucomm = 'FC01'.
        SUBMIT ZXXX1 VIA SELECTION-SCREEN AND RETURN.
      ENDIF.
      IF sscrfields-ucomm = 'FC01'.
        SUBMIT ZXXX2 VIA SELECTION-SCREEN AND RETURN.
      ENDIF.

  • 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

  • Disabling function keys

    Hi friends,
    Is there any way to disable all the function keys in my forms 10g application?
    Regards
    Jeneesh

    Function keys allow also to suppress a record in a block (DELETE_RECORD) or to create a new one (INSERT_RECORD), or to change the current record (KEY-NXTREC, KEY-PRVREC) for example. If you deactive every function keys, the end user will not be able to change the current record with the keyboard.
    Francois

  • Standard function keys in specific applications

    Just wondering whether there is any way to use the standard functions of F1, F2 etc in specific applications without having to have this function enabled in Leopard as a whole. For example, in general, I want to be able to adjust the volume and brightness on my Macbook Pro without having to push the fn-key. However, when, and only when, I use Pages, I want to use these keys as standard-function keys in order to be able to switch between styled. Is there any way I can make this happen??

    I would settle for knowing how to do that again, but what I would really like is the ability to either quickly turn on and off the Mac default uses for the function keys or, better yet, have it turn off in certain apps.
    I've tried the "Use all F1, F2, etc. keys as standard function keys," button in the Keyboard & Mouse System Settings, but I don't see where that has any sort of effect.
    yes, it does have an effect. it lets you use F-keys as regular keys and map them to what you want.
    The reference there to the 'fn' key makes me think it's only for laptops.
    no, this is for any keyboard that has a fn key. if you have it on your keyboard then you get that checkbox in keyboard system preferences. if you don't have it the checkbox won't even show up. when the box is checked you have to hold fn to get the functionality of the F-keys written on them. otherwise they act as regular keys that can be mapped to whatever you want. you can do this in system preferences->keyboard&mouse->keyboard shortcuts.

  • How to disable function keys?

    Hello. I would like to disable the F1, F2,F3, and F4 function keys on my HP laptop.
    They open windows help and change my brightness.
    I would like them to not open shortcuts so I can use them for gaming.
    How do I do this? I've been reading plenty of threads on it but I still dont understand...Thanks!

    Hi there ,  Thank you for visiting the HP Support Forums and Welcome! This is a great site to get answers and ask questions. I read your post on the HP Support Forums. I understand that you would like to disable your Functions Keys on your Notebook.  Here is a document I found for your called HP Notebook PCs - Disable The Fn + Function Key Combination on Certain Models. 
    Please follow these provided troubleshooting steps, re-post and let me know if it worked. Thank you! Have a great day!

  • How to disable function key shortcuts in webgui

    hello,
    I want to disable shortcut keys like F3(back) in ITS webgui. however hiding menus in webgui, function keys are still working
    Thanks & regards
    Kishan Rana

    Hello Kishan,
    Thanks for posting the answer.
    Does the note
    1501768 ITS: Config. permitted or prohibited OK codes during start
    offer any additional help here? Will further restrict the behaviour of a transaction.
    Regards,
    Oisin

  • Function keys to wd application

    Hi all,
    how can I get function keys (F1, F2, F3...) to web dynpro button elements?  I am doing application where user uses keyboard (or touch screen) and not mouse and they need to jump from one field to another without having to go through them all.
    Thanks for any ideas,
    Kati

    Of course I found previous thread about this after I wrote this question. I think I found the solution to this there.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/84/fd8b41bce2a609e10000000a155106/frameset.htm

  • Short cut - Function Keys for my Application

    Hi Friends,
    I am trying to use function keys alone (like only F5 or F6 etc) as shortcut for actions in my app....how to do it ???
    I can abe to place shortcut keys like CTRL + R or ALT + R etc...that is control keys + any key is possible...but how to do only function keys.....
    I tried using setMnemonic....setAccelerator....but i am not able to use function keys alone.....kindly help me out....
    Regards,
    V.Prasanna

    The mnemonic has to be an actual character, but function keys are perfectly valid for use as accelerators:  KeyStroke ks = KeyStroke.getKeyStroke("F6");
      comp.getInputMap().put(ks, actionID);That works for me. How are you doing it?

  • Help disabling function keys

    I need help disabling my fn key, i game a lot and i like using my f keys without holding this down, and i cant access the BIOS menu by turning off laptop already tried that and tried turning off hybrid restart to access it and still didnt work, help please? 

    Hi
    Please find the link given below might help you in case you have already tried this step let me know.
    http://support.hp.com/us-en/document/c02035108
    Let us know how it goes!
    "I work for HP."
    ****Click the (purple thumbs up icon in the lower right corner of a post) to say thanks****
    ****Please mark Accept As Solution if it solves your problem****
    Regards
    Manjunath

  • S440 - Disable Function Key Indicator Light

    S440 - Fn key swapped with Ctrl (set in bios) and function lock ON (now the Ctrl key + Esc).
    I really like it this way but that little yellow light on the Fn key is really annoying. Other than a bit of black electrical tape, is there anyway to kill that light? (while retaining function lock ON) 
    I'm looking for registry tweaks rather than physically removing and killing the light.

    I have a ThinkPad T440s, and have the FnLock function enabled but the indicator (in the Fn button) remains OFF. And when I turn the FnLock fuction OFF the indicator remains ON. I think it's suppose to work in the opposite way.
    Also hate the possition of the FN and Ctrl keys, it would be muco better if they are used the other way around as in most of the computers and keybords. Hope they can improve that. If any one knows how to change it I'd appreciate it.
    Thanks

  • Disabling the function keys in GUI status

    Hi Experts,
                    I want to disable/hide the function keys in the gui status based on some condition in a module pool.Please tell me how to achieve that.
    Regds
    Abbhishek

    Hi Abhishek,
    Please check the follwoing links to enable/disable function keys in module pool.
    [http://www.saptechies.com/pf-status/|http://www.saptechies.com/pf-status/]
    [http://www.sap-img.com/abap/common-used-of-dialog-screen-for-display-change-delete.htm|http://www.sap-img.com/abap/common-used-of-dialog-screen-for-display-change-delete.htm]
    [http://sapabap.iespana.es/sap/tips/dinamically_set_pfstatus.htm|http://sapabap.iespana.es/sap/tips/dinamically_set_pfstatus.htm]

  • 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

Maybe you are looking for

  • IMP-00017: following statement failed with ORACLE error 1031

    Hello, I export a schema from prod (database A) and I try to imported to onther test database (databse B). database A: single database - Non ASM - 10gR1 database B: RAC database - ASM -10gR2 To import database I use this: imp osiris/b@osiris file=pro

  • I need to add the Dynamic rows in the Jform

    {color:#800000}*I have used Jform in the net beans... when the submit button i clicked then the dynamic rows should be inserted.. how can do that... i have used DefaulttableModel but in netbeasns it is not supporting i dont know how to add please tel

  • MBP Self Assigning IP Address on one router only

    This seems to be a common problem and seems to have been occuring for quite some time now. I am very disappointed that Apple have not come up with a simple fix for it. Here is my version of events: I recently upgraded to OS X Mavericks and ever since

  • CS4 Full Screen Mode

    In CS4 Full Screen Mode adjustments to layers /filters etc. can cause odd looking grayed out file name at top of window. how to avoid?

  • I can't install MS Visual Studio 2010 ultimate

    Hi everyone I'm trying to install MS Visual Studio 2010 in my laptop, but it get stuck on this point shown in snap shot. I've installed this several times before but now i can't, even I installed my windows again but the problem is same. I'm using wi