Key Short Cut

Hi Team,
Previous i am using Toad developer for SQL , but now a day i am most using SQL Developer Tool.
It very nice and look and feel is feel only black and blue colour as will.
But i want shot cut key like toad as will is it option are available in this SQL developer are not?
1) In toad if i enter sl(small letter) and press space bar it will display like select * from
sc(small letter) and press space bar it will display like select count(*) from
It want this option i know sql developer will provide drop down list as will but it's taking time some time.
2) will click one the table object with ctrl+F4 then it will display table structure but i did not show data like toad.is it possible to see data and structure as will?
Edited by: Jeff Smith SQLDev PM on Oct 14, 2012 7:56 PM

1 - See Code Templates
2 - Try the object search. Open the View > Find Database Object panel. Type your object name, enter. Then double-click on the results. This will auto-open the object editor. For tables, you'll see the columns and data together as you want. We don't currently support a data panel for the describe popup windows.

Similar Messages

  • Where are the key short cuts in latest update Adobe 9?

    When I updated last version of Adobe all the old key short-cuts disappeard. I can´t use the normal Windows short-cuts for opening, mowing window etc.
    Thanks for help!
    / C-G R

    They are probably preferences from earlier Emagic versions of Logic, probably version 6.
    Yes, you should update to 7.1.1, and no, it's not much better, some small bugfixes, that's all.

  • Question re Tab Key short cut in Lightroom 4

    When pressing the tab key this switches the screen from grid view to loupe view, continued pressing zooms the image in and out. How do I get the tab key to hide and unhide the side panels as it is supposed to.
    Regards
    Mike

    I now have to reveal my complete embarrassment, as soon as you said space bar I realised that for 12 hours I had been pressing the space bar instead of the tab key, I hang my head in shame but thank you for helping me to see the light and thereby resolving this for me.
    Kind Regards
    Mike
    Sent from my iPad

  • Special keys / Short cuts in Micro Soft

    Hi ALL,
    Sorry guys to ask this here, but got a laptop from my company MS system (what a pain to work with) an I can simple not find the shortcuts for for ö. With Apple I use Option + U an than O to get ö. Where do I find this in MS ???????
    Thanks for responding in this nasty matter ...
    Dimaxum

    try alt+148
    http://www.yellowpipe.com/yis/tools/ALT-Characters/

  • Can't use down key because it opens automator. Does any one know how to disable this short cut?

    Everytime I press down on down key it opens automator. It doesn't let me delete the app. I don't know what to do, it is very frustating to fill in a chart when I can't use the down key. Does any one know how to disable this short cut?

    Are you talking about the Down Arrow key? To my knowledge there is no way to use that key as a shortcut for anything. But look in the Keyboard section of System Preferences and the Keyboard shortcut tab.

  • I am trying to copy and paste a work document into my online class. POP up states that Cut, Copy, and Paste are disabled by my Modzilla broser and that I could use key board short cuts or visit the website.

    '''bold text'''Want to copy & paste word doc onto my online class discussion post. Unable to. I either need directions on how to use key board short cuts. I have visited the Modzilla web site like it also stated but am unable to find an answer to this.

    See:
    *http://kb.mozillazine.org/Granting_JavaScript_access_to_the_clipboard
    *https://addons.mozilla.org/firefox/addon/allowclipboard-helper/

  • Is it possible to create a SHORT CUT key for a Workspace in CS 5.5 ?

    Is it possible to create a SHORT CUT key for a Workspace using In Design CS 5.5 ?

    Edit Menu > Keyboard Shortcuts > Product Area: Window Menu > Workspace Load 1st, 2nd, 3rd, etc. Create a new set and assign a shortcut

  • How to attach short cut keys to open a menu in a menubar

    Hi,
    I have three menus say File, Edit, Help in the MenuBar and i want to open these menus when i press short cut key from Key board, say Alt+F for File menu, Alt E for Edit menu and so on. When the file menu is shown i want to select the New menuItem in it by CtrlN.
    When i press Alt key the letter F in File, E in Edit should be underlined.
    So can you please give me some sample code for this.
    Thanks.

    Hi. Here is an example. It works on Windows. I am not sure about other platforms.
       import java.util.AbstractMap.SimpleEntry;
    import java.util.Map.Entry;
    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.control.*;
    import javafx.scene.effect.DropShadow;
    import javafx.scene.effect.Effect;
    import javafx.scene.effect.Glow;
    import javafx.scene.effect.SepiaTone;
    import javafx.scene.image.Image;
    import javafx.scene.image.ImageView;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.scene.layout.*;
    import javafx.scene.*;
    import javafx.geometry.*;
    import javafx.application.Application;
    import javafx.collections.ObservableList;
    import javafx.geometry.Pos;
    import javafx.scene.*;
    import javafx.scene.control.*;
    import javafx.scene.image.ImageView;
    import javafx.scene.layout.*;
    import javafx.stage.Stage;
    public class MenuSample extends Application {
      public static void main(String[] args) { launch(args); }
      @Override public void start(final Stage stage) {
        // create some menus.
        final Menu fileMenu = new Menu("_File");
        fileMenu.getItems().addAll(
          new MenuItem("_Open"),
          new MenuItem("_Save"),
          new SeparatorMenuItem(),
          new MenuItem("_Exit")
        final Menu playMenu = new Menu("_Play");
        playMenu.getItems().addAll(
          new MenuItem("_Start"),
          new MenuItem("_Stop"),
          new MenuItem("_Pause"),
          new CheckMenuItem("_Rewind")
        final Menu helpMenu = new Menu("_Help");
        helpMenu.getItems().add(
          new MenuItem("About")
        final MenuBar menuBar = new MenuBar();
        menuBar.getMenus().addAll(fileMenu, playMenu, helpMenu);
        final VBox layout = new VBox(10);
        layout.getChildren().addAll(menuBar);   
       // layout.setAlignment(Pos.CENTER);
        layout.setStyle("-fx-background-color: linear-gradient(to bottom, silver, derive(silver, 80%));");
        final Scene scene = new Scene(layout, 400, 525);
        stage.setScene(scene);
        stage.show();
      //  ObservableList<Node> menuNodes = ((HBox) menuBar.lookup("HBox")).getChildren();
       // Control menuNode = (Control) menuNodes.get(menuNodes.size() - 2);
       //  menuNode.setMaxWidth(Double.MAX_VALUE);
       // HBox.setHgrow(menuNode, Priority.ALWAYS);
    }

  • Key mapping (short cut) in JDeveloper

    What is the key mapping (short cut) in JDeveloper for:
    1. highlight the calling function name in the file, how the go to the function definition part (in the same or different file)?
    2. highlight the class name in the file, how to open the file of that class?
    Thanks in advance!

    any help please...

  • Short cut key definitions and symbols I cannot find on keyboard.

    Short cut key definitions, In the window drop down menu there is a short cut symbol for the EQ and others that I simply don't understand or see on my keyboard. My question is this, how do I make this shortcut work? The symbol in front of the command symbol.

    The option+command+E is represented as the ⌥⌘E symbolism, and by pressing those keys, will show the Equalizer.
    Reference the OS X keyboard shortcut guide for additional symbol information. Apple has placed the ⌘ symbol on the command key for a long time, but does not do this with other symbols for shift, control, option, and caps lock.

  • To set the short cut key for the menu when using CommandDesign pattern

    Hi All
    I have a menu File which has two menu items Load and save.
    Here for implementing the actionperformed iam using the command design pattern.
    Now iam not able to set the short cut key for the menu item......
    Please help me..............
    Thanks
    Arch

    The Java Tutorials: [How to Use Menus|http://java.sun.com/docs/books/tutorial/uiswing/components/menu.html]
    db

  • Create custom short cut key for colon

    I have a Macbook Pro 10.8.4 Lion, but when I upgraded from Mountain Lion, my keyboard went a little wacky. I could of spilled something withnot noticing, but honestly I think I would remember. The help support had no ideas to fix the issues despite our attempts.
    So is there a way to create a custom short cut for a key not in a menu? I need to create a short cut key for the colon and semi colon lol.
    Thanks!

    Edit Menu > Keyboard Shortcuts > Product Area: Window Menu > Workspace Load 1st, 2nd, 3rd, etc. Create a new set and assign a shortcut

  • Short cut key for created menu

    Hello All:
        Want to know if it is possbie lt put a short cut key to a addon menu...
        I can't attach it in SBO because when it starts menu has not been generated yet, and it automatically loose it. I can't seem to capture combination keys in main main desktop using keysdown event type. Is there anything that I can use??
    Sincerely Yours

    Hello Bo,
    You may try the form key down event. sample code:
    SHIFT+P: open BP
    CTRLSHIFTQ: open sales quotation
    Public Sub ItemEventHandler(ByVal FormUID As String, ByRef pVal As SAPbouiCOM.ItemEvent, _
        ByRef BubbleEvent As Boolean) Handles oApp.ItemEvent
          If pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_KEY_DOWN And pVal.Before_Action = True Then
                MsgBox("Modifier: " + CInt(pVal.Modifiers).ToString() + " Char precessed" + pVal.CharPressed.ToString())
                If pVal.Modifiers = SAPbouiCOM.BoModifiersEnum.mt_SHIFT Then
                    'SHIFT+P : Open the Business Partner               
                    If pVal.CharPressed = 80 Then
                        oApp.ActivateMenuItem("2561")
                    End If
                ElseIf pVal.Modifiers = SAPbouiCOM.BoModifiersEnum.mt_CTRL + SAPbouiCOM.BoModifiersEnum.mt_SHIFT Then
                    'CTRL+SHIFT+Q: open sales quotation
                    If pVal.CharPressed = 17 Then
                        oApp.ActivateMenuItem("2049")
                    End If
                End If
            End If
    End Sub
    Regards, Yatsea

  • Short cut key

    Hello,
             I'm facing a problem in assigning short cut key ( which is not defined in the button property list)  to the command buttons. 
             Please find the attached snapshot of my front panel vi. where in I have placed seven buttons next to each other. 
    My requirement : 
    1.    In run-time i need to move focus from one button to another from right to left as well as left to right using keyboard navigation keys. How can I do it?
    2.    Command should be executed only if the button is pressed twice. i.e once the button is pressed it has to ask for confirmation. Is there a possibility to do it? 
    Thanking you,
    Mr Sushmith
    Thanking you,
    Sushmith
    Solved!
    Go to Solution.
    Attachments:
    button.png ‏3 KB

    Hello,
    Can u please explain me how can I use event structure?? Or is there any other alternative?
    Thank you,
    sushmith
    GerdW wrote:
    Hi sushmith,
    1) Use an event structure to capture navigation keys and to set key focus (by PropertyNode!) accordingly...
    2) Use an event structure to capture the ValueChange event for those buttons. Show an additional dialog to confirm operation...
    GerdW wrote:
    Hi sushmith,
    1) Use an event structure to capture navigation keys and to set key focus (by PropertyNode!) accordingly...
    2) Use an event structure to capture the ValueChange event for those buttons. Show an additional dialog to confirm operation...
    Thanking you,
    Sushmith

  • Short cut key!!!help

    I have a menu like File --> Open, Exit. I want to set the Exit menuitem to have a short cut key like 'ctrl-x'. How can I do that?? I'm using JMenu as the menu bar. Thank you.

    a simple exemple :
    you must add it after you defined your component (jMenu or smthingelse)
    print() is the function that is called
    you can do the same with CTRl+X
    (use with Swing)
    /** Gestion de CTRL+P (print) dans la JFrame */
              _myFrame.registerKeyboardAction(
              new ActionListener() {
                   public void actionPerformed(ActionEvent ae) {
                        try {
                        print();
                        } catch (Exception ee) {
              "Print",
              KeyStroke.getKeyStroke(java.awt.event.KeyEvent.VK_P,java.awt.Event.CTRL_MASK, false),
              JComponent.WHEN_FOCUSED
    hope it helps

Maybe you are looking for

  • Imovie,unable to prepare project for publishing error -50

    Hi, I'm done editting my video and i have tried all sort to export it( share- media browser, facebook, export, etc) but it keeps on giving this " unable to prepare for publishing - the project could not be prepared for publishing because an error occ

  • Exception in thread "main" Null Pointer exception.

    Hi I am Having a problem creating objects and storing them in an arraylist. I have no problem doing this with regular arrays, but whenever I try to use an arraylist I get the error: Thiis is part of my code . any help is appreciated. import java.util

  • Setting proxyHost and proxyPort progamatically in a WebStart app

    I am setting properties "http.proxyHost" and "http.proxyPort" programmaticaly at the beginning of my program. And expect the WebView to handle it automatically. It works fine in non-JNLP environement. But the browser does not seem to use my environme

  • EM Schedule backup,works only onces?

    Hello , I have been working on EM for scheduling the backup of the schema level of one of the user's. I want to set that frequency to 30 mins. The hot backup should be taken every 30 mins each day. I set the whole thing, but the schedule backup get e

  • Tables not visible

    Hi, I can't see any tables when I connect to my Orace9. I've priviliges to read only. Do you know why is it so? Michal