Sql developer keyboard shortcuts

Hi all,
I tried to search for keyboard shortcuts for sql developer in this forum and other sites, but couldnt find any.
Can someone post list of all possible keyboard shortcuts or any links?
Thanks,
Polasa

That wasn't really hard.. blame it on the search engines..
many ppl look for search engines rather than looking into the Help menu.. and unluckily I was one of them :)
Thanks for the info..
"Do we have a shortcut for Preferences -> Accelerators ;) "

Similar Messages

  • Lightroom 2.x - Remapping Library / Develop module keyboard shortcuts (Windows)

    SOLUTION: LR2 Library/Develop Keyboard Shortcuts
    Prepared by: Gordon McKinney
    http://www.night-ray.com
    For windows users - this is the latest update to my keyboard shortcuts for Library and Develop module. It has improved performance through caching.
    Quick access to Develop and Library module adjustments via your keyboard number pad. You'll need
    www.AutoHotKey.com to use this script.
    ; Gordon's Lightroom 2.0 Shortcuts Aug-22 2008
    ; www.night-ray.com
    ; Use numpad to perform certain develop and library functions.
    ; This effectively disables the number pad for digit entry
    ; (except 5 and 0) please use the main keyboard instead.
    ; Left/Right - Prev or Next photo
    ; Up/Down - Exposure
    ; Minus/Plus - Fill Light
    ; Page Up/Dn - Contrast
    ; Home/End - Color Temperature
    ; Div/Mult - Color Tint
    ; Enter - Paste Previous
    ; Dot (Delete) - AutoTone
    ; F9 Library Module
    ; F10 Develop Module
    ; F11 Slideshow Module
    ; F12 Web Module
    SetTitleMatchMode,2
    #IfWinActive, Lightroom
    F9::Send ^!1
    F10::Send ^!2
    F11::Send ^!3
    F12::Send ^!4
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Develop
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrdAdd(09)
    numpad2:: lrdSub(09)
    NumpadAdd:: lrdAdd(11)
    NumpadSub:: lrdSub(11)
    numpad9:: lrdAdd(14)
    numpad3:: lrdSub(14)
    numpad7:: lrdAdd(04)
    numpad1:: lrdSub(04)
    NumPadMult:: lrdAdd(05)
    NumPadDiv:: lrdSub(05)
    NumPadDot:: Send ^u
    NumPadEnter:: Send ^!v
    lrdAdd(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {=}
    lrdSub(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {-}
    #IfWinActive
    ; *** LIBRARY SHORTCUTS ***
    #IfWinActive, Lightroom - Library
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrlClick(03)
    numpad2:: lrlClick(02)
    NumpadAdd:: lrlClick(11)
    NumpadSub:: lrlClick(10)
    numpad9:: lrlClick(23)
    numpad3:: lrlClick(22)
    numpad7:: lrlClick(-6)
    numpad1:: lrlClick(-7)
    NumPadMult:: lrlClick(-2)
    NumPadDiv:: lrlClick(-3)
    NumPadDot:: Send ^u
    NumPadEnter::Send ^!v
    lrlClick(delta) {
    instance := lrGetControl( Button, 6, "Auto Tone", delta )
    ControlSend, Button%instance%, {SPACE}, ahk_class AgWinMainFrame
    #IfWinActive
    ; Fetch the Control Instance using Type, Title, and Instance Delta
    lrGetControl( type, typeLen, title, delta ) {
    global lrLastTitle, lrLastCBase, lrLastCache
    if (lrLastTitle = title and lrLastCache > A_TickCount )
    ; Cached! Saves time.
    return lrLastCBase + delta
    else
    WinGet, ActiveControlList, ControlList, ahk_class AgWinMainFrame
    Loop, Parse, ActiveControlList, `n
    IfInString, A_LoopField, %type%
    ControlGetText, text, %A_LoopField%
    IfInString, text, %title%
    StringMid, controlbase, A_LoopField, typeLen+1
    lrLastTitle := title
    lrLastCBase := controlbase
    lrLastCache := A_TickCount + (120*1000)
    return controlbase + delta
    return 999999
    ; End

    latest update... I will work on making the script 'adapt' the LR's changing control IDs. However develop seems reliable. Until then - use this version
    >; --------------------------------------------------
    ; Gordon's Lightroom 2.0 Shortcuts
    ; www.night-ray.com
    SetTitleMatchMode,2
    #IfWinActive, Lightroom
    ; Remap F keys for module change
    F9::Send ^!1 ; F9 Library Module
    F10::Send ^!2 ; F10 Develop Module
    F11::Send ^!3 ; F11 Slideshow Module
    F12::Send ^!4 ; F12 Web Module
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Develop
    ; Use numpad to perform certain quick develop functions
    ; This effectively disables the number pad for digit entry
    ; please use the main keyboard instead.
    ; Left/Right - Prev or Next photo
    ; Up/Down - Exposure
    ; Minus/Plus - Fill Light
    ; Page Up/Dn - Contrast
    ; Home/End - Color Temperature
    ; Div/Mult - Color Tint
    ; Enter - Paste Previous
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrAdd( "Static144" )
    numpad2:: lrSub( "Static144" )
    NumpadAdd:: lrAdd( "Static146" )
    NumpadSub:: lrSub( "Static146" )
    numpad9:: lrAdd( "Static149" )
    numpad3:: lrSub( "Static149" )
    numpad7:: lrAdd( "Static139" )
    numpad1:: lrSub( "Static139" )
    NumPadMult::lrAdd( "Static140" )
    NumPadDiv:: lrSub( "Static140" )
    NumPadEnter::Send ^!v
    lrAdd(class) {
    ControlClick, %class%
    Send {=}
    lrSub(class) {
    ControlClick, %class%
    Send {-}
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Library
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    NumPadEnter::Send ^!v
    #IfWinActive
    ; End

  • SQL Developer F* keyboard shortcuts don't work on mac

    So... guessing there are not a lot of mac users of SQL Developer, but for the few of us, could someone please change all F key shortcuts to something else? F keys are natively mapped to OS functions on Mac OS X, and so are not usable out of the box.
    This means that I have to remap ~30 shortcuts if I don't want to be clicking in a new SQL Developer install.
    Also, I really hope this is the right place to put bug reports/feature requests, because there is no "support" section on the main site.

    Yeah, it's an annoyance, particularly the things mapped to F9-F12, as those are bound to Exposé and the Dashboard. I'm not sure if we would default to using no F keys, as we have a lot of keybinds and restricting the number of keys available could lead to requiring odd combinations of modifier keys. We'll take a look at it for a future release.
    - John
    SQL Developer Team

  • SQL Developer 3.0 EA1 - Query Result assumes keyboard focus

    In the Early Adopter 1 release of SQL Developer and noticed that after running a statement in a worksheet the focus for the keyboard is now in the query results pane. This change in behavior from version 2 is slightly disruptive and makes it harder to iteratively build queries or search for data without having to continuously keep moving the cursor back to the worksheet. I am using the linux version if it makes a difference and it happens both when click the run statement button or use the ctrl+enter shortcut key.
    I have been trying out the preview release and all around it looks good and has some very nice improvements. Just this and the missing export to clipboard are the only issues I've had so far.
    Edited by: user5490329 on Oct 14, 2010 9:06 AM

    I agree with the majority of people here that this is annoying and I'd also prefer to leave the input focus in the SQL Worksheet after I hit CTRL+ENTER, so I am looking forward to the fix.
    However, in some cases, it would come in handy if there was a shortcut key to quickly get to the query result tab, just like in TOAD, where F6 is used for this purpose. The same key is reserved for autotrace in SQL Developer, so another function key could be used.

  • Keyboard shortcuts to select develop sliders

    For those people who like to minimize their mouse kilometers, it would be useful to have keyboard shortcuts to *select* individual sliders in the develop module. [See also the specific request for an exposure shortcut that recently came up in this thread:
    shawnmoore, "What is the Lightroom keyboard shortcut for Exposure?" #, 27 Aug 2007 9:10 pm ]
    Keyboard shortcuts for individual sliders would be particularly convenient for people using programmable controllers (i.e. the Contour Design Shuttle). You could assign the shortcut to a programmable key (on button for 'exposure', for example) and then use the shuttle/scroll wheel to adjust the corresponding value.
    Now, I realize that Lightroom is quickly running out of available shortcut keys, so I suggest to couple them to the active panel. Currently, ctrl+[number] (on Windows) selects the n-th panel on the panel set on the right hand side, i.e. ctrl+1 -> basic, ctrl+2 -> tone curve. My proposal would be to use ctrl+F[number] to select the n-th slider (or other control) *within* that panel. Then, the up/down arrows could be used to adjust the values.
    Any opinions?
    Simon

    **Update: I will try and re-write this to inject the shift-up/down instead of using mouse movements **<br /><br />Here's a quick hack to do the same for Windows using www.AutoHotKey.com  I would like it if LR would add exposure, fill, black, as nudge shortcuts so that I can reprogram my Logitech G15 to call the same.<br /><br />NOTE: This can go very weird if you computer speed is different to mine. If you find the mouse pointer disappears, close LR, and increase the Sleep 500 below.<br /><br /><WinKey>2 = Black Minus<br /><WinKey>3 = Black Plus<br /><WinKey>4 = Fill Minus<br /><WinKey>5 = Fill Plus<br /><WinKey>6 = Exp Minus<br /><WinKey>7 = Exp Plus<br /><br />; Code Starts <br />#IfWinActive, Lightroom<br />     #2::LRMouseMove( 10, -2)     ; Black Clipping, Minus<br />     #3::LRMouseMove( 10,  2)     ; Black Clipping, Plus<br />     #4::LRMouseMove( 40, -5)     ; Fill, Minus<br />     #5::LRMouseMove( 40,  5)     ; Fill, Plus<br />     #6::LRMouseMove(115,-10)     ; Exposure, Minus<br />     #7::LRMouseMove(115, 10)     ; Exposure, Plus<br />     LRMouseMove(x,dx) {<br />          MouseGetPos, xpos, ypos <br />          BlockInput, MouseMove<br />          ControlGetPos, cx, cy, w, h, AfxWnd80u82<br />          MouseMove, X+CX, CY+50, 1<br />          MouseClickDrag, L, 0, 0, DX, 0, 0, R<br />          Sleep 500<br />          MouseMove, XPOS, YPOS, 1<br />          BlockInput, MouseMoveOff<br />          Exit<br />     }<br />#IfWinActive<br />; Code Ends

  • SOLUTION: LR2 Develop/Library Keyboard Shortcuts

    For windows users - this is the latest update to my keyboard shortcuts for Library and Develop module. It has improved performance through caching.
    Quick access to Develop and Library module adjustments via your keyboard number pad. You'll need www.AutoHotKey.com to use this script.
    >; ----------------------------------------
    ; Gordon's Lightroom 2.0 Shortcuts Aug-22 2008
    ; www.night-ray.com
    ; Use numpad to perform certain develop and library functions.
    ; This effectively disables the number pad for digit entry
    ; (except 5 and 0) please use the main keyboard instead.
    ; Left/Right - Prev or Next photo
    ; Up/Down - Exposure
    ; Minus/Plus - Fill Light
    ; Page Up/Dn - Contrast
    ; Home/End - Color Temperature
    ; Div/Mult - Color Tint
    ; Enter - Paste Previous
    ; Dot (Delete) - AutoTone
    ; F9 Library Module
    ; F10 Develop Module
    ; F11 Slideshow Module
    ; F12 Web Module
    SetTitleMatchMode,2
    #IfWinActive, Lightroom
    F9::Send ^!1
    F10::Send ^!2
    F11::Send ^!3
    F12::Send ^!4
    #IfWinActive
    ; *** DEVELOP SHORTCUTS ***
    #IfWinActive, Lightroom - Develop
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrdAdd(09)
    numpad2:: lrdSub(09)
    NumpadAdd:: lrdAdd(11)
    NumpadSub:: lrdSub(11)
    numpad9:: lrdAdd(14)
    numpad3:: lrdSub(14)
    numpad7:: lrdAdd(04)
    numpad1:: lrdSub(04)
    NumPadMult:: lrdAdd(05)
    NumPadDiv:: lrdSub(05)
    NumPadDot:: Send ^u
    NumPadEnter:: Send ^!v
    lrdAdd(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {=}
    lrdSub(delta) {
    instance := lrGetControl( Static, 6, "Treatment :", delta )
    ControlClick, Static%instance%
    Send {-}
    #IfWinActive
    ; *** LIBRARY SHORTCUTS ***
    #IfWinActive, Lightroom - Library
    numpad4:: Send ^{Left}
    numpad6:: Send ^{Right}
    numpad8:: lrlClick(03)
    numpad2:: lrlClick(02)
    NumpadAdd:: lrlClick(11)
    NumpadSub:: lrlClick(10)
    numpad9:: lrlClick(23)
    numpad3:: lrlClick(22)
    numpad7:: lrlClick(-6)
    numpad1:: lrlClick(-7)
    NumPadMult:: lrlClick(-2)
    NumPadDiv:: lrlClick(-3)
    NumPadDot:: Send ^u
    NumPadEnter::Send ^!v
    lrlClick(delta) {
    instance := lrGetControl( Button, 6, "Auto Tone", delta )
    ControlSend, Button%instance%, {SPACE}, ahk_class AgWinMainFrame
    #IfWinActive
    ; Fetch the Control Instance using Type, Title, and Instance Delta
    lrGetControl( type, typeLen, title, delta ) {
    global lrLastTitle, lrLastCBase, lrLastCache
    if (lrLastTitle = title and lrLastCache > A_TickCount )
    ; Cached! Saves time.
    return lrLastCBase + delta
    else
    WinGet, ActiveControlList, ControlList, ahk_class AgWinMainFrame
    Loop, Parse, ActiveControlList, `n
    IfInString, A_LoopField, %type%
    ControlGetText, text, %A_LoopField%
    IfInString, text, %title%
    StringMid, controlbase, A_LoopField, typeLen+1
    lrLastTitle := title
    lrLastCBase := controlbase
    lrLastCache := A_TickCount + (120*1000)
    return controlbase + delta
    return 999999
    ; End

    The first post is now in the
    Lightroom FAQ. So, there should be no need to keep bumping the thread.
    IanLyons
    Forum Host

  • SQL Developer not accepting certain characters from the keyboard

    Hello,
    I have been using SQL Developer for 5 or 6 months now, with minor issues and great satisfaction.
    A few days ago, just out of the blue, in the middle of the day, SQL developer started not accepting the following characters:
    Ctrlv, Ctrl + c, F5, F9 (I Think all function keys), BackSpace, Delete, Enter and arrow keys.+*
    T*his is only happening in the text editor part*. I am able to use this keys in the results, whether they were a script output or an execute query output.
    SQL developer also functions properly (if i paste using the mouse, paste works.. and all the other keys)
    I checked the pc for viruses, using AVG, no viruses were found (my avg is updated daily and runs daily virus checks on a schedule, and this issue has been here for the past 1 or 2 weeks, so it was a virus, i think it should have been discoverd, besides, the keys are still working in sql developer, only not in the text editor part)
    Needless to say, but if i run notepad and type, keys work properly.
    I also reinstalled it in another folder with no luck
    Tried so many restarts .. no luck
    Tried it in safe mode .. no luck
    I am using SQL developer Version 1.5.4, Build MAIN-5940.. on Windows Xp
    I am suspecting there's some option in it that I disabled without paying attention..
    HELP!!!
    Regards,
    Charles

    All that time trying possible solutions is understandable, but then typing them in your post... when searching the forum would have given you the solution under 1 minute:
    Preferences - Accelerators - Load Preset - Default
    Hope that helps,
    K.

  • Unable to update SQL in SQL developer

    I suddenly started having issues with my SQL developer no allowing me to update my SQL. I can open an existing .sql file or create a new one but it isn't responding to some of the my keyboard strokes. I can type new text but it doesn't respond to the enter key , backspace, delete, arrow keys. Also, shortcuts like ctrl 'c', of the Function keys aren't working either. It is almost like the scroll lock is on but it isn't. This is the only application on my laptop with this issue and i have uninstalled and reinstalled since this started.
    Does anyone have other suggestions?

    I have same exact problem with SQL Developer ver 1.5.4. My help desk team uninstalled and reinstalled the SQL Developer, but the problem exists. I have changed few options and tried using default settings with no luck.
    Please help!

  • Backspace key not working on SQL Developer 3.2.20.09 on Mac OS X 10.7.4

    Hi,
    I've searched around and found that the backspace and arrow key problem has been a known issue on 1.x versions of SQL Developer. In that version the fix was to reload the keyboard Accellerator bindings in Tools->Preferences->Accellerators. However, the Accellerator dialog isn't available on 3.2.2 version. Is there any other way to fix it? I know on some Macs, the keys work fine.
    Thanks,
    Richard

    Hi Richard,
    The Accelerator feature was renamed. Rather than
    Tools->Preferences->Accelerators -> Load Presettry instead
    Tools->Preferences-> Shortcut Keys -> More Actions -> Load Keyboard SchemeHopefully reloading in 3.2.2 will have the same impact as in the 1.x releases for your issue.
    Regards,
    Gary
    SQL Developer Team

  • SQL developer hangs on Win XP if not admin user

    Hi, I just installed Oracle 11g on Win XP sp2, as admin user.
    Things appear working, except for SQL Developer which runs fine only when logging in to XP as administrator.
    If I log in as a normal user, then SQL Developer hangs forever just after being started up, eating 50% of CPU. Task manager is required to stop it.
    A few more details: it hangs just after asking about file name associations, showing on the left panel the connection I did while being admin.
    SQL Plus runs just fine in any case.
    If I run the alternative version (sqldeveloper.exe), the involved window reports:
    WARNING: Unknown directive: SetSkipJ2SDKCheck
    Using oracle.home=C:\oracle\app\Admin\product\11.1.0\db_1\sqldeveloper
    Using ide.user.dir=null
    Addin: Translator PlSql is trying to register a input type (.plsql) which confli
    cts with translator PlSql who already using this input type
    28-gen-2009 16.49.18 oracle.jdbc.driver.OracleDriver registerMBeans
    GRAVE: Error while registering Oracle JDBC Diagnosability MBean.
    javax.management.InstanceAlreadyExistsException: com.oracle.jdbc:type=diagnosability,name=main11.0
    at com.sun.jmx.mbeanserver.RepositorySupport.addMBean(RepositorySupport.java:452)
    then the ide windows hangs as reported above.
    Any help is appreciated.

    - sqldev is slower - and yes my machine is fast
    - sqldev needs a mouse; the keyboard shortcuts are severely lacking
    - output window is separated from SQL window
    - It doesn't show me anything I couldn't get to before by typing commands & using TextPad
    As far as sqlplusw.exe vs sqlplus.exe, I won't get into that discussion- all I'll say is that the "workarounds" on the Internet have not addressed my concerns. (control-c exits by accident, having to edit every shortcut on every computer/server I touch which either needs admin elevation or shortcut copy/paste or both, etc)
    Either way- thanks again to sperkmandl for the solution (running sqldev as non-administrative user)! I never run on my machine as local admin; I only elevate when needed.

  • Top 10 Obstacles to Sql Developer Becoming a World-class Tool

    I've been working with Sql Developer day and night for the last 6 months.
    On a positive note, the SqlDeveloper team has been the most responsive Oracle product team I've worked with in the 19 years I've been working with Oracle tools. They pay attention to their customers. It's noticed and much appreciated!
    I thought I would share the biggest problems that I face with the tool on a daily basis, the kind of problems that make me want to work with a different tool each and every day.
    My intent isn't to gripe, it's to focus attention on the biggest productivity drains I face using the tool. Others may have a different list, based on their needs. Without further ado, here is my top 10 problems list:
    1) Quality Control.
    I cannot count on critical portions of the tool working correctly. This includes an oracle database development tool that is incapable of extracting oracle ddl correctly and which is incapable of correctly displaying information about SQL Server data and database objects. It also includes destroying connection files and losing keyboard settings. When the product was installed, it was incapable of properly displaying code in a worksheet when I scrolled thru the code. The details are listed in other postings of mine.
    2) Quality Control.
    See #1.
    3) Quality Control.
    See #1.
    4) Very badly done threading.
    The tool locks up on a constant basis when it does a many tasks. Rather than let me work on some other task, I have to wait for it to complete. My current work-around is to have two or three sql developer windows open. That sucks life out of my RAM supply, but at least I can get some work done. And, of course, it will often completely lock up and never return, which means I lose all unsaved worksheets. This forum is full of postings about these issues.
    5) Memory Leaks / Internal memory corruption.
    If I've had the tool open for a few days, or really worked it hard for a day, I will get bizarre compilation errors that make no sense. If I exit the tool, re-enter the tool, and compile the exact same code all will be well.
    6) Awkward and slow data entry interface for frequently performed tasks.
    Example: I create a new table and want to start defining columns for it. I remove my hands from the keyboard to press the + button, then I have to set focus on the column name field (it should do that for me!). Now that my hands are back on the keyboard, I have to backspace the dummy "column name" value in the column name field (it should ditch that dummy value for me). Only after all that can I actually enter a column name. When I want to add a new column, it's back to the mouse again, for the same drill. The down arrow key should take me to a new column record, as should pressing return at the end of the last field in the column row.
    7) Destroys code
    Changing a column datatype from varchar2 to nvarchar2 destroys the length of the column. Changing a field on a view destroys the instead of triggers. This is bad. There is no warning that this this is about to happen, which would at least give us a chance to avoid the problem. Better still, of course, would be not destroying that data.
    8) Inaccurate checking for record locking.
    When I try to edit records in a data grid for a table, I often get an error message telling me the data was modified in another session. It is simply not true. A hand-written update statement in a sql worksheet will work just fine. I've seen posts in the forum discussing this issue. An Oracle database development tool unable to reliably update oracle data tables is embarrassing. See Obstacle #1.
    9) Unicode support
    Sql Developer is heads above all the other tools I've tried out on this topic.
    However, the configuration of the tool to provide unicode support needs to be simplified.
    The tool needs to recognize the encoding of the files that are being opened up. On Windows Vista, Notepad seems to infallibly pick the right encoding for the file when I open it. Sql Developer should do the same. Files have specific encodings, the tool should have a default encoding (that I can override). Right now, the tool has a specific encoding and expects all files to match it. Extracting ddl to a worksheet does not respect the encoding choices of the tool, either. It only works with a limited set of tool encoding choices.
    10) Resources
    Does the sql developer team have the resources they need to compete with vendors like Microsoft? One really big reason for picking sqlserver over oracle is the ease of use of the Microsoft front-end tools. It's not until later that they may realize that Oracle has more capability, but that's still a lost sale.

    We are acutely aware of quality and with each release work at improving this. Providing a polished, professional and ultimately user friendly and useful tool is our constant goal.
    The broader our customer base grows, the more demands we have. This is a good and exciting position to be in, although it might mean that we need to slow down on our release cycles.
    Release 2.0 should address more of the threading and memory leaks displayed as the team have rewritten some of the sections. As for resources, it's true we're a small team and we get on with the work that we do.It might be a little slower than some would like, but I'm not convinced that having large team is necessarily always the answer.
    As ever, some of the points mentioned could be added to the Exchange. We'll be reviewing and updating the Exchange again in the New Year.
    I think there is another point to add to your list. A lot of what the tool is and will become is from a positive customer interaction we have had to date. While we continue to grow this, I think the product will grow and improve. The forum and all the positive interactions that happen here are key to taking the product forward.
    Regards
    Sue

  • Keyboard shortcuts no longer working on 10.5 in Firefox and Photoshop

    We developed an Inuttitut keyboard layout for Mac OS X 10.4 and above (Inuttitut is the language of the Inuit in Nunavik, the most northerly region of Québec province in Canada). For information, our layout allows to type in Unicode whenever Caps Lock is on (Caps Lock off giving the standard Canadian English keyboard) and our keyboard layout Nunavik [Unicode] CSA can be dowloaded from this webpage (http://www.kativik.qc.ca/en/aipai-fonts). The only problem we found is on 10.5, both with FireFox (2 and 3) and Photoshop (CS3). When we select our keyboard layout (using Mac OS Input Method Selector), shortcuts using the Cmd key don't work anymore (Cmd-C for copying, etc.) in FireFox when Caps Lock is on, and in Photoshop whether Caps Lock is on or off.
    It is important to note that our keyboard layout abides by the Mac OS X standards for developing keyboard layouts, and works perfectly with all other applications we have tested so far, on Mac OS X 10.4 and 10.5.
    We believe that 10.5 has a new feature whose side effect is to render shortcuts ineffective for FireFox and Photoshop (and very likely other applications that we don't use).
    PLEASE: email a copy of your post to Alain (dot) Rochefort [at-sign] kativik (dot) qc (dot) ca

    Ignore the permissions messages, as per http://support.apple.com/kb/TS1448
    Here's the second way:
    While logged into the newly created admin account, backup the bad account's folder, delete the bad account, selecting the save data option (which is stored in /Users/Deleted Users/ as a disk image), recreate the bad account using the same username/password combo, log out and back into the recreated original account. If the problem's solved, open the saved data dmg file in /Users/Deleted Users/, open the /Library/Preferences/ folder from the saved data, open the current /Users/restored account/Library/Preferences/ folder, and slowly copy plist files from the saved data folder to the current one that don't exist in it. Log out and back in to ensure there's no conflict and things still work correctly. Resolving conflicts or identifying corrupt plist files is a laborious process. Good luck.

  • How to open a package body in Oracle sql developer

    How to open a package body in Oracle sql developer..any shortcut for that

    I need another way to get to my package body. I'm on a locked down system, so the only way I can reference anything is if I already know the name of it. I accidentally overwrote my text document that I was using to work on it and I closed out of the package body in sqldeveloper. There must be a command, like an alter or some such. Anyone know the old fashioned way of looking at a package?

  • Oracle SQL Developer freezes and locks up computer randomly

    I attempted to find a solution to this before posting. I looked through the first 40 pages of this forum and on Google, through the Developer documentation, etc. with no luck.
    The problem: while using Oracle SQL Developer, the computer randomly freezes. Things work, but it hangs too often and for too long to use. This is random - it can happen every 10 seconds or every 2 minutes. The mouse will lock up, and the keyboard buffer will get all messed up. For instance, if it happens to freeze while I'm hitting "backspace", it will delete many lines of text (I've lost a bit of work because of this in the past). The freezing will last about 2 to 20 seconds, and the only way out of it is to ctrl+alt+delete and kill SQL Developer.
    If SQL Developer is running, and I'm in a different window - it will freeze the other windows as well. Again, it's impossible to use unfortunately. My coworker doesn't have the same problem, and he's connecting to the same database with the same version using Windows Vista. It must be something on this computer. I reformatted about 1 month ago, so it's a pretty fresh install and I haven't installed much of anything yet.
    I'm using Windows Vista Enterprise 32-bit w/SP1.
    This was occurring with older versions of SQL Developer (1.2). I'm using the newest install that included the Java JDK. I've completely removed Java, my Oracle installs, and a host of other attempts to fix this, and nothing changes. I've tried running the .exe in the bin directory as administrator as well.
    Currently using Oracle Developer 1.5.1.54.40.
    Any ideas?

    I tried dumping the contents, but the java dump wasn't showing anything at all, and it would never freeze while I had the console window in focus, so it wasn't very helpful unfortunately.
    I fixed this issue by uninstalling the Java runtime on this machine and installing the Java JDK 6 Update 7 from java.sun.com/javase/downloads . I then downloaded the SQL Developer 1.5.1 version without the Java runtime included, and pointed it to the Update 7 .exe file upon first load.
    I was using JDK 6 Update 6 previously, and it must have been behind the errors. Note that the Update 7 has to be downloaded from that website as it's a new version that hasn't been posted on the regular java.com site yet.
    Message was edited by:
    user645599

  • SQL DEVELOPER QUIT UNEXPECTEDLY

    Hi Folks,
    I recently downloaded all the packages of Oracle Instant Client 11.2 from Oracle and installed them on MAC PRO OSX 10.6, I had an error as "Status : Failure -Test failed: no ocijdbc11 in java.library.path" every time I use TNS and this has been resolved by checked the OCI thin driver option on Tools-Database-Advance, now when I start the developer from the command line to use the Oracle Home Instant OCI, the developer quit unexpectedly with the the following log report.
    I made sure that the environments as ORACLE_HOME, DYLD_LIBRARY_PATH, SQLPATH, PATH, and TNS_ADMIN are set correctly.
    Please help?
    Please note that the log is very big which i can't attach all of the contents in the post, let me know you still want me to upload.
    Process: java [2851]
    Path: /usr/bin/java
    Identifier: com.oracle.SQLDeveloper
    Version: 1.0 (1.0)
    Code Type: X86-64 (Native)
    Parent Process: bash [2813]
    Date/Time: 2013-03-25 10:00:18.541 -0400
    OS Version: Mac OS X 10.6.8 (10K549)
    Report Version: 6
    Interval Since Last Report: 726274 sec
    Crashes Since Last Report: 1775
    Per-App Interval Since Last Report: 210484 sec
    Per-App Crashes Since Last Report: 14
    Anonymous UUID: B810DD0B-ABCB-4F5B-888D-521B88EB7656
    Exception Type: EXC_CRASH (SIGSEGV)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=101370c18
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.14-b01-447 mixed mode macosx-amd64)
    Current thread (12511f800): JavaThread "pool-2-thread-1" [_thread_in_vm, id=603873280, stack(123ee6000,123fe6000)]
    Stack: [123ee6000,123fe6000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j oracle.jdbc.driver.T2CConnection.t2cCreateState([BI[BI[BI[BI[BI[BI[BISI[S[B[BZ[J)I+0
    j oracle.jdbc.driver.T2CConnection.logon()V+935
    j oracle.jdbc.driver.PhysicalConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+346
    j oracle.jdbc.driver.T2CConnection.<init>(Ljava/lang/String;Ljava/util/Properties;Loracle/jdbc/driver/OracleDriverExtension;)V+4
    j oracle.jdbc.driver.T2CDriverExtension.getConnection(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+34
    j oracle.jdbc.driver.OracleDriver.connect(Ljava/lang/String;Ljava/util/Properties;)Ljava/sql/Connection;+296
    j oracle.jdeveloper.db.adapter.AbstractConnectionCreator.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+266
    j oracle.dbtools.raptor.standalone.connection.RaptorConnectionCreator.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+697
    j oracle.dbtools.raptor.dialogs.conn.ConnectionPrompt.promptForPassword(Ljava/util/Properties;Loracle/jdeveloper/db/adapter/ConnectionCreator;)Ljava/sql/Connection;+82
    j oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection(Ljava/util/Properties;)Ljava/sql/Connection;+152
    j oracle.jdeveloper.db.adapter.DatabaseProvider.getConnection()Ljava/sql/Connection;+5
    j oracle.jdevimpl.db.adapter.CADatabaseFactory.createConnectionImpl(Ljava/lang/String;)Ljava/sql/Connection;+47
    j oracle.javatools.db.DatabaseFactory.createConnection(Ljava/lang/String;Loracle/javatools/db/DatabaseFactory$ConnectionCreator;)Ljava/sql/Connection;+6
    j oracle.javatools.db.DatabaseFactory.createDatabase(Ljava/lang/String;Loracle/javatools/db/DatabaseFactory$ConnectionCreator;)Loracle/javatools/db/Database;+2
    j oracle.jdeveloper.db.DatabaseConnections.getDatabase(Ljava/lang/String;Z)Loracle/javatools/db/Database;+63
    j oracle.dbtools.raptor.utils.Connections$ConnectionInfo.getDatabase(Z)Loracle/javatools/db/Database;+40
    j oracle.dbtools.raptor.utils.Connections.getConnection(Ljava/lang/String;Z)Ljava/sql/Connection;+17
    j oracle.dbtools.raptor.utils.Connections.getConnection(Ljava/lang/String;)Ljava/sql/Connection;+14
    j oracle.dbtools.raptor.navigator.DatabaseConnection.openConnectionImpl()Ljava/sql/Connection;+9
    j oracle.dbtools.raptor.navigator.AbstractConnectionNode.getConnection()Ljava/sql/Connection;+16
    j oracle.dbtools.raptor.navigator.ConnectionFilter.getFactory()Loracle/dbtools/raptor/navigator/ObjectFactory;+12
    j oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork()Ljava/util/List;+25
    j oracle.dbtools.raptor.navigator.ConnectionFilter$1.doWork()Ljava/lang/Object;+1
    j oracle.dbtools.raptor.backgroundTask.RaptorTask.call()Ljava/lang/Object;+10
    j java.util.concurrent.FutureTask$Sync.innerRun()V+30
    j java.util.concurrent.FutureTask.run()V+4
    j oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run()V+60
    j java.util.concurrent.Executors$RunnableAdapter.call()Ljava/lang/Object;+4
    j java.util.concurrent.FutureTask$Sync.innerRun()V+30
    j java.util.concurrent.FutureTask.run()V+4
    j java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Ljava/lang/Runnable;)V+66
    j java.util.concurrent.ThreadPoolExecutor$Worker.run()V+33
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stu
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Serial ATA Device: WDC WD3200BEKT-22PVMT0, 298.09 GB
    Serial ATA Device: MATSHITADVD-R UJ-868
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000 / 2
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000 / 3
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 / 2

    Hi,
    This seems similar to a side-issue noted in this thread...
    ObjectViewer (data grid) paste error
    The solution for that specific issue was to copy the ojdbc6.jar from the instant client to the SQL Developer installation's
    .../sqldeveloper/jdbc/lib directoryNot certain if that is the exact equivalent on a Mac, but there you have the general approach.
    Hope this helps,
    Gary
    SQL Developer Team

Maybe you are looking for

  • N900 poor photo/video quality

    All photos and videos are very poor quality, somehow blurred, like always to be out of focus. I tried in different light situations, different modes,..., but no improvement. Maybe I expect too much, but the N900's photo engine is complimented a lot.

  • TA38571 I can STREAM, but I cannot SYNC (I don't have another library linked to my Apple TV)

    I can only STREAM, but I cannot SYNC Note: I do NOT have another itunes library linked to my Apple TV Thanks!

  • AUDIO SETUP ASSISTANT GONE

    I noticed that I can no longer use the core audio setup assistant in express 8. In 7, I could adjust the amount of tracks, buses ect. They have apparently got rid of that feature in 8. So now I have 64 buses and instead of setting the record max time

  • Non functioning I-Pod

    My I-Pod suddenly stopped working.. the I-Pod will turn on than say go to apple.com/support.. and so far the "I-Pod wont turn on link" hasnt helped.. any suggestions?

  • Source list for service vendors

    Dear friends, How to maintain the source list for service wise for service vendors. And for what purpose standard service catalog is maintained.Please suggest Regards, Canand