How to set ALT keys functionality?

I want to set the ALT key fuctionality externally is it possiable, that is in solaris.

hi thank for your response but my problem is how to fire the Fuctionality extenally. I explain my problem
I want to set the move funtionality for a JWindow in solaris but i won't set the transprent window. In solaris Whenever you click on ALT F7 then the default move fires, i want to set it in my menuitem.

Similar Messages

  • How to set Shortcut keys for button in Apex

    Hi
    Could anyone help me on how to set shortcut keys for buttons in Apex.
    I need to use say ALT + S to submit the page.
    The following thread pertaining to HTML DB refered to use ACCESS key. but that couldnt work in my case.
    Re: operation of the app. with the keyboard
    Any pointers on achieving this would be helpful.
    Thanks
    Vijay

    Hi Vijay,
    I’m afraid you must do it using javascript key listener. You can’t use action() on template based buttons because they are actually not HTML buttons but images with hyperlink.
    Key listener checks which key has been pressed down and invoke some JS function. For example, write this code in page header:
    <script>
    document.onkeydown=keyCheck;
    function keyCheck(e){
         var KeyId = (window.event) ? event.keyCode : e.keyCode;
         switch(KeyId){         
              case 113:
                   doSubmit('SAVE');
                   break;                    
              case 118:
                   alert('Hello');
                   break;
    </script>
    This script will submit page with request 'SAVE' if you press F2 or will show alert message if you press F7. Modify it to your issue.
    Regards,
    Przemek

  • How to set primary key of the VO.

    I have a problem with the master detail search. The search works fine on the first search, all details can be seen fine, but in the second search I get this error.
    The number of displayed records, 1, exceeds the actual number of records, 0, in view object EgoItemAdvancedSearchAM.MYACCESSOR001_MYLINK001_DetailsOrderLinesVO. Some of the displayed records may have been deleted.
    Somwhere in another thread, someone had the same problem and the soultion was to set primary key of the master VO. I am not sure how to set primary key of a VO. In my case the master VO is dynamic. Is there a way I can set PK of a dynamic VO.
    Any help greatly appreciated.

    Hi
    Thanks for your reply...
    am seting the primary key to VO attribute in my controller(PR)...but its not mapping to the VO attribute..
    OAAttachmentImageBean Ibean = (OAAttachmentImageBean)webBean.findChildRecursive("OpAttachments");
    String[] pkvaule = {"ResAttribute15"};
    Ibean.setPkColumns(pkvaule);
    Regards
    Harrrry

  • How to trap ALT key?

    Hello guys!
    After searching and investigating quite a lot, I am posting
    my problem here in hope that God bless me with success
    I am working on an eLearning course whereas client requied
    the course to be keyboard accessible. He wants all the shortcuts
    with Alt key combination.
    I can trap the Alt key with the use of enterframe but that
    makes my course processing heavy so I tried to trap Alt key with
    keylistener event but unfortunately keylistener event doesn't
    listen Alt key
    Could anyone suggest me how to trap Alt key without using
    enterframe or interval?
    Thanks a lot for sparing your precisious time.

    I believe Alt-Space is a keyboard shortcut in Windows XP to bring up the window menu for any app...so it's not just a LabVIEW thing. Further, it appears that Windows grabs that key combination before a LabVIEW event structure can get it.  I don't know any way around this behavior, since Windows appears to be taking matters into its own hands with certain key combinations.  My advice would be to use a different key combination for your app.
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • How do I disable the alt key function?

    I have tried to clean my alt key on my macbook keyboard and now my macbook is acting like the key is hold down all the time eventhough it's not. Have tried to play around with the key, but its still the same. I wonder if I can disable the functions of the alt key in the mac os?

    you can do it system preferences->keyboard and mouse->keyboard->modifier keys. set "option" to no action. however, option is really a pretty useful key so you might consider trying to fix you keyboard.

  • How to set F2 Key to Convert to Profile OSX 10.7

    Can someone clue me how to set my F2 key to Edit> Convert to Profile (instead of my display brightness)?
    I used to be able to do this quite easily prior to 10.7, but now I can't figure it out.
    Photoshop: Edit Keyboard Shortcuts> Convert to Profile won't accept my F2 key (it lights up my brightness)
    System Prefs> Keyboard> Shortcuts is probably the key, but unchecking F2 doesn't solve the problem
    PS13.0.1

    conroy wrote:
    In this case, I don't see anything to complain about.
    Seems pretty clear gator soup didn't expect that function to be taken over, and it's lucky that someone thought to include an option that could be changed to cause the function key to work the right way.  When do you think they might drop that option to reduce support cost even further?
    Does Apple think there are just too many keys on the keyboard for the average user?  Maybe they've been taking too many service calls from ignorant users who can't figure out how to press two keys at once to change their screen brightness and instead of trying to educate people on how to actually use a computer they just choose to cater to their stupidity.
    I guess one must not need the F2 key to play most of the games in the App Store.
    I think I'll drop off the forum now.  I'm clearly in a foul mood today.  Something about testing Windows 8 stuff sent me down this path. 
    -Noel

  • How to set the move functionality.

    I want to set the move functionality for a Jwindow in solaris. If i click on the ALT F7 then the default move works, I want to set that default fuctionality to my menuitem is it possible.

    Do you have any solution regarding this move please tell
    K_ramanadham. But how to know your id kalpana there is nothing in your profile. If possible please send it to binduA @yahoo.com

  • How to set pl/sql function as background job in apex?

    Hi,
    I wrote a function which returns boolean value based on result.This function updates a table everyday.How to set this as a background job?or do I need to use dbms_job only?
    Thanks,
    Mahender.

    No, you can use APEX_PLSQL_JOB.
    Example:
    DECLARE
    l_sql VARCHAR2(4000);
    l_job NUMBER;
    BEGIN
    l_sql := 'BEGIN MY_PACKAGE.MY_PROCESS; END;';
    l_job := APEX_PLSQL_JOB.SUBMIT_PROCESS(
    p_sql => l_sql,
    p_status => 'Background process submitted');
    --store l_job for later reference
    END;
    full documentation link [http://download.oracle.com/docs/cd/E14373_01/apirefs.32/e13369/apex_plsql_job.htm#BGBCJIJI]
    If I help you, please stamp my answer as CORRECT or HELPFULL :)

  • How to set up bank functions

    Hi,
    Can someone advise me how to set up the banking functions in SAP ? The full setup such as bank acct, branch, posting, etc.
    Thanks.
    Angel.

    Hi,
    Use FBZP transaction + refer to this link:
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/74/f4cdf9ad2211d1936b0000e829fbc6/frameset.htm
    Regards,
    Eli

  • How to set primary key for a date column

    hello experts .,
    i need to set primary key for a column consists of the datatype date. how to solve this..?

    1008318 wrote:
    its my personal need..then it is a very bad personal need. DATE is not an appropriate type to be using for a primary key, as it cannot be guaranteed to be unique, especially when inserting multiple rows at once.
    You would be better working to business needs and implementing correct technical solutions to those needs, than to just do things based on your personal needs.

  • Cut/Copy/Paste - How to set the key bindings ?

    Hi,
    I'm currently using the motif LnF in Windows. It matches the colors and style I want.
    The problem is: people using Windows want to use the standard windows key bindings (that is: CTRL+V, CTRL+C, CTRL+X) instead of the Motif ones.
    Does anyone how to set the old Windows key bindings into the Motif LnF ?
    If anyone can provide some light, it'd be great !
    Regards,
    - Juancho

    The Swing tutorial on "General Rules for Using Text Components" has a demo program that shows you how to assign KeyStrokes to Actions.
    Unfortunately the demo has not been updated in a while and still uses a keymap. The new approach would be to use an 'inputMap' and an 'actionMap'. The code for the copy action would be something like this:
    textComponent.getInputMap().put(keyStroke, "copy");
    textComponent.getActionMap().put("copy", action);
    Again, the demo program 'TextComponentDemo' from the above tutorial will show you how to:
    1) create the keyStroke for Ctrl+C
    2) retrieve the default copy action from the editor kit

  • How to add "security key" functionality in the software.

    hi, i want to implement "security key" functionality in the java software so that only one system (clienta0 can use that software. this is to prevent multiple usage of my software. what i have to do? how to generate the keys and implement them. please help. thanks

    Hi,
    not all key figure types are supported in BPS.
    1. All key figure types must have aggregation SUM, SUM.
    2. Supported key figure types:
    - amout
    - quantity
    - number (integer, float, dec)
    - time, only type DEC
    - datum, only type DEC
    All other key figures are filtered out and are not available in BPS.
    Regards,
    Gregor

  • How to set the Key Photo in .Mac Web Gallery ?

    Has anyone managed to set the key photo in a .Mac Web Gallery album ? The key photo is the photo used on the main page of the Web Gallery to illustrate the event.
    In iPhoto, all you do is select in the left column a published .Mac Web Gallery, right-click on the photo you want to set as the key photo, and select "set as key photo".
    In aperture, you can do the same in a project, but this will only set the key photo for your "all projects" view. This key photo is not used when exporting the project to .mac web gallery.
    In all the web galleries I export from Aperture, the first picture is used as the key photo, it's really a problem. Any solution ?
    Message was edited by: skiss

    There is a small "Header Bar" if you will in iPhoto, you can drag the photo you want to that header bar and I think that accomplishes what you want if I understand what you mean by Key Photo (the photo that shows up in e-mail if you forward the gallery to others). My wife and I stumbled on that solution as we were trying to figure it out. Actually I think wife gets the credit, she had the mouse in her hand when it happened .

  • How to set a key field in a local provider for BW workspace

    Hi Experts,
    I've created a local provider through BOBJ analysis for excel / Workspace designer in a BW workspace. However, all the dimensions by default are not having the key field enabled and I'm not able to enable the key field through BW workspace. Also I see the Fact Index Without Key is enabled by default in technical settings, which is not allowing me to select "Fact Index with Key" either. When I go to edit mode, it says "Analytic Index XXX can only be changed in workspace designer". I even tried to go into workspace designer and by selecting the necessary local provider, I coudn't find an option under Local Provider->Reload Provider->Reload (With Changes)->Choose File->Edit Columns to enable the key field(s) for the dimensions.
    Can you please help to locate how to enable the key field for dimensions in local provider.
    Thank you in advance.
    Regards,
    Karthik

    There's nothing to solve. If Reader (XI only) is used only PDF files can be selected. This is how it's supposed to work (although I agree it's silly and should be changed).

  • How to disable Alt Key Codes in Skype

    There are alt key codes like alt+c for quick opening the contacts toolbar menu but I use Alt+Shift all the time to change the typing language and many times skype doesn't register this key combo and it opens its own menus.For example,yesterday I pressed alt+shift but it didn't register the shift key,it opened options menu whlile I was typing and changed the default language to chinese!(I'm not kidding).It took me an hour to find my way into the options menu and change it back to english.I need to disable the alt key codes in skype,please help.

    Thanks for the answer but this is to enable more hotkeys.What I'm looking for is to disable the default Alt Key Codes,because every time I press Alt the cursor goes to the navigation menu on top.So when I press Alt+Shift to change the typing language,if I press it fast and the Shift key doesn't register then I end up to the navigation bar menus.

Maybe you are looking for

  • Need help now please. macbook wont start up

    I have a white macbook. I was using it yesterday and the computer just shut off. I went to restart it and it does the chime, goes to the apple screen and just as the little circle under the apple spins, the laptop totally shuts down. it will not star

  • Issues in installing CC&B 2.3.1 SP1

    Hi i installed CCB 2.3.1 without any problem but getting some exceptions while applying Service pack 1. Prerequisite Framework SP10 for CC&B 2.3.1 SP1 installed without a problem but when i login i could see a exception in the dash board and i am not

  • Make comments visible to other reports

    Hi BEX Experts, Is it possible to make comments created for a data record in one query available to other queries within the same infoprovider? We have built two web reports. The first one displays a planning layout based on an input-ready query and

  • Loading Data from Excel to Essbase  through ODI 11G

    Hi All, i am getting below error when i click execute in ODI . In Excel Data store i had click reverse engineer its working fine -3100 : 37000 : java.sql.SQLException: [Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query expression

  • How to customize the reports

    Post Author: [email protected] CA Forum: Desktop Intelligence Reporting Hi all, scenerio1: all users should have same look &  feel of report. - please tell me the steps how set the preferences for this scenerio. scenerio2: every should have  differen