How do I set focus to the Browser so I can CmdKey-A and select all?

I've searched the shortcut list for about 10 minutes and cannot find a shortcut to shift focus to the browser (by default the right-side) preferably the lower film-strip/list pane where pressing Cmd-A selects all the photos.
Note, that if you select an album and hit Cmd-A it doesn't select all the photos in the album - if that worked I wouldn't need to set focus to the film-strip/list pane.
There's only 1 keyboard shortcut in the "Aperture 3 Keyboard Shortcuts" guide with the word "Focus", and it's not the one I need.

Put it this way.
1. Select an Album
2. Now, you want to select all photos in that album, hit Cmd-A
You can't do (2) until I manually click in the film-strip pane.
I want to hit 1 key, to put me in a position to select all photos immediately.
This would also allow me to navigate using the arrow keys.
I'm not sure I really understand how anyone would not need this.
You click an album, you want to navigate through them (without using the mouse) ... doesn't everyone need to do this somehow?
** I just realized while experimenting that hitting the arrow-key actually gives focus to the film-strip in a way that allows me to hit Cmd-A.
So it looks like the answer is to
1. Select the Album
2. Hit any arrow key (sometimes it already has focus, depending on what you were doing in this album last time, by the look of it)
3. Cmd-A now works.

Similar Messages

  • HT204053 cant send or receive icloud emails on any device or on the web but i can sign in and use all other icloud products

    i cant send or recieve any emails to my icloud account, i can log into the icloud and use photostream, contacts but whenever i go to click on the email button it says an error has occured. When i selct the mail button on the iphone or ipad it say user name or password is incoreect which it isnt for sure

    <deleted>

  • How to set focus on the title of JTabbedPane

    I have created a JTabbedPane and added three JPanels to it. They are titled, say "Panel 1", "Panel 2" and "Panel 3". And each of them contains buttons and text areas. Since this app is for physically disabled users, it must provide navigation through these three tabs with keyboard operations only (i.e. without mouse clicks).
    When the title "Panel 1" gets focused, users can go to "Panel 2" by the right arrow key. When Panel 2 is brought up, however, the title "Panel 2" does not get focused. Instead the first button inside panel 2 is focused. In order for users to navigate to 'Panel 3" by the arrow key, the title "Panel 2" has to be focused. How do I set focus on the tab title?
    I have tried 'requestFocus()' on Panel 2, but it does not work. Please help me with this issue. Thanks in advance.

    I'd be quite interested to know if this can be doen as well so I thought I'd post this message to move it to the top of the board.
    Thanks.

  • How do i own the software to enable me to update and download all free updates?

    How do I get to own the software to enable me to update and download all my free updates.
    I am having a problem when I go to update my Apps. May be i have changed the password. but now I can not update my apps i itunes.
    It gives me the message " You can not update this software since you have not owned the major version of this software." I do not know what to do. Can someone help me?
    Thank you
    jackchild

    i'm here because i have a question about software update, but your question intrigues me. from what i understand, you're talking about two different things. i'm on the same version of osx and i have an application that is called App Store. I have placed it in my dock. do you have this? I believe it is part of the os. when you open the app there are columns on the top, just like the ios app store, the one on the far right being updates. when you click on this it offers you the option to update all of your "purchased" apps for Mac, with "purchased"  including free apps. Unfortunately, unlike the ios app store, you still need to sign into itunes/icloud to get the updates. i'm sure they will change this in a future update because it's simply silly.i believe that your Apple ID and password are the same between itunes and the icloud, since they synch with each other -- they are for me, so the different IDs and passwords referenced above refer to this community forum vs itunes/icloud.
    i hope this helps. good luck...

  • How to set focus on the last row of JTextPane

    how to set focus on the last row of JTextPane?
    import javax.swing.*;
    import javax.swing.text.html.*;
    import java.awt.*;
    import java.awt.event.*;
    public class MyGUITest extends JPanel implements ActionListener
    {   public static void main(String[] args)
        {   SwingUtilities.invokeLater(new Runnable()
             {   public void run()
              {    JFrame f = new JFrame("My GUI");
                  MyGUITest GUI = new MyGUITest();
                  GUI.setOpaque(true);
                  f.setContentPane(GUI);
                  f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
                  f.pack();
                  f.setLocationRelativeTo(null);
                  f.setVisible(true);
        JTextPane txtP;
        JButton add;
        HTMLEditorKit hek;
        HTMLDocument hd;
        String txt;
        MyGUITest()
        {     this.setLayout(new BorderLayout());
         this.setPreferredSize(new Dimension(400,200));
         txtP = new JTextPane();
         txtP.setEditable(false);
         txtP.setContentType("text/html");
         txtP.setText("");
         hek = new HTMLEditorKit();
         txtP.setEditorKit(hek);
         hd = new HTMLDocument();
         txtP.setDocument(hd);
         JScrollPane sTxtA = new JScrollPane(txtP);
         add = new JButton("add");
         add.addActionListener(this);
         sTxtA.setBorder(BorderFactory.createTitledBorder(""));
         this.add(sTxtA, BorderLayout.CENTER);
         add(add, BorderLayout.SOUTH);
         new Thread(new Runnable()
         {   public void run()
             {   while(true)
              {   try
                  {     Thread.sleep(100);
                  }catch(InterruptedException ex)
                  {     ex.printStackTrace();
                  appendText("This is <b>HTML</b> text");
                  //add.doClick();
         }).start();
        public void actionPerformed(ActionEvent e)
        {     txt = "<b>asd</b>";
         try
         {   hek.insertHTML(hd, hd.getLength(), txt, 0, 0, null);
         }catch(Exception ex){   ex.printStackTrace();   }
        public void appendText(String txt)
        {     try
         {   hek.insertHTML(hd, hd.getLength(), txt, 0, 0, null);
         }catch(Exception ex){   ex.printStackTrace();   }
    }thanks~

    anIdiot wrote:
    im not sure what is the caret location...So don't youthink you should have looked for it in the API?
    anyway, i want the scroll bar to scrolled down automatically when the output is displayed.
    normally, the scroll bar is scrolled down automatically when a new text is inserted, but it doesnt work on this timeGo through camockr's http://tips4java.wordpress.com/2008/10/22/text-area-scrolling/
    db

  • How to call a method when the browser is closing

    Hello,
       In my application I need to execute a specific treatment when the WD4A application is closing.  So how can we have a handle method for this specific event.
       I've seen some documentation about the "exit plugs" , and about the doonclose method of the window.. but I don't think it can be useable for me in this case.
    Can you please help me
    Thanks in Advance
    Hamza

    I wrote an insert into the method i set up a break point, the program never call this code and therefore, the new row is never inserted.
    But i think, it's a misunderstand. 
    to summarize :
    I have an application in WD4A
    The application is running, and then I decide to close the browser (in my case internet explorer) and before the browser close I want to execute a piece of code.
    If the method wddoonclose is to be used, is there any default handler or listener to trigger it automatically on the browser closing ?
    If no, how to trigger a method base on this special event .
    Thx
    Hamza

  • How do I set focus to a text field after I click a button that calls a webservice?

    I have a web service that returns back a table. In order to show the values in the table I had to check the re-merge Form Data on the Webservice Button.  My question is , How do I set focus to a field on the screen after re-merge happens.

    I was reading SetFocus documentation and it says
    You cannot use  setFocus with the form:ready, layout:ready, or initialize events.
    What I need is an event like doc:ready or someother event where I can put the set focus code in. doc:ready was triggered when the form first loads which is great and I was able to put my Initial setfocus. When I pressed the button that calls the webservice and thr re-merge happened doc:ready event was not triggered so now I am not sure where to put the set focus.

  • When building a web site, how do I set up a blank browser page that I can pull html & css files into.

    When building a web site, how do I set up a blank browser page that I can pull html & css files into.

    David's book is a good place to start. This is really far more involved that can be covered in this forum. You'll need to get familiar with a database, most likely MySQL, PHP, how to send requests tot he database - queries - and most likely maintain a state with Sessions. As you can see, it's a bit involved. The good news is this skills you'll acquire to do this will go a long way! It will cover all the basic requirements of web application development.
    Dive in, and have fun!
    Lawrence   *Adobe Community Expert*
    www.Cartweaver.com
    Complete Shopping Cart Application for
    Dreamweaver, available in ASP, PHP and CF
    www.twitter.com/LawrenceCramer

  • How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    How do I set up my iPad so that I can recieve the emails from my Outlook Express account

    Your iPad doesn't receive email from Outlook Express (or any other email client).  It receives email from your email provider.  To set up your email account on your iPad go to Settings>Mail,Contacts,Calendars...tap Add Account and add your email provider's account settings with your username and password.  iCloud, Gmail, Yahoo, AOL and Hotmail email settings are automatically entered by tapping the appropriate button.  Others must be manually entered by tapping Other.  (Exchange accounts will also require you to enter your email provider's settings.)

  • When I send messages off-line, they enter in the addressed mailbox with the date and hour which I've clicked "Send later". How could I set up to the real time?

    When I send messages off-line, they enter in the addressed mailbox with the date and hour which I've clicked “Send later”. How could I set up to the real time?

    What you say about Send Later timestamp is correct.
    When you click Send or Send Later a time is set regardless of when you actually sent the Send Later email.
    Please voice your vote at this link:
    https://bugzilla.mozilla.org/show_bug.cgi?id=560901
    You will need to logon/register.

  • 9600t in windows. how do i set it to the 9600 gt card how do i get the best

    9600t in windows. how do i set it to the 9600 gt card how do i get the best preformace. i mean in osx you have to switch between the to by logging out. how do i get the best graphics preformance in windows with this card and how do i tune it on in windows

    oh really nice i had no idea. Do i have to loook for a firmware update or anything of that nature..

  • I have an ipod and and ipad.  I want different things on each one.  How do I set it up to only sync some things on one and some on the other?

    I have an ipod and and ipad.  I don't need as many apps on my ipod touch as I have on my ipad.  How do I set it up to only sync some things on one and some on the other?

    How you sync one device will not affect the other. See here for different ways to manage them all.
    How to use multiple iPods, iPads, or iPhones with one computer
    B-rock

  • How to bring ISQLPLUS interface on the browser ...

    how to bring ISQLPLUS interface on the browser ...plz give me the full path ,..
    my machine name is " mallick786 "

    Goto the Install directory on your Oracle installed directory and have a look at the 'readme' file. You will find all the info you wanted.
    Regards.

  • How to logout an user when the browser is closed?

    Hi,
    does someone knows how to logout an user when the browser is closed?
    Thanks.

    Hi,
    There is an api wwctx_sso.cleanup_sessions which removes old sessions. This takes a parameter "p_hours_old" which indicates the age of the sessions which need to be removed. There is a job which runs which in turn calls this api to clean up sessions which are 7 days old or 168 hours old. You can see this from the dba_jobs table. You can try running this api.
    Thanks,
    Sharmila

  • HT2513 On Lion, how do I set which account the "event"/meeting request is sent from?

    how do I set which account the "event"/meeting request is sent from?  I have several accounts and currently iCal is sending all requests from my apple email (personal) account. This is bad!

    Christopher Graham wrote:
    Can he not just go into each account and set the default for each account the same "sent from" address?
    No you can't.  If you're in one account, and you create a new message, it defaults to the account you're in.  If you create an email outside of the mail app, you can set a default account to send from.  Andygoodyear has the correct instructions for that.

Maybe you are looking for

  • Where is the file menu on podcasts for the ipad?

    I want to subscribe to something not on podcasts shop, but I need to enter the URL.  I already know the URL but I can't find the location of the file menu.  I want to know the location of the file menu for he IPAD, not Mac.  And I don't have a Mac la

  • Service Product Upgrade/Downgrade functionality

    Just wanted to ask a question about the eCommerce functionality on BC. My client has a service/support product that they sell to Members. They have various levels of this product eg. Pro, Regular & Basic. One of the features of this service is that M

  • Having Flash Player Issues using Macbook OSX

    I have Macbook OS X and I have installed Flash Player 13 but can't use Youtube. My browser settings are correct. What do I do now?

  • About ArgumentError: Error #1063: Argument count mismatch

    Hi i am newbie to Flex Environment . This is my first post in Flex , so please excuse if my question is a dumb one . I am trying to dynamically create a Button and add EventListener to it . public function handleClick(event:MouseEvent):void var myBtn

  • Problem with RHALEINI   - SAP HR Distribution

    Dear All;   we are using program RHALEINI to distribute the Employee data from HR System to our EBP System. Some times we have some employee missed out or approver data missing. Any pointers to how and where the program picks up approver data and why