Add instructions
This commit is contained in:
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user