Page 1 of 1

[End]-Key to switch to last location doesn't work always

Posted: Thu Feb 04, 2010 9:38 am
by ikarus1969
Hi Pavel!

We can use the "End"-key to switch to the last location in our list (beside the "pos1"-key for the first location and the cursor-keys for the next/previous location).

But compared to "Pos1" and the cursor-keys the "End"-key seems to work only, when the part of the inspector with the location-name has the focus.

To reproduce it:
  1. Choose "Organize locations" from the menu
  2. Do something (or nothing) and click on "Ok" or "Cancel"
  3. Try to use the cursor-keys and the "Pos1"-key -> they work
  4. Try to use the "End"-key -> it doesn't work
  5. Click on the location-name in the inspector
  6. Click the "End"-key -> now it works
another way to reproduce it:
  1. Hide YoWindow in the system tray
  2. Open YoWindow again by clicking on the tray-icon
  3. Try to use the "End"-key -> it doesn't work
  4. Click on the location-name in the inspector
  5. Click the "End"-key -> now it works
It seems as if "Pos1" and the cursor-keys are catched more "global" (don't know a better expression) and the "End"-key locally - only when the location bar in the inspector has the focus. Maybe you can consolidate catching those keys.

Re: [End]-Key to switch to last location doesn't work always

Posted: Fri Feb 05, 2010 12:30 pm
by par
OK, I've solved this one.
You will see the change in the next build.
Backspace is now navigates to home-location.
Home - to the first in the list.
End - to the last in the list.

Thanks!

ikarus1969 wrote:Hi Pavel!

We can use the "End"-key to switch to the last location in our list (beside the "pos1"-key for the first location and the cursor-keys for the next/previous location).

But compared to "Pos1" and the cursor-keys the "End"-key seems to work only, when the part of the inspector with the location-name has the focus.

To reproduce it:
  1. Choose "Organize locations" from the menu
  2. Do something (or nothing) and click on "Ok" or "Cancel"
  3. Try to use the cursor-keys and the "Pos1"-key -> they work
  4. Try to use the "End"-key -> it doesn't work
  5. Click on the location-name in the inspector
  6. Click the "End"-key -> now it works
another way to reproduce it:
  1. Hide YoWindow in the system tray
  2. Open YoWindow again by clicking on the tray-icon
  3. Try to use the "End"-key -> it doesn't work
  4. Click on the location-name in the inspector
  5. Click the "End"-key -> now it works
It seems as if "Pos1" and the cursor-keys are catched more "global" (don't know a better expression) and the "End"-key locally - only when the location bar in the inspector has the focus. Maybe you can consolidate catching those keys.