Possible to control a function key

Hi everybody!
I have a question for you.
Is it possible to control a function key (F1 ,F2,...F12) in flex ???
With a click on a "button" I want to execute the F11 key.
(same like pressing F11 on the keyboard)
Thanks,
vinod.D

???
I'm not trying to manipulate them in real time.
Maybe I titled the thread inaccurately. I should have said, “Possible to control a Wah effect on a software guitar”.
Let me clarify All software. I wrote the software guitar notes by hand, and I'm trying to use the “Foot Control” feature available from the dropdown menu in the editor pane (⌘E).

Similar Messages

  • Programming function keys

    I am using an ergonmic keyboard by Ortek (Model EKB-805PRO) with my new 24" iMac Duo. Is it possible to program the function keys to provide sound control (increase volume, decrease volume, mute)? Some of the function keys work (F12=dashboard; F11=clear windows from desktop; F10=dim everything except active window). The others seem to be inactive.

    David, I don't know why, but the EKB-805PRO driver I download from Ortek
    http://www.kbtek.com/prod_detail.asp?pid=110&id=21&ppid=101&cname=Keyboard%3E%3E Mac%20Keyboard%3E%3EEKB-805PRO%3E%3EEKB-805PRO
    does not work (doesn't install, I think) on my computer.
    However, the following driver at Versiontracker.com does work:
    http://www.versiontracker.com/dyn/moreinfo/macosx/13809
    It was released April 7, 2006.

  • Selection-screen function key  dynamically ?

    Dear all,
    I wonder if it is possible to have a function key dynamically appearing on the selection screen of an ABAP. For example the button for reading the documentation of an ABAP is shown dynamically only if there is a documenation available.
    I have tried several methods at SELECTION-SCREEN OUTPUT
    - SET PF-STATUS EXCLUDING 'FC0x' : no reaction
    - Blanking the icon via CLEAR: SSCRFIELDS-FUNCTXT: Result blank button
    - In LOOP AT SCREEN nothing can be found concerning function keys.
    I assume that the crucial point is the SELECTION-SCREEN FUNCTION KEY statement, which generates the button.
    Thanx for your help
    Rabanus Diehl

    You mention about the 'Documentation' button.
    However, SE38 is a dialog program so this why it is easy to do. You are writing a report program. You could have the pushbutton on the screen itseld instead of the status bar. You should then be able to use LOOP AT SCREEN to hide. Here is some code to put a pushbutton on a screen.
    INCLUDE <list>.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN PUSHBUTTON 01(35) garment
      USER-COMMAND garment.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      PERFORM f_setup_pushbutton_text USING icon_execute_object text-s01
                                      CHANGING garment.
    FORM f_setup_pushbutton_text USING    p_icon
                                          p_text
                                 CHANGING p_result.
      DATA: l_result(50).
      CALL FUNCTION 'ICON_CREATE'
           EXPORTING
                name                  = p_icon
                text                  = p_text
                add_stdinf            = space
           IMPORTING
                RESULT                = l_result
           EXCEPTIONS
                EXCEPTIONS
                icon_not_found        = 1
                outputfield_too_short = 2
                OTHERS                = 3.
      IF sy-subrc EQ 0. ENDIF.
      p_result = l_result.
    ENDFORM.                               " F_SETUP_PUSHBUTTON_TEXT

  • Control two functions using a button

    Hi,
    is it possible to control two functions like clearing voltage graph and current graph, by just clicking one button on the front panel?
    how can this be done?

    Put the code for both functions inside the same case of a case structure.

  • Function key as an accelerator?

    is it possible to set a function key as an accelerator in the menu?
    i've got something like this but this is using ctrl+x as the accelerator. wanna use say F2 as the accelerator but is it possible? how can i do it?
    here's the code sample:
    menuItem = new JMenuItem("Exit", KeyEvent.VK_X);
    menuItem.setAccelerator(KeyStroke.getKeyStroke(KeyEvent.VK_X, ActionEvent.CTRL_MASK));

    Well, you got any idea..........
    I'm using
    putValue(Action.ACCELERATOR_KEY, KeyStroke.getKeyStroke(KeyEvent.VK_F5,
    0));
    for Refresh(F5) in MAC OS..........
    its works fine...but unlike Windows its not showing me F5 alongwith the menu item Refresh in the menuitem..
    It just shows Refresh and not the accelerator alongwith it.........
    Can you help???
    I need to show the accelerator F5 tooo with Refresh Menu Item

  • Disable the need of the function key when using the control key

    I'm often using the F1-12 keys when using an IDE for developing. Those IDE's use the CTR+F1-12 shortcuts quite a bit and it's always needed to use FN+CTR+F1-12 which is ridiculous and redundant. Is there a way to keep using the functions assigned to F1-12 (Adjust volume, brightness...) without pressing the function key and be able of using CTR or ALT +F1-12 without the need of pressing the function key?

    According to the system help text it is possible. And for me it works as described in the help text on my MacBook Pro.
    But on my  Mac Pro (late 2013) the relevant control (“Use all F1, F2, etc. keys as standard function keys”) is missing form System Preferences >> Keyboard >> Keyboard.
    From the help text for the topic "Use keyboard function keys:"
    If you frequently use the alternate function of a function key, you can switch the keyboard so that the function keys perform the alternate function without your pressing Fn. You then hold down Fn to use a function key’s original hardware control function. If your keyboard doesn’t have an Fn key, try holding down the Control key.
    Choose Apple menu > System Preferences, then click Keyboard.
    Open Keyboard preferences
    Select the “Use all F1, F2, etc. keys as standard function keys” checkbox.

  • Is it possible to display the standard function keys in screen painter

    Hi ,
    I design a screen in se51 where I use push buttons and input/output buttons and so on in the layout, here in the layout or in my final output screen(when i assign this screen to a transaction) I would like to display other standard keys, ie the function keys and application toolbar items. I would like to know whether there is a possibility to do this , if yes then how?
    In a menu painter there is a possibility where I can customize the keys or I can use the standard keys by going to se41 extras->adjust template. Is there similar possibilities in the screen painter.

    Ok I see. I should use &var.
    Edited by: xerosaburu on Aug 18, 2009 11:37 AM

  • Possible to redefine function keys via Ansi ESC sequences in terminal?

    If it is possible, I would be be very grateful if somebody could be so kind as to show me a couple of examples.
    BACKGROUND:
    I want to reconfigure my function keys in terminal,via ansi-escape-sequencenses from
    a script, before invoking the "screen" utility, to make it less cumbersome to use.
    It's really nifty, if you want to see som manpages, without ending up with a zillion of terminalwinwindows, and you can name the windows too, so you can easily see the difference between
    terminfo and bash for instance, - but the keypresses for invoking screen is quite cumbersome.
    I will try do it by ansi-sequences, but I haven't managed to do that yet.
    I want to store other keypresses, like [^A"] on functionkey F2 for instance.
    I have no intention to restore the keys, as i just close the window when I'm finished using screen.
    I have configured my function keys in terminal, and I think that writing new values for them in the defaults database, and be able to use the new configuration from within terminal is a little to much to expect.
    If anybody has a solution not including ansi sequences, I'm open for that as well.
    Sincerely
    mc Geek

    Thank you. That wasn't what I had in mind, but thats what I'll go for, as I can't seem to figure out how to send and ansi escape sequence that does it, and creating a new terminfo file with the new settings, exporting it, and and creating a new subshell is just too much work. "Screen" runs fine now, with some function-key bindings.
    sincerely

  • Is it possible to make a shortcut key to would do the "paste" function?

    The hard part is that I want to paste in another program, like if I open a notepad, I can just click a botton in a java program, a string would have been saved in the clipboard, and then just press a shortcut key would paste the string on the notepad.
    I am making this for a senior people group so they would not need to right click and then paste, or use "ctrl+v" to do so, I have done the click a botton and then save in a string part, but still haven't figured out is it even possible to have a shortcut key then just paste on another program like notepad.
    Thanks for your help!

    It is hard to senior people to press that "ctrl+v", is it possible to somehow use another key to have the "paste" function? Basically transfer the "ctrl+v" keystrokes to another keystroke...

  • How do I turn off the requirement to press control when using a function key

    When using my wireless keyboard, it requires me to press controls to use the function keys (F3, F5, F70.) However, this makes it so some of my games controls won' work,(For example, in Minecraft I can't access the debug menu.) Is there any way to disable this.Thank you for your support

    Please take these steps if you're prompted for a password when moving items in your home folder to the Trash.
    1. Triple-click anywhere in the line below on this page to select it:
    ~/.Trash
    2. Right-click or control-click the highlighted line and select
    Services ▹ Show Info in Finder (or just Show Info)
    from the contextual menu.* An Info dialog should open.
    3. The dialog should show "You can read and write" in the Sharing & Permissions section. If that's not what it shows, click the padlock icon in the lower right corner of the window and enter your password when prompted. Use the plus- and minus-sign buttons to give yourself Read & Write access and "everyone" No Access. Delete any other entries in the access list.
    4. In the General section, uncheck the box marked Locked if it's checked.
    5. From the action menu (gear icon) at the bottom of the dialog, select Apply to enclosed items and confirm.
    6. Close the Info window and test.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.

  • Is it possible to control a BSP with function keyu00B4s ?

    Good morning,
    I´ve got a BSP application.
    Now i want to change some things.
    I want to controll the BSP page by the function keys F1-F12.
    These keys should start some actions like going foreward or backward.
    Has so. did this bevore? Can someone help me please ?

    hi
    good
    yes you can control a BSP application using the function key.
    go through this link
    http://help.sap.com/saphelp_nw2004s/helpdata/en/d7/446f3b19d99b0de10000000a11405a/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/16/ac1e3a0088e042e10000000a11402f/content.htm
    thanks
    mrutyun

  • 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.

  • Is possible to lock Function key ?

    Dears all,
    it's possible to lock Fn key ? Since on the new mac keyboards 2 keys must be pressed for function assignements ?
    Anyone ?
    Thanks.

    Go to "System Preferences", "Keyboard and Mouse" and click on the Keyboard pane. Then tick the box where it says "Use F1, F2, Etc Keys as Standard function keys".

  • Third Party keyboard- possible to "Use all F1, F2, etc. keys as standard function keys"?

    I've got a 3rd party Anker slim mac keyboard (http://www.amazon.com/Anker%C2%AE-Bluetooth-Wireless-Keyboard-Tablets/dp/B005ONM DYE).
    I really need to be able to use the F7 and F8 keys for my audio program (Pro Tools 10), but they always do the consumer-keys actions (rewind/play in itunes). Everywhere I look says to go to System Preferences and select the "Use all F1, F2, etc. keys as standard function keys" button, but since I have a third-party keyboard, that option does not exist. Using an applescript to try and do it anyway doen't work either. The closest I've gotten is using the freeware FunctionFlip, but that requires me to press and hold the Fn key to use them as function keys. I don't want that.
    Is there ANY way, official or third party, free or paid, that I can get this to work without buying a new keyboard?
    Thanks!
    Computer is a late 2012 Mac Mini with Mountain Lion

    Hello,
    I think Spark cured this for another person and the same problem...
    http://www.shadowlab.org/Software/spark.php

  • Function keys are not working correctly

    I've been looking all over the various threads and I can't find an answer that solves my problem.
    Here are the details:
    I bought the computer in the U.S. where I live.
    I have a iMac 2.4GHz intel Core 2 Duo  EMC 2133 with a 20" screen. Bought it new in February 2008.
    I have Mac OS X 10.5.8  (I am waiting for my order for OS Snow Leopard to come in!!)
    I have been using a wireless mouse and Keyboard (Love not having cords!)
    Recently, my wireless keyboard got a short and quit working. I went down to the apple store and got a new wireless keyboard.
    I had the computer with me at the genius bar so, yes, the apple employee saw exactly what I have.
    I took it all home got the thing all put back together and got the new keyboard paired up and working with the computer.
    Here are the problems:
    Went to go use the function keys while using iTunes and found they weren't working properly. The F10, F11 and F12 do not control the volume of sound as the keyboard indicates they would, they instead activate dashboard, spaces, and application windows. 
    Following the advice of other threads, I looked over in the system preferences and made sure the "Use all F1, F2 etc." box was unchecked (it was unchecked), things still didn't work.
    I tried the fn key but it appears to not work at all it has no effect on the functioning of the function keys.
    I went under keyboard shortcuts in system preferences and found the F10, F11 and F12 keys, it confirms that those keys control spaces, dashboard and application windows as they are performing but shows no options to either reassign to volume control (as marked on the keyboard) or make the fn key work.
    I've gone back and forth trying various combinations of checked and unchecked boxes to see if anything would work, so far I've come up with nothing.
    A couple more important or interesting facts:
    Yes I have turned off and taken the batteries out of the old keyboard. My bluetooth connection currently shows it as disconnected.
    I have restarted the computer.
    One thing I find odd; when I go under preferences and go to Keyboard and Mouse when I go under the section "Bluetooth" it shows Bluetooth mouse with the name of the mouse and the battery level. BUT nothing is showing up under bluetooth Keyboard, I can't figure out how to change this and don't know if it is contributing to the problem.
    When I go under the bluetooth logo on the top bar I find the mouse and both keyboards referenced, the old keyboard is shown as disconnected and the other two are connected. I have tried to update the device's name but it doesn't seem to let me.
    I have double clicked on the device under bluetooth and it shows the new keyboard as discoverable, paired and connected. Hence, I am using the new keyboard to write this inquiry.
    Please, any assistance would be of great help. I have tried to be thorough in order help narrow the possible problem. Thanks!!

    Hendry
    Just thought I'd let you know.  Our suspicions were correct, it was the OS. After I installed Snow Leopard (10.6.8) all the problems were corrected.  I also updated the RAM from 1 gb to 6 gb. The mac is working all around better. Sorry it took so long to get back to everyone. My superdrive had pooped out. Rather than replace it I got an external drive from OWC connected with firewire 800.  So far everything is running very well, as far as I can tell this external drive is better than the original superdrive. My superdrive has always acted funny, infact I returned the first mac I got after a week because its superdrive was also malfunctioning. Anyway, all that to say everything seems to be fully functioning again.
    Roy
    Re: Function keys are not working correctly 

Maybe you are looking for