onionoino / klee

GNU General Public License v3.0
3 stars 2 forks source link

Support tabbing between fields in the form #94

Open gjwgit opened 1 year ago

gjwgit commented 1 year ago

Description

Pressing TAB in the numeric entry fields should go to the next field. Currently TAB in temperature goes to systolic, but TAB in systolic does not gor to diastolic, etc.

The final TAB on heart rate should activate Submit and Enter then mimics a click.

Why

So that we meet the users typical expectations of how they interact with an app on the desktop or in the browser.

Close Criteria

onionoino commented 1 year ago

Same as #93