mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[UX] Simple symbol keyboard layer paging (#5659)
Use 1/2 and 2/2 instead of Shift on the symbol layer.
This commit is contained in:
@@ -59,7 +59,7 @@ local _z_ = en_popup._z_
|
||||
return {
|
||||
min_layer = 1,
|
||||
max_layer = 8,
|
||||
shiftmode_keys = {[""] = true},
|
||||
shiftmode_keys = {[""] = true, ["1/2"] = true, ["2/2"] = true,},
|
||||
symbolmode_keys = {["Sym"] = true, ["ABC"] = true},
|
||||
utf8mode_keys = {["🌐"] = true},
|
||||
umlautmode_keys = {["Äéß"] = true},
|
||||
@@ -91,7 +91,7 @@ return {
|
||||
},
|
||||
-- third row
|
||||
{ -- 1 2 3 4 5 6 7 8
|
||||
{ label = "",
|
||||
{ "", "", "2/2", "1/2", "", "", "", "",
|
||||
width = 1.5
|
||||
},
|
||||
{ _Z_, _z_, "&", "7", "Á", "á", "Ű", "ű", },
|
||||
|
||||
Reference in New Issue
Block a user