make on-screen keyboard lower case by default

close #194
This commit is contained in:
Dobrica Pavlinusic
2012-06-13 16:03:03 +02:00
parent ee7472be96
commit 89fd8d22d6

View File

@@ -38,7 +38,7 @@ InputBox = {
-- default layout = 2, i.e. shiftmode = symbolmode = utf8mode = false
layout = 2,
-- now bits to toggle the layout mode
shiftmode = false, -- toggle chars <> capitals, lowest bit in (layout-2)
shiftmode = true, -- toggle chars <> capitals, lowest bit in (layout-2)
symbolmode = false, -- toggle chars <> symbols, middle bit in (layout-2)
utf8mode = false, -- toggle english <> national, highest bit in (layout-2)
}