How do you go back to IPTC/description, ect in file info

Hi ,
I am in this view of file info and need to go back to the very first view, IPTC, description, ect, current view shows GPS data, video data.
Thanks

Keys for navigating a PDF
Shortcut
Windows
Mac
Previous screen
Page Up or Shift+Enter
Page Up or Shift+Return
Next screen
Page Down or Enter
Page Down or Return
First page
Home or Shift+Ctrl+Page Up or Shift+Ctrl+Up Arrow
Home or Shift+Command+Up Arrow
Last page
End or Shift+Ctrl+Page Down or Shift+Ctrl+Down Arrow
End or Shift+Command+Down Arrow
Previous page
Left Arrow or Ctrl+Page Up
Left Arrow or Command+Page Up
Next page
Right Arrow or Ctrl+Page Down
Right Arrow or Command+Page Down
Previous open document
Ctrl+F6 (UNIX)
Command+F6
Next open document
Shift+Ctrl+F6 (UNIX)
Shift+Command+F6
Scroll up
Up Arrow
Up Arrow
Scroll down
Down Arrow
Down Arrow
Scroll (when Hand tool is selected)
Spacebar
Spacebar
Zoom in
Ctrl+equal sign
Command+equal sign
Zoom out
Ctrl+hyphen
Command+hyphen

Similar Messages

  • How do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full

    how do you remove back up data from the memory storage? my storage data states that i have over 80gb of data used for back ups and i dont know why as i use a external hard drive as a time machine .now my 250gb flash storage is nearly full.. HELP!

    When Time Machine backs up a portable Mac, some of the free space will be used to make local snapshots, which are backup copies of recently deleted files. The space occupied by local snapshots is reported as available by the Finder, and should be considered as such. In the Storage display of System Information, local snapshots are shown as  Backups. The snapshots are automatically deleted when they expire or when free space falls below a certain level. You ordinarily don't need to, and should not, delete local snapshots yourself. If you followed bad advice to disable local snapshots by running a shell command, you may have ended up with a lot of data in the Other category. Ask for instructions in that case.
    See this support article for some simple ways to free up storage space.

  • How can you enable back the Android native Menu button in AIR 2.7?

    I've noticed in AIR 2.7 for Android, that now the bottom icons in Android 3.0 Honeycomb are hidden (replaced by small dots) in AIR 2.7, whereas in AIR 2.6 they were always visible. That's cool. Since the bottom bar can never be hidden in Android 3, at least now those icons are less visible (unless you intentionally touch the bottom bar, then the icons show up for a few seconds).
    BUT I also noticed in AIR 2.7 compiled apps, the native "Menu" icon is not visible anymore, even after touching the bottom bar. In AIR 2.6 you could see and press that button (which can be captured from AIR so you can show a custom settings menu or whatever).
    So, quoting the subject --> How can you enable back the Android native Menu button in AIR 2.7?

    There is a work around and a reason for the menu issue.  Honeycomb doesn't natively support a menu softkey, it is only to support old apps comiled in phone API levels.  If you compile a Honeycomb app in 2.7 or 3.0, it is expected you manage the settings within the larger tablet UI framework.  See below link for more info and work around. 
    http://forums.adobe.com/message/3964792#3964792

  • How can you get back to the registration screen to change information once registration is complete

    how can you get back to the registration screen to change information once registration is complete?

    You don't have to. Just go to Apple's Express Lane and add products.

  • With the new io5 on safari how do you get back to top of the page quickly

    With the new io5 on safari how do you get back to top of the page quickly?

    Same way as before - click on the top. But the area to click seems to be slightly lower ... aim for the touch of the grey and black instead of the black.

  • How do you get back to the main screen?

    How do you get back to the main screen? My little movie screen is not in the top right corner as it usually is... ever since it unexpectedly shut down. I can not edit it anymore and the screen is in the middle and the clips and sound are separated underneath. PLEASE HELP THIS PROJECT IS DUE TOMORROW AND I WAS ALMOST DONE

    my limited experience tells me that different magazines work differently.
    try double clicking the home button and then swiping the magazine image up off the top of the screen

  • How do you  go back a page  to your original page

    how do you go back a page

    If your talking about Safari, you can just click the back arrow button.
    Or if your talking about a previous page you had opened that isn't in that particular session, touch the button that looks like boxes stacked on each other.

  • For. iBooks, at the end of the book how do you get back to the library ?

    At the end of a book in IBook how do you get back to the library ? I am stuck on the last page of the book.

    tap on the middle of the book, in the upper left hand corner you will see a Library button. select that to return to your library.

  • HT5467 how do you change back to the south african store from the american store on your settings??

    how do you change back to the south african store from the american store on your settings??

    Settings > iTunes & App Stores > Apple ID: > View Apple ID > Country/Region...change here.

  • HT3458 How do you go back to the beginning of playlist

    How do you go back to the beginning of playlist on ipod shuffle

    The device only displays the last portion of a large text message. I'm not aware of any other method to access the beginning of the conversation except to scroll and keep loading the older part of the message. I would imagine to help with RAM management, the device does not load entire conversations.
    You can provide feedback to Apple HERE, if you would like to see a change in the way the device displays messages.

  • I can't use Roboform with 4.0 beta 10, so I can't use Firefox. How do you go back to beta 9?

    I can't use Roboform with 4.0 beta 10, so I can't use Firefox. How do you go back to beta 9?

    Thanks suntiger1966!!! This work around worked for me as well!!! When I posted this problem on Roboform support, the reply received was not very helpful -
    ''Justin replied (2011/01/27 12:04 pm EST)
    Thank you for your message.
    Currently this wont be fixed till the next release. No ETA.''
    Now I can keep on using my favorite browser Firefox with Roboform! Thanks once again!!!

  • How will you go back to the previos list in interactive list

    how will you go back to the previos list in interactive list

    Hello Surya,
    Check the below program :
    REPORT  ZTEJ_INTAB1 LINE-SIZE 103 LINE-COUNT 35(5) NO STANDARD PAGE
    HEADING.
    *TABLES DECLARATION
    TABLES : KNA1, VBAK, VBAP.
    *SELECT OPTIONS
    SELECT-OPTIONS: CUST_NO FOR KNA1-KUNNR.
    *INITIALIZATION
    INITIALIZATION.
        CUST_NO-LOW = '01'.
        CUST_NO-HIGH = '5000'.
        CUST_NO-SIGN = 'I'.
        CUST_NO-OPTION = 'BT'.
        APPEND CUST_NO.
    *SELECTION SCREEN VALIDATION
    AT SELECTION-SCREEN ON CUST_NO.
        LOOP AT SCREEN.
            IF CUST_NO-LOW < 1 OR CUST_NO-HIGH > 5000.
              MESSAGE E001(ZTJ1).
             ENDIF.
        ENDLOOP.
    *BASIC LIST SELECTION
    START-OF-SELECTION.
        SELECT KUNNR NAME1 ORT01 LAND1 INTO
               (KNA1-KUNNR, KNA1-NAME1,KNA1-ORT01,KNA1-LAND1)
               FROM KNA1
               WHERE KUNNR IN CUST_NO.
              WRITE:/1 SY-VLINE,
                    KNA1-KUNNR UNDER 'CUSTOMER NO.' HOTSPOT ON,
                    16 SY-VLINE,
                    KNA1-NAME1 UNDER 'NAME',
                    61 SY-VLINE,
                    KNA1-ORT01 UNDER 'CITY',
                    86 SY-VLINE,
                    KNA1-LAND1 UNDER 'COUNTRY',
                    103 SY-VLINE.
        HIDE: KNA1-KUNNR.
        ENDSELECT.
        ULINE.
    *SECONDARY LIST ACCESS
    AT LINE-SELECTION.
        IF SY-LSIND = 1.
            PERFORM SALES_ORD.
        ENDIF.
        IF SY-LSIND = 2.
            PERFORM ITEM_DET.
        ENDIF.
    *TOP OF PAGE
    TOP-OF-PAGE.
            FORMAT COLOR 1.
            WRITE : 'CUSTOMER DETAILS'.
            FORMAT COLOR 1 OFF.
            ULINE.
            FORMAT COLOR 3.
            WRITE : 1 SY-VLINE,
                    3 'CUSTOMER NO.',
                    16 SY-VLINE,
                    18 'NAME',
                    61 SY-VLINE,
                    63 'CITY',
                    86 SY-VLINE,
                    88 'COUNTRY',
                    103 SY-VLINE.
                    ULINE.
          FORMAT COLOR 3 OFF.
    *TOP OF PAGE FOR SECONDARY LISTS
    TOP-OF-PAGE DURING LINE-SELECTION.
    *TOP OF PAGE FOR 1ST SECONDARY LIST
        IF SY-LSIND = 1.
                     ULINE.
      FORMAT COLOR 1.
      WRITE : 'SALES ORDER DETAILS'.
                     ULINE.
      FORMAT COLOR 1 OFF.
      FORMAT COLOR 3.
            WRITE : 1 SY-VLINE,
                    3 'CUSTOMER NO.',
                    16 SY-VLINE,
                    18 'SALES ORDER NO.',
                    40 SY-VLINE,
                    42 'DATE',
                    60 SY-VLINE,
                    62 'CREATOR',
                    85 SY-VLINE,
                    87 'DOC DATE',
                    103 SY-VLINE.
                    ULINE.
          ENDIF.
          FORMAT COLOR 3 OFF.
    *TOP OF PAGE FOR 2ND SECONDARY LIST
    IF SY-LSIND = 2.
                     ULINE.
          FORMAT COLOR 1.
          WRITE : 'ITEM DETAILS'.
          ULINE.
          FORMAT COLOR 1 OFF.
    FORMAT COLOR 3.
            WRITE : 1 SY-VLINE,
                    3  'SALES ORDER NO.',
                    40 SY-VLINE,
                    42 'SALES ITEM NO.',
                    60 SY-VLINE,
                    62 'ORDER QUANTITY',
                    103 SY-VLINE.
                    ULINE.
        ENDIF.
    FORMAT COLOR 3 OFF.
    *END OF PAGE
    END-OF-PAGE.
         ULINE.
    WRITE :'USER :',SY-UNAME,/,'DATE :', SY-DATUM, 85 'END OF PAGE:',
    SY-PAGNO.
          SKIP.
    *&      Form  SALES_ORD
    *&      FIRST SECONDARY LIST FORM
    FORM SALES_ORD .
    SELECT KUNNR VBELN ERDAT ERNAM AUDAT INTO
           (VBAK-KUNNR, VBAK-VBELN, VBAK-ERDAT, VBAK-ERNAM, VBAK-AUDAT)
           FROM VBAK
           WHERE KUNNR = KNA1-KUNNR.
           WRITE:/1 SY-VLINE,
                   VBAK-KUNNR UNDER 'CUSTOMER NO.' HOTSPOT ON,
                   16 SY-VLINE,
                   VBAK-VBELN UNDER 'SALES ORDER NO.' HOTSPOT ON,
                   40 SY-VLINE,
                   VBAK-ERDAT UNDER 'DATE',
                   60 SY-VLINE,
                   VBAK-ERNAM UNDER 'CREATOR',
                   85 SY-VLINE,
                   VBAK-AUDAT UNDER 'DOC DATE',
                   103 SY-VLINE.
          HIDE : VBAK-VBELN.
    ENDSELECT.
    ULINE.
    ENDFORM.                    " SALES_ORD
    *&      Form  ITEM_DET
    *&      SECOND SECONDARY LIST FORM
    FORM ITEM_DET .
      SELECT VBELN POSNR KWMENG INTO
             (VBAP-VBELN, VBAP-POSNR, VBAP-KWMENG)
             FROM VBAP
             WHERE VBELN = VBAK-VBELN.
             WRITE : /1 SY-VLINE,
                       VBAP-VBELN UNDER 'SALES ORDER NO.',
                       40 SY-VLINE,
                       VBAP-POSNR UNDER 'SALES ITEM NO.',
                       60 SY-VLINE,
                       VBAP-KWMENG UNDER 'ORDER QUANTITY',
                       103 SY-VLINE.
            ENDSELECT.
            ULINE.
            ENDFORM.                    " ITEM_DET
    Just keep press one back button then you will able to go back to previous list.
    if you want to go to specific list then you need to use sy-lsind system variable,see the above logic
    Thanks
    Seshu

  • HT201250 How can you just back up photos. 2000 of them

    How can you just back up photos with Time Machine. 2000 of them

    peterz911 wrote:
    I am a photographer and trying to backup my photos. I would be using Seagate Backup Plus USB 3.0 , 1TB.
    I am very computer illeriate so please dumb it down so I understand.
    Hook up the Seagate drive (don't use their software) to the Mac and a TimeMachine window should appear, click yes and let it work for hours until completed. Hook up occassionally and it will backup your entire boot drive.
    If you need to format the drive, open Disk Utiltiy in your Applications > Utilities folder, click on your new drive on the left and Partition, 1, Option GUID and OS X Extended Journaled as the format and click apply.
    You should get another external drive, this will be your storage drive for a duplicate of all your photo's.
    Connect it to the Mac, format it the same way as above, then you need to drag and drop your photo's to it.
    If your photo's are in iPhoto, then inside your Pictures folder is a iPhoto Library, drag and drop it onto the icon of the external storage drive every time you want to make a backup.
    The first time you drag and drop, it will copy it.
    The next time you do it, it will ask if you want to replace the iPhoto Library with the new one.
    If your sure you want to do this, then say YES.
    If you want to make multiple dated backups of the iPhoto Library, double click on the external hard drive icon and it will open into a window.
    Use the Finder > New Folder and you can click on the name and change the type to date, then drag the more recent copy of iPhoto Library to that folder.
    This way you can have more than one copy of the iPhoto Library on the external storage drive at the same time as they are in folders. This way you can create a archive of dated photo's.
    Good Luck, and take a class or have someone teach you about basic OS X user interface.

  • How do you return back one record from a NamingEnumeration

    how do you return back one record from a For Loop issue
    Posted: Jan 4, 2007 9:13 AM Reply
    I have the following piece of code and i want to be able to just return one item...
    that is return e.next(); but this line doesnt work for below what is wrong
    if (attrs == null) {
    System.out.println("No attributes");
    } else {
    /* Print each attribute */
    for (NamingEnumeration ae = attrs.getAll();
    ae.hasMore();) {
    Attribute attr = (Attribute)ae.next();
    System.out.println("attribute: " + attr);
    /* print each value */
    for (NamingEnumeration e = attr.getAll();
    e.hasMore();){
    System.out.println("value:- " + e.next()));
    return e.next();
    }

    At the end of the loop, the NamingEnumeration has no more elements. You need to call getAll() again.
    By the way, please use code tags (above the posting box). You've been here long enough to know that (judging by your registration date).

  • How do you eliminate back the border width from a given selection?

    Perhaps a stupid question, I dont know, but whenever I make a selection and then go to selection>modify>border to select any given width from 1 to 200px, how do you eliminate back any created width? the value 0 is not accepted, only from 1 up. Does this mean I have to deselect everything and start the whole selection back over? that would take a lot of time if my selection was a little complex and took me some time perform it!
    I tried "googleing" that answer but couldnt find anyting so I am coming for help here.

    It's unclear to me what you mean by "Eliminate back".  Do you want just the border to extend inside the original selection?
    Are you recording an action?
    Keep in mind you can save any number of selections under different names via Select - Save Selection, then combine them with the Load Selection function using features like "Overlap" and "Subtract From Selection".
    -Noel

Maybe you are looking for

  • Trouble downloading Premier Elements 11

    I purchased PE11, but when I try to download it's saying I need a supported browser.  I'm already using Internet Explorer 10.  Any suggestions?

  • Exporting from the book module as a jpeg spread?

    I just spent half a day designing my first book in LR 4. I completed the book a few minutes ago, and it was only then that I realized I don't seem to be able to export as a Jpeg or as a spread--only as a PDF, and then only single pages, so each sprea

  • Serial de mi producto: Adobe Creative Suite 4.

    Hola por favor necesito el serial de mi producto: Adobe Creative Suite 4, ya que perdi el numero de serie y no puedo activarlo, gracias.

  • Where to find the useful jdbc driver

    Dear Pro.: now i am trying to convert my ODBC/C/Oracle project into JDBC/java/Oracle one. i used Oracle 8i database version 8.1.7., but i encounter some questions about this process: 1. Does the Java SDK version has anything to do with the jdbc drive

  • 2008 MBP DNS issues Wifi and DPC3825

    We are visiting a beach house and have about a dozen iDevices that all connect sucessfully via WiFi to Mediacom broadband via a Cisco DPC3825 cable modem. Only a 2008 MPB with 10.8.2 will not resolve DNS lookups. A 2011 MBA also with 10.8.2 works fin