vaadin / framework

Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
http://vaadin.com/
Other
1.78k stars 730 forks source link

Autogeneration of shortcut keys or html accesskeys from field captions #523

Open vaadin-bot opened 16 years ago

vaadin-bot commented 16 years ago

Originally by @mstahv


After some discussions with Magi I'm confident that Toolkit should have special syntax in field captions for automatic generation of shortcut keys.

A good example of a similar functionality can be found in QT: QPushButton p( "&Exit", parent ); (E is used as access key)

See more detailed info http://www.mathematik.uni-ulm.de/help/qt-2.3.1/qaccel.html

This could simplify usage of shortcuts in many places and allow localization of access keys.

Implementation could either use html:s accesskey system or it could be built as a wrapper around current server side ShortcutActions.


Imported from https://dev.vaadin.com/ issue #1962

vaadin-bot commented 14 years ago

Originally by @Artur-


After the recent short cut key improvements it should be really easy to implement.

See also #4521

stale[bot] commented 6 years ago

Hello there!

It looks like this issue hasn't progressed lately. There are so many issues that we just can't deal them all within a reasonable timeframe.

There are a couple of things you could help to get things rolling on this issue (this is an automated message, so expect that some of these are already in use):

Thanks again for your contributions! Even though we haven't been able to get this issue fixed, we hope you to report your findings and enhancement ideas in the future too!

bennewi commented 3 years ago

This is a standard feature of most desktop applications, which when moving to web with Vaadin will want to preserve both shortcuts and accelerators for the convenience of the users.