Add instructions

This commit is contained in:
jpirnay
2026-04-15 18:52:02 +02:00
parent cd5fe03a09
commit 5879ef8778
3 changed files with 80 additions and 28 deletions
@@ -58,6 +58,7 @@ class KeyboardEntryActivity : public Activity {
bool downLongHandled = false;
bool urlMode = false;
static const char* shiftLabel(int shiftState);
static constexpr int URL_SNIPPET_COUNT = 9;
static constexpr const char* const urlSnippets[URL_SNIPPET_COUNT] = {
"https://", "www.", ".com", "http://", "192.168.", ".org", "/opds", ":8080", ".net"};