[android-developers] Re: Emulator Orientation Change on Mac

2008-10-14 Thread Andrew Stadler

Of course, with a system this new, everything's undergoing continuing
development and improvement.

For the most part, tools that report their own help (e.g. emulator
-help or emulator -help-keys) will be fairly current.

Please don't hesitate to file bugs at code.google.com if you find
documentation errors.  It's very helpful to know which areas need
improvement.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Emulator Orientation Change on Mac

2008-10-11 Thread Anm


fn-7 works perfectly.  Didn't know you could by-pass the num-lock for
the numeric keypad.

On Oct 10, 5:04 pm, Andrew Stadler [EMAIL PROTECTED] wrote:
 First, boilerplate answer, you can use

   $ emulator -help-keys

 to get an up-to-date list of hotkeys in the emulator.


Should I be wary of stale docs in general?  I've found one or two
other things (like talking about Layout, instead of ViewGroup, when
customizing components), but I've only been working with the stuff for
a couple of weeks.


Anm
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Emulator Orientation Change on Mac

2008-10-10 Thread Andrew Stadler

First, boilerplate answer, you can use

  $ emulator -help-keys

to get an up-to-date list of hotkeys in the emulator.

You didn't mention if you're on a laptop or mac desktop.  I know that
the keyboards are somewhat different.  I can only answer for laptops
because I'm using my laptop right now to test this.

One solution is to press fn and type 7.  This works because on a
macbook, there is a virtual numeric keypad (you can see a small set of
numbers, 0..9, on the keys).

The other solution is to type ctrl-F11.  This was put in to provide an
option for mac laptop users.

Hope these help.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---