mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-22 03:02:39 +00:00
Keyboard tweaks (#1338)
* Disallow 1-time shift in digits/symbols mode * Slightly wider "123" button and smaller OK button * Slightly wider "123" button and smaller OK button
This commit is contained in:
@@ -104,7 +104,7 @@ class AlphanumView : public TextEntryView {
|
||||
"<DEL"};
|
||||
|
||||
Button button_mode{
|
||||
{16 * 8, 32 * 8 - 3, 5 * 8, 3 * 16 + 3},
|
||||
{16 * 8, 32 * 8 - 3, 6 * 8, 3 * 16 + 3},
|
||||
""};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user