fix(ui): harden settings focus and semantics
This commit is contained in:
+519
-11
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
// Generated from USB HID Usage Tables — do not edit by hand.
|
||||
// Generated by dart run scripts/generate_hid_key_labels.dart from scripts/data/hid_key_labels.json; do not edit by hand.
|
||||
|
||||
/// Human-readable labels for physical keyboard keys, keyed by USB HID usage code.
|
||||
const hidKeyLabels = <int, String>{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// Generated from iso_639_codes.json — do not edit by hand.
|
||||
// Generated by dart run scripts/generate_iso_639_data.dart from scripts/data/iso_639_codes.json; do not edit by hand.
|
||||
|
||||
class LanguageEntry {
|
||||
final String code1;
|
||||
|
||||
Reference in New Issue
Block a user