sugarlabs / sugar

Sugar GTK shell
GNU General Public License v3.0
255 stars 241 forks source link

Feature: Add a stop button to journal #823

Open quozl opened 5 years ago

quozl commented 5 years ago

Leaving the journal for the home view can be done with F3, or F6. For new users, perhaps it would be handy to have a stop button which does the same thing. An escape key might also do the same. Downside is reduced journal search entry box size.

tony37 commented 5 years ago

The problem is that the Journal is treated as an activity. If it did not take the button of the current activity, the user can return by clicking on the current activity. Since the Journal always has an active button, making it behave like an activty is unnecessary.

Tony

On 3/14/19 9:14 AM, James Cameron wrote:

Leaving the journal for the home view can be done with F3, or F6. For new users, perhaps it would be handy to have a stop button which does the same thing. An escape key might also do the same. Downside is reduced journal search entry box size.

  • discussion of user experience and design, leading to consensus,
  • identify or add method for journal to activate home view,
  • add stop button,
  • add escape key handler.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sugarlabs/sugar/issues/823, or mute the thread https://github.com/notifications/unsubscribe-auth/AAULklmHEPetJeiJpSe5-aXUfWBsHbL7ks5vWaJegaJpZM4byepG.

quozl commented 5 years ago

No, it doesn't always have an active button. Some systems don't have F5 key that works without pressing Fn first. I'm working on such a system now.