NaturalIntelligence / imglab

To speedup and simplify image labeling/ annotation process with multiple supported formats.
https://solothought.com/imglab/
MIT License
985 stars 609 forks source link

UX,UI : Key mapping with menu item #59

Closed amitguptagwl closed 6 years ago

amitguptagwl commented 6 years ago

https://naturalintelligence.github.io/imglab

User can see key mappings when he clicks on keyboard icon. In addition, it'll be good if we display key mappings with each menu item.

Watch for changes, or Bookmark for easy discovery. Fund this project for new features and maintenance. [Showcase] your project with us by raising an issue

DheenodaraRao commented 6 years ago

Can you be more specific? I am interested to contribute.

amitguptagwl commented 6 years ago

If you'll visit mentioned link, you'll notice a 3 line icon on top left corner. When you'll hover on that you'll see list of menu items.

We want to show the key mapping with each item floating to the right.

Open - Ctrl + i Save - Ctrl + e

alvinvoo commented 6 years ago

Hi @amitguptagwl , are you referring to the tooltip when mouse hover over the Open and Save?

I saw that you had jquery-ui installed. I did a small jsfiddle using jquery-ui: imglab_ 59

Please tell me if this is what you are looking for. Thanks.

amitguptagwl commented 6 years ago

Yes that can be a way. However I was aiming to show them all the time in the right side of each menu item. So the user can press relevant key instead of hovering the mouse to know.

alvinvoo commented 6 years ago

@amitguptagwl Like this?

screenshot from 2018-08-17 11-52-48

amitguptagwl commented 6 years ago

Yes but without background color.

alvinvoo commented 6 years ago

@amitguptagwl How bout this. The simpler the better?

imglab_ 59

amitguptagwl commented 6 years ago

This is good.

alvinvoo commented 6 years ago

@amitguptagwl PR created. Thanks!

amitguptagwl commented 6 years ago

Thanks @Alvin-Voo . merged