Is there a way to define Ctrl-Tab as a keyboard shortcut?

SQL Dev 4.1EA2 / MacOS
I want to bind the MacOS standard Ctrl-Tab / Shift-Ctrl-Tab to next/previous window, but when I try to the Tab keypress gets taken as a window navigation and it tabs onto the Help box:
If it can't be done through the UI, can I set it directly in the config file?
Thanks

Thanks Gianni Ceresa. On my config I needed a slightly different syntax, changing TAB to [9]. This is what I ended up changing in ~/.sqldeveloper/system4.1.0.18.37/o.ide.12.2.1.0.42.150219.1051/settings.xml:
              <Item class="oracle.javatools.util.Pair">
                  <first class="java.lang.String">Ide.NEXT_EDITORFRAME_CMD_ID</first>
                  <second class="oracle.ide.keyboard.KeyStrokes">
                     <data>
                        <Item class="javax.swing.KeyStroke">control [9]</Item>
                     </data>
                  </second>
               </Item>
               <Item class="oracle.javatools.util.Pair">
                  <first class="java.lang.String">Ide.PREV_EDITORFRAME_CMD_ID</first>
                  <second class="oracle.ide.keyboard.KeyStrokes">
                     <data>
                        <Item class="javax.swing.KeyStroke">shift control [9]</Item>
                     </data>
                  </second>
               </Item>
But now nothing happens when I press Ctrl-Tab, until I press Tab again (with ctrl still held) when I get this popup menu:
I can tab back and forth on the list to choose the doc I want -- but this is not the immediate & responsive interaction that I'm looking to replicate - quickly flicking between tabs that are open, just as one would with eg. Chrome.

Similar Messages

  • Is there a way to toggle between open sequences? Keyboard Shortcut?

    So I usually work form one sequence of selects, and then take pieces of those selects on the source monitor side and edit them into the edit sequence on the program monitor side.
    1. Is there a way to toggle between the two?
    2. Is there a way to toggle between sequences that are open?
    Although it is really nice now you can load sequences into the source monitor it would be nice to toggle to that sequence to actaully see the clips in the source monitor sequence, not just have the visuals.
    On a basic level I'd like to know if there is a way to toggle between open sequences that way i can select in and outs lift and undo (which copies to clipboard) and then toggle to the second sequence i have and paste it in the correct place.

    Short answer: Yes. Try Shift+3. It's the default Shortcut for "Timelines".

  • Is there a way to create a tab on the iPhone keyboard?

    The one thing that I can't figure out how to do on an in-screen keyboard is the "tab" key.  When taking notes on my ipad and iphone, I like to indent to indicate new thoughts.  On an external keyboard, the key is available but is sorely missing on screen.  Is there a way to create a "tab"?

    The iPhoto for iOS seems to be aimed at working on photos then sharing them to social media sites or to iCloud for sharing there. iPhoto for iOS does not perform many of the organizing tasks that iPhoto on your Mac does. Many people expected that there would be more capabilities in iPhoto for iOS that would allow it to work more closely with iPhoto on your computer but this is not the case. They are separate apps.

  • Is there a way to define a layer for dynamic objects?

    Hi all. Basically, I'm creating a number of dynamic text field objects in my Actionscript, but it looks like its being rendered on the wrong layer. I've written the actionscript in the first frame of my 3rd layer (which is masked), but the objects that are rendered dont appear to be affected by the masking effect (that does work with static objects). Is there a way to define programatically which layer an object is rendered in? Something like layerNo.stage.addChild(object)?

    first, you have the command 'addChildAt(child, index)'
    thought i'm not sure if that would solve your problem.  in order to mask dynamic text you have to embed its fond, by setting the textfield's property 'embedFonts' to true.

  • Is there a way to force the tab order to skip a page and then return to that page on a form?

    I have a multi-page form with a required page layout.  The problem with the current form layout, is that I'm finding my users are getting to page "20" and it seems like the natural end of the form...and stop entering information and submit.  The problem is, there's an additional form field on the next page that MIGHT need important information.
    The information in that final field is only present in about 10% of submissions, but is crucial to the file if present.  As I said, the page layout is required.
    Is there a way to change the tab order to go from the last form field on page "19" to the form field on page "21" and then back to the form fields on page "20"?

    Thanks try67, but it isn't a required field.  As I mentioned, only about 20% of submissions will require filling it in. 
    There isn't a submit button.  Not even sure what I would do with/or how I would implement a submit button.  After processing the form, the filled out form is 'Saved As' to keep the original forms integrity intact.  The 'Saved As' file  is renamed appropriately, and then it is printed to a PDF file and attached to the appropriate customer file.

  • I usually have 3-4 tabs open which I am saving to read later. But I loose them all the time when firefox crashes or when another appliaction opens firefox to download. Is there a way to save my tabs ?

    I usually have 3-4 tabs open which I am saving to read later. But I loose them all the time when firefox crashes or when another appliaction opens firefox to download something and it will discard all my tabs. This is incredibly annoying, is there a way to save my tabs ? or get them back when there is no "restore session" button ?

    In Firefox Options / Privacy be sure "Remember download history" is checked. To see all of the options on that panel, "Firefox will" must be set to "Use custom settings for history".
    To find your OS information, on your Windows desktop, right-click the My Computer icon, choose Properties, under System on that small window is info about your OS.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • Is there a way to define https proxy settings

    Other than system property setting, using jsse is there a way to define proxy settings. I am using Https connectivity.
    Thanks in advance.

    I'm not too sure I can follow your question. jsse is an extension used for j2se (included from 1.4.2 and up) and therefor has nothing to do with the Java EE SDK.
    But to answer your question a little: just use the java.net.Proxy class. The moment when you need to use https you can then use URL.openConnection() which can optionally take a proxy class as argument. So, for example:
    Proxy proxy = new Proxy(Proxy.Type.HTTP, new INetSocketAddress("proxy.intranet.lan", 3128));
    URL site = new URL("https://sunsolve.sun.com");
    HttpsURLConnection wcon = (HttpsURLConnection) site.openConnection(proxy);And then you can do with the connection object whatever you want, it'll fully utilize the proxy. For more information on this I suggest to check up on the API documentation.

  • Is there a way to define the ideal size of the java heap memory?

    Hello all!
    Is there a way to define the ideal size the java heap memory? I'm using a server with (IR,FR,WA) installed and i'm using the Windows Server 2008 R2 with 32GB of ram memory. I have other server with the same configuration using essbase. How can i set the heap memory? I have around 250 users (not simultaneous).
    Regards,
    Rafael Melo
    Edited by: Rafael Melo on Aug 17, 2012 5:40 AM

    For 2008 which is 64 bit you can have
    For FR in windows registry
    HKEY_LOCAL_MACHINE\SOFTWARE\Hyperion Solutions\Hyperion Reports\HyS9FRReport
    Xms and Xmx can have 1536 each.
    For workspace
    Start “Start Workspace Agent UI” service and open Configuration Management
    Console (CMC) via http://localhost:55000/cmc/index.jsp
    for
    Workspace Agent / Common Services Java Heap size you can have
    Xms and Xmx as 1024 each.

  • Because the Firefox update today required me to update and install an update to an adobe application and then required me to restart my computer I "lost " the connection to my previous session and tabs. Is there any way to recover my tabs from yesterday?

    Because the Firefox update today required me to update and install an update to an adobe application and then required me to restart my computer I "lost " the connection to my previous session and tabs. Is there any way to recover my tabs from yesterday?

    Do you memeber the complete wording of the error message?
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iPod fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - If still not successful that indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar

  • Is there a way to completely disable tabs (removing all tab related menu options) for firefox 10?

    Is there a way to completely disable tabs (removing all tab related menu options) for firefox 10. I hate tabs and recent changes to the menus make incorrect selection of 'open in new tab' when what I want is 'open in new window' a common and unwelcome occurrence.

    You can hide menu items and move them up / down in the menu with the Menu Editor extension. <br />
    https://addons.mozilla.org/en-US/firefox/addon/710

  • I have a new mac book pro which i use in england but I need to use German charachters frequently, is there a way of having both visable on the keyboard?

    I have a new mac book pro which i use in england but I need to use German charachters frequently, is there a way of having both visable on the keyboard?
    For example so that I can just press shift or another key to get the German character.

    Some may already exist, but you will have to learn them.  On my old system these can be found through keyviewer.app  For example, if I press option+s I get ß   Umlaut is a bit cumbersome as option+u then the actual letter.  It may be possible to bind a key to do this function, possibly through System Preferences > Keyboard > Shortcuts
    I have old, old references for utilities that let you rebind keys to other functions, and you would have to see if they have modern equivalents.
    Ukelele Mac OS X Keyboard Layout Editor - http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=ukelele - mostly useful for character, not function mapping.
    Check Butler, ikeys, quickeys or Spark

  • Keyboard support - Is there a way to define unrecognised keys

    I have creative prodikeys keyboard. Java seems to only support a known set of keys. There has to be a way to define new ones. I having trouble believing that it cant be done.

    Thanks Gianni Ceresa. On my config I needed a slightly different syntax, changing TAB to [9]. This is what I ended up changing in ~/.sqldeveloper/system4.1.0.18.37/o.ide.12.2.1.0.42.150219.1051/settings.xml:
                  <Item class="oracle.javatools.util.Pair">
                      <first class="java.lang.String">Ide.NEXT_EDITORFRAME_CMD_ID</first>
                      <second class="oracle.ide.keyboard.KeyStrokes">
                         <data>
                            <Item class="javax.swing.KeyStroke">control [9]</Item>
                         </data>
                      </second>
                   </Item>
                   <Item class="oracle.javatools.util.Pair">
                      <first class="java.lang.String">Ide.PREV_EDITORFRAME_CMD_ID</first>
                      <second class="oracle.ide.keyboard.KeyStrokes">
                         <data>
                            <Item class="javax.swing.KeyStroke">shift control [9]</Item>
                         </data>
                      </second>
                   </Item>
    But now nothing happens when I press Ctrl-Tab, until I press Tab again (with ctrl still held) when I get this popup menu:
    I can tab back and forth on the list to choose the doc I want -- but this is not the immediate & responsive interaction that I'm looking to replicate - quickly flicking between tabs that are open, just as one would with eg. Chrome.

  • Is there a way to select MULTIPLE tabs and then copy ALL of the the URLs and titles/or URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; However, I prefer to use a Firefox feature rather than download an add on. Thanks.

    Currently, I can copy ONE tab's url and nothing else (not its name). Or I can bookmark all tabs that are open. However, I'd like to have the ability to select multiple tabs and then copy ALL of the the URLs AND their titles/or copy ALL of the URLs+titles+HTML links? This can be done with the Multiple Tab Handler add on; when I download the add on, I get a message saying that using the add on will disable Firefox's tab features. I prefer to use Firefox features rather than download and use an add on. Is there a way to do this without an add on?

    Hi LRagsdale517,
    You should definitely be able to upload multiple files by Shift-clicking or Ctrl-clicking the files you want to upload. Just to make sure you don't have an old version of the service cached, please clear the browser cache and then log in to https://cloud.acrobat.com/files. After clicking the File Upload icon in the upper-right corner, you should be able so select multiple files for upload.
    Please let us know how it goes.
    Best,
    Sara

  • Is there a way to set new tabs to open on a certain page (ie. google)

    I would like new blank tabs to open on a search engine or other url, is there a way to make it so "new tab" opens a tab that isn't blank? I'm using Firefox 3.6.13 on a Macbook Pro
    thanks!

    * Use Shortcut Keys
    Using key shortcuts [ Ctrl]+[T] will open a new tab if you then press
    [Ctrl]+[K] that will take you into your default browser search and your results will then open in the new tab.
    other alternatives would be
    * Use a Keyword
    Set your required search engine or other page to be a bookmark.
    Then give that bookmark a keyword maybe using "gs" for google search
    See [[Smart keywords]]
    If you enter that keyword into the location bar you will go to the chosen location
    * Add multiple tabs to your homepage startup list
    You can easily set Firefox to open a series of multiple tabs on startup
    see [[How to set the home page]]

  • Is there a way to open new tabs on the same site without having them go to a new window?

    i like to go to article sites and open up many tabs where each tab is a new article. this allows me to quickly go from one article to the next. when i try to do this with the new firefox it opens the new tabs in a new window because they are from the same site. is there any way for me to turn that feature off?

    Do you mean the Switch to Tabs kicks in if you enter an already opened URL?
    *Switch to Tab no more: https://addons.mozilla.org/firefox/addon/switch-to-tab-no-more/

Maybe you are looking for