Keyboard shortcuts for APEX applications

Hi,
I want to add shortcut keys to my APEX application. I have already allowed users to show report, save and delete data using F-keys – I made it with javascript and doSubmit(request) function, invoking pl/sql procedure on F-key press.
Unforutnatelly I don’t know how to invoke something else than pl/sql procedure or request. In my application I have several buttons, most of them are connected to procedures but one, that should have shortcut, invokes JS function. The problem is that I want to have one shortcut function for whole application and put it into library. So that procedures on each page has the same request, and it works very well, but I can’t simulate this way clicking on button with JS. JS invoking by this button is different for each page so I can’t just replace doSubmit() with it.
Do you know any way to simulate clicking on the button or create shortcut for it? Button is displayed as <A> HREF with <IMG>.
Regards,
Przemek

Time and motion studies in terms of Gilbreth‘s therbligs do not favor your approach. The keyboard lies in the heart of the area of minimall motion requirements. The mouse requires more movement to accomplish the same task. It’s all in what’s comfortable with the user, regardless of efficiency, or what the user’s bent may be for finding other ways. Antagonistic responses are oxymoronic in terms of the definition of “help”: verb sap.
Message was edited by: alibi . . . I needed to get around the program’s ill informed decency standards. “Bent” is a poor substitute for l*u*s*t.

Similar Messages

  • Keyboard Shortcuts for opening applications

    I was just curious if it was possible to be able to set up a keyboard shortkey that would enable you to launch your applications. Like Command+1 to open up safari. etc. Wanted to know if that was possible?

    Time and motion studies in terms of Gilbreth‘s therbligs do not favor your approach. The keyboard lies in the heart of the area of minimall motion requirements. The mouse requires more movement to accomplish the same task. It’s all in what’s comfortable with the user, regardless of efficiency, or what the user’s bent may be for finding other ways. Antagonistic responses are oxymoronic in terms of the definition of “help”: verb sap.
    Message was edited by: alibi . . . I needed to get around the program’s ill informed decency standards. “Bent” is a poor substitute for l*u*s*t.

  • Keyboard shortcut for Control+F2, F, Enter

    Hello,
    I am trying to create a keyboard shortcut that would be available to all Applications deliveres the same result as these keystrokes:
    1. Control + F2 (move focus to menu bar)
    2. F (moves focus to the File menu bar menu)
    3. Enter or down arrow (Displays the File menu)
    WHat I am looking to do is create the Windows equivalent of alt+F (displays the contents of the File menu)
    I have created a System Preferences Keyboard Shortcut for All Applications that has "File" as the description and ^F has the Shortcut...this doesn't work. Is there a way to assign a shortcut to display the menu bar File menu in its open state?

    ReidRik_Von
    Here's one approach to try...
    1) Open System Preferences > Universal Access and make sure "Enable access for assistive devices" is checked.
    2) Highlight and copy the block of code below and paste it into your AppleScript Script Editor (located inside your Applications > AppleScript folder):
    *tell application "System Events"*
    *keystroke tab using command down*
    *set theApp to name of (first process whose frontmost is true)*
    *tell process theApp*
    *click menu bar item "File" of menu bar 1*
    *end tell*
    *end tell*
    Choose Save As from the Script Editor's File menu, File Format: application, leaving the Options unchecked. Give the script application a name (Display File Menu, e.g.), and press Save.
    3) To assign a keyboard shortcut, you might consider downloading and installing the excellent Spark program.
    From Spark's File menu, set up a New Hot Key to launch an Application, in this case the application being your newly created AppleScript application. When the new System HotKey sheet drops down, hit the Choose button and navigate to the location where your new AppleScript application was saved. Select it and press Open. Click inside the editable Shortcut field to make it active, and on your keyboard keystroke Option (alt), plus the letter "f." Then press Create.
    Start the Spark Daemon by selecting it from the File menu, or by pressing the Stark Spark Daemon button on the Spark panel itself, and then quit Spark altogether. The Spark Daemon and your enabled keyboard shortcut will run as a hidden process, using a minimal amount of RAM.
    It worked for me...
    Good luck!
    Regards, Andrew99

  • Why can't I add keyboard shortcuts for Adobe GoLive 9?

    Since the demise of Unsanity's Menu Master on Leopard, I've been taking the more tedious (and problematic) route of using System Preferences > Keyboard & Mouse > Keyboard Shortcuts to add and modify keyboard shortcuts for menu actions.
    I just tried to add my first shortcut to Adobe GoLive 9, which resulted in this uninformative error dialog:
    "You cannot add keyboard shortcuts for the application Adobe GoLive 9."
    Why? (The only real problem I've had with the previous 11 applications is ambiguous menu items, i.e., the same menu action name in more than one menu sub-action.)
    (I'm now resorting to an even more tedious shortcut technique - QuicKeys X3. QuicKeys is great, but it's overkill for a simple keyboard shortcut.)

    I've found another:
    "You cannot add keyboard shortcuts for the application Adobe Reader."

  • How do I generate a list of keyboard shortcuts for any given application

    I want to generate a list of keyboard shortcuts for all of the applications I have on my Mac. I want the list to be a simple text (or rtf) file that I can edit and organize. (By edit, I don't mean change the shortcuts, only the report of them.)
    I was using Key Cue, but it does not let me save the list to a text file.
    I want this for several purposes. One is to have a easy to reference list of shortcuts to learn. Another is to find unused key combinations that I can use for my own keyboard shortcuts that I create with DefaultKeyBinding.dict.
    Note: The program doesn't have to an OS X app. A program that runs from a shell without a GUI is plenty adequate.
    If there is a way to read the keyboard commands from a plist list or other such file, and any of you know the format for these or where I can find them, I can write a Perl script myself to do it.

    Well, the info is stored in...
    /Users/YourUserName/Library/Preferences/com.apple.universalaccess.plist
    PlistPro has a way to convert it to ASCII, but you'll srtill have work to do, as...
    {enabled = 1; key = 20; modifier = 1179648; sybmolichotkey = 28; },
    {enabled = 1; key = 20; modifier = 1441792; sybmolichotkey = 29; },
    {enabled = 1; key = 21; modifier = 1179648; sybmolichotkey = 30; },
    {enabled = 1; key = 21; modifier = 1441792; sybmolichotkey = 31; },
    {enabled = 0; key = 28; modifier = 1572864; sybmolichotkey = 15; },
    {enabled = 0; key = 27; modifier = 1572864; sybmolichotkey = 19; },
    {enabled = 0; key = 24; modifier = 1572864; sybmolichotkey = 17; },
    {enabled = 0; key = 47; modifier = 1835008; sybmolichotkey = 25; },
    {enabled = 0; key = 43; modifier = 1835008; sybmolichotkey = 26; },
    {enabled = 0; key = 28; modifier = 1835008; sybmolichotkey = 21; },
    {enabled = 0; key = 96; modifier = 1048576; sybmolichotkey = 59; },
    {enabled = 1; key = 122; modifier = 262144; sybmolichotkey = 12; },
    {enabled = 0; key = 120; modifier = 262144; sybmolichotkey = 7; },
    {enabled = 0; key = 99; modifier = 262144; sybmolichotkey = 8; },
    {enabled = 0; key = 118; modifier = 262144; sybmolichotkey = 9; },
    {enabled = 0; key = 96; modifier = 262144; sybmolichotkey = 10; },
    {enabled = 0; key = 97; modifier = 262144; sybmolichotkey = 11; },
    {enabled = 1; key = 50; modifier = 1048576; sybmolichotkey = 27; },
    {enabled = 1; key = 98; modifier = 262144; sybmolichotkey = 13; },
    {enabled = 1; key = 50; modifier = 1572864; sybmolichotkey = 51; },
    {enabled = 1; key = 100; modifier = 262144; sybmolichotkey = 57; },
    {enabled = 1; key = 17; modifier = 1572864; sybmolichotkey = 50; },
    {enabled = 1; key = 2; modifier = 1572864; sybmolichotkey = 52; },
    {enabled = 0; key = 105; modifier = 0; sybmolichotkey = 32; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 33; },
    {enabled = 0; key = 103; modifier = 0; sybmolichotkey = 36; },
    {enabled = 0; key = 109; modifier = 0; sybmolichotkey = 62; },
    {enabled = 0; key = 49; modifier = 1048576; sybmolichotkey = 60; },
    {enabled = 0; key = 49; modifier = 1572864; sybmolichotkey = 61; },
    {enabled = 1; key = 2; modifier = 1310720; sybmolichotkey = 70; },
    {enabled = 1; key = 49; modifier = 1048576; sybmolichotkey = 64; },
    {enabled = 1; key = 49; modifier = 1572864; sybmolichotkey = 65; },
    {enabled = 0; key = 53; modifier = 1048576; sybmolichotkey = 73; },
    {enabled = 1; key = 107; modifier = 0; sybmolichotkey = 53; },
    {enabled = 1; key = 113; modifier = 0; sybmolichotkey = 54; }

  • How do I setup a keyboard shortcut for an item in the Services menu?

    In every Application, under the application menu is a "Services" folder. I would like to be able to setup a keyboard shortcut for one of these services (namely Skype).
    I am a heavy user of the "Services > Skype > Call" command and I would love to have a keyboard shortcut for it.
    I went to System Preferences > Keyboard & Mouse > Keyboard Shortcuts, clicked on the plus sign to create a new shortcut (all applications) and entered "Services…Skype…Call" and assigned it to a keyboard command (shift-F1).
    It doesn't work. Any clue as to what I am doing wrong?

    Hi
    Also - have a look at the reply I gave at the link below (sorry - don't know how to insert proper links here).
    May be of interest, maybe not.
    Best,
    D
    http://discussions.apple.com/message.jspa?messageID=7932030#7932030

  • How do I change the keyboard shortcut for Cycle through open documents in PS CC for Mac?

    Sorry to bug the community with such a seemingly inconsequential task, but I am seriously tired of using the awkward default keyboard shortcut for cycling through open docs in PS.  I'd like to change it to what I am used in in Chrome, which is Cmd+Option+[left] or {right} arrow keys.  I noticed this is not a command listed in the in keyboard shortcuts, for whatever reason.  Where on Earth can I change this? 
    If it is not possible to do it by default, is there a plug-in or a change to the code that will allow this basic functionality? 
    Thanks again guys and gals!

    As far as I know, you can't. It's "hard wired" in.  Not even Edit > Keyboard Shortcuts is allowed  to change it.
    However I did find this tip:
    Anyway i never found tabs in Adobe application useful, instead i prefer the old school method: simply switch off tabs feature via illustrator/ preferences/ user interface/ open documents as tabs. Then in Mac preferences panel, under keyboard, just search for the “focus on next application window” field (under menu, keyboard and text) and assign a shortcut if the default option doesn't fit you. And there is now you can easily switch between open documents!.
    The best part of this is that it can be used in all mac applications, not only Adobe ones. And remember, if you want this working on Indesign, Photoshop, etc be aware of first switch off the tab features so that the system could “see” multiple documents opened not only one single tabbed document.
    Gene

  • Keyboard shortcuts for text selection not working in Flash CC

    In the new Code Editor in Flash CC running on Mac OS X, most standard Keyboard Shortcuts for traversing through the text work as expected (as the Operating System works globally) but there is one that doesn't and it's I think the most important one.
    Hitting "OPTION + SHIFT + [right or left arrow keys]" to select words doesn't work. Hitting "OPTION + [right or left arrow keys]" works as expected, moving the cursor to the next word or break point, but adding shift doesn't do the selection.
    I don't understand why this changed since it's a basic OS global shortcuts, and every other program behaves the way it should. Flash CS6 running on the same system behaves fine, but Flash CC doesn't. If you have ever written code, you know that any second that a programmers hand doesn't have to leave the keyboard to search for the mouse is invaluable, and this has forced me to stop using Flash CC and use Flash CS6 to edit my Action Script classes becuase it's unusable otherwise.
    These shortcuts are also not listed in the keyboard shortcuts for the program, so I can't change the default behavior. Does anybody know if there's a way to set it back to the way it was before, or just disable special text shortcuts so that selecting text behaves like any other application in the operating system?
    System Configuration:
    Flash CC
    Mac OSX 10.8.5

    Amy~ Yep the lasso tool was what I verified with another user. 'L' seems to be bound indefinitely to loop through different types of lasso tools and it was annoying them because they just wanted L to be the regular freehand lasso. I removed 'L' from being an option on the polygon lasso and even set it explicitly to SHIFT+L as well as set the lasso tool to a completely different keyboard combo. 'L' still cycled through lassos haha. It needs some fixes.
    fertolg~ At least you have a workaround for now. I'd go nuts if I couldn't use keyboard text selection writing code, oy! You're welcome and if you're all set please mark correct so we can filter unanswered. Good luck!

  • Keyboard shortcuts for IC webclient CRM5.0

    Hi,
    following the procedure on help.sap, i am trying to active the keyboard shortcuts for IC Webclient screen.
    here are the steps i followed, but i could not see any shortcuts working....
    what am i missing?
    http://help.sap.com/saphelp_crm50/helpdata/en/3f/8e178a952c4f60bf575eca13877dd1/frameset.htm
    Activate and define shortcuts
    i        Activate shortcuts
    By default, shortcut keys are deactivated. If you want to use shortcuts, you must first activate them by choosing Default Navigation Bar.
    ii        Change shortcuts
    You can define your own shortcut keys by deleting the key that appears in column Shortcut and entering the key of your choice.
    iii        Display shortcuts in application
    If you want the shortcut keys to be displayed in the application, choose Show Keyboard Navigation Shortcuts in Menu.
    what i am looking for is keyboard shortcuts like, F4 or F8 we use in CRM GUI, these will be for use by end users (agents of IC) for creating order entries and other functions....
    Thanks in adv,
    points will be rewarded

    Hello,
    Maybe a silly remark but if you define shortcut "K" for entry X you can use the shortcut by pressing ESC + K. In other words, you should always use the ESC in combination with the choosen shortcut.
    Hope this solves your problem!
    Rewards points if useful,
    Regards,
    Joost

  • What's the keyboard shortcut for entering time and date?

    Is there a keyboard shortcut for entering time and date?
    Hopefully one which would work in any application.
    Thank you.

    None is built-in. You can use any number of third-party utilities for creating macros. For example:
    1. TypeIt4Me
    2. TextExpander
    3. Typinator
    4. AutoTyper (part of Automaton)
    Any of the above are excellent choices. Demo/Trial downloads are found at CNet Downloads or MacUpdate.

  • Redefining default keyboard shortcuts for dashboard, exposé, etc.

    Hi,
    I would like to redefine the keyboard shortcuts for the Dashboard, Dock, and Exposé functions, i.e. I don't want these functions to be bound to the f8-f11 keys. I can redefine the shortcuts manually using the Keyboard pane of the System Preferences, but there are two problems. The first is that the shortcuts for these four items are reset whenever the computer is restarted (my changes to the other keyboard shortcuts are maintained). Is there a way to permenantly change these shortcuts? The second problem is that I am not able to change the keyboard shortcuts for the "slow" versions of these shortcuts accessed by using the shift key.
    Basically, I want to be able to use f8-f11 and shift + f8-f11 as keyboard shortcuts in other applications. I'd like to assign the Dashboard, Dock, and Exposé commands to be command + f8-f11 and shift + command + f8-f11.
    Thanks.
    PowerBook G4   Mac OS X (10.4.1)  

    Does it hold if you change in the Dashboard&Exposé preference pane? You should be able to at least set the Cmd+F#, not sure if it will work for the slow open.
    For more direct control, see this site
    http://www.xlr8yourmac.com/tips/remapfunctionkeys.html
    The Powerbook is more limited in that it doesn't have the F13,F14,F15 keys, but editing the com.apple.symbolichotkeys.plist will give you direct control of the hotkey assignments.
    Other F key codes courtesy MacOSXHints:
    F# Key Code
    1 122
    2 120
    3 99
    4 118
    5 96
    6 97
    7 98
    8 100
    9 101
    10 109
    11 103
    12 111
    13 105
    14 107
    15 113

  • Keyboard shortcut for Compare Documents (or configurable keyboard shortcuts)

    Hi,
    I'm guessing the ability to configure Keyboard Shortcuts as one can in other Adobe applications is coming soon to Acrobat (the software release cycles haven't quite synched up yet), but if there are no plans for this, I would appreciate a Keyboard Shortcut for a function I use very frequently: Compare Documents.
    Thanks much,
    Adam

    If you go to system prefs - keyboard & mouse - keyboard shortcuts you can set a shortcut for anything that is in the mail menus.
    click the + at bottom left to add one, select mail from the applications drop down, then type in the exact name of the mail menu item you want a shortcut for eg :Add Hyperlink . Then find a shortcut combo that isn't in use by something else & there you are.
    I prefer the edit link, so's you get a neat link, rather than the (sometimes) 3 line url.
    checking the way mail works while interested in another post
    http://discussions.apple.com/thread.jspa?threadID=367990&tstart=0
    we've noticed that mail doesn't send rtf that outlook on an exchange server likes
    unless you not only enable rtf, but also actually make some alteration that really requires rtf. That's to say a different font,a larger font, italics, a signature in italics, a colour etc.
    The fact that your composed message displays in arial 48pt (for example) doesn't cut it - it'll still be sent as plain unless you do one of the above. Making a change & reversing it works too.

  • Keyboard Shortcut for comments

    I have a question and something to share.
    Turns out it's pretty easy to add a keyboard shortcut for
    adding ColdFusion comments (mostly so that you don't have to click
    on the comment dropdown and select the ColdFusion one, that's 2
    clicks). You can add a keyboard shortcut to that Insert Comment
    command. But by default it inserts HTML comments. So if you want it
    to do something different you can modify this file: C:\Program
    Files\Adobe\Adobe Dreamweaver
    CS4\configuration\Objects\Text\Comment.js
    The bad news is, I can't find a way to add a shortcut to
    Remove Comment. Does anyone know how to do that?

    Jon
    Not that I know of but you can make your own keyboard shortcuts for anything that is in a menu somewhere:
    +System Preferences > Hardware > Keyboard & Mouse > Keyboard Shortcuts > Application Keyboard Shortcuts > All Applications > click the little plus sign under the window > Application: > Other > browse to Applications/iWork/Pages > Menu Title > Show Comments (type exactly including U&lc) > hit cmd shift c (or whatever you want)+
    Since the shortcut works on the literal text, it will not toggle on and off. You will have to have another shortcut for +Hide Comments.+
    Peter

  • Keyboard shortcut for creating new Desktop

    Switching from primarily using keyboard shortcut navigation on a PC, I've realized that the OS X is missing a keyboard shortcut for creating a new Desktop or Space. You need to use the mouse to do this, either by clicking the Add Desktop icon in the upper right corner of Mission Control, dragging and dropping an open window to the Add Desktop icon, or entering full screen mode. Though it is possible to toggle full screen mode using a keyboard shortcut under Systems Preferences, not all applications can enable full screen.
    Does anyone have a possible solution to this problem?

    Hi- There is no longer a dedicated key on your keyboard to do that. However, follow these steps to make one...
    Click on System Preferences, Keyboard, and then choose Keyboard Shortcuts tab. In the lefthand column, select Expose & Spaces On the right, you will see that Expose has several shortcut key options. Make sure that the checkbox for Desktop is filled in, and double click it, and press the keyboard key you would like to activate it. If I may suggest, F5 or F6 are good choices.
    That is it! You are good to go.

  • Keyboard shortcut for context menu

    Hello all. I recently got a MacBook and it's the first Mac I've ever had. I'm a keyboard shortcut guy when I can be and one thing that's stumped me is using the keyboard to open up the context menu.
    Does anybody know a keyboard shortcut for opening the context menu (ie Ctrl + mouse Click)?
    If there isn't one, I would be happy to add a custom keyboard shortcut for it in the System Preferences. I've tried to do so but I'm doing something wrong because it isn't working. Here's what I've tried specifically:
    1. For "All Applications" add Ctrl+Space for the Menu Title "Show Context Menu"
    2. For "All Applications" add Ctrl+Space for the Menu Title "Open Context Menu"
    Does anybody know the exact Menu Title for the context menu?
    Help is much appreciated!

    The Keyboard Shortcuts are for menu items, not macro creation. What you want to do requires a third-party utility for programming keyboard macros such as iKey, QuickSilver, etc. You'll find these at VersionTracker or MacUpdate.

Maybe you are looking for

  • LC_COLLATE with dotfiles at top, then case-insensitive sorting

    Hello, I would like to have the following sort order in file managers or when using the "ls" command: 1. dotfiles should be on top 2. other files should follow but case-insensitive For (1) LC_COLLATE=C works, but it then sorts the remaining file case

  • Repitition of text in Adobe form.

    Hi, I am using a text field in adobe form.The content of the text field is getting extended  to the second page.But in the second page the content instead of following from the first page, starts repeating from the beginning of the first page. For ex

  • Regarding marking and releasing in CK24.

    The customer has a direct delivery process as in they purchase finished goods and just sell them. Such a material is newly created under a plant. In this case there is no  in house production of that material and the price needs to be maintained manu

  • My report will not print

    hp psc 1350 all in one  MY3CCBC14Z Windows 7 64-bit printer problem installing printer to use with my lap top not printing any reports

  • Corrupt Library6.iphoto - empty albums

    Hello, guys, hope someone out there is smarter than I (and smarter than "I-Photo"). I have a corrupt library6.iphoto here. About 100 of my albums show zero pictures (only one is populated). But all 40Gb of photos are still intact in the 'Original' an