mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-05 19:56:11 +00:00
fix(keyboard): rename QWERTY label to ABC (layout is alphabetical, not QWERTY)
The on-screen keyboard grid has been a-b-c...z alphabetical order since it was first introduced, never an actual QWERTY row layout. The "QWERTY" name only appeared with the T9 option (needed something to contrast it against) and was inaccurate from the start.
This commit is contained in:
@@ -285,8 +285,8 @@ struct NodePrefs { // persisted to file
|
||||
uint8_t alarm_min; // 0-59
|
||||
|
||||
// On-screen keyboard layout, shared across every text-entry screen (Settings >
|
||||
// Keyboard). 0=QWERTY grid (default), 1=T9 multi-tap (phone-keypad groups,
|
||||
// cycled with repeated Enter presses — see KeyboardWidget.h).
|
||||
// Keyboard). 0=ABC grid, alphabetical order (default), 1=T9 multi-tap
|
||||
// (phone-keypad groups, cycled with repeated Enter presses — see KeyboardWidget.h).
|
||||
uint8_t keyboard_type;
|
||||
|
||||
// Single source of truth for the live-share option tables (shared by the Map
|
||||
|
||||
Reference in New Issue
Block a user