Hello friends,
When I used in the past IGO Primo, I was accustomed to write description new route with upper and lowercase lettering and accented words. Some keypad changing can be set very easily in Primo.
Currently I have installed IGO NextGen 9.18.27.687519. Therefore, changing the keyboard behavior in IGO NextGen was a challenge to me.
The default status keyboard after installing IGO NextGen 9.18.27.687519 had the following:
Picture No1
1) The first step of customizing the keyboard – big and small letters on keyboard
The behavior of the keyboard we will change in the file keyboard.lua, who that is in data.zip.
data.zip / ui_nextgen / common / ui / keyboard.lua
ui.lm_KeyboardLanguage:sort("text")
MODEL.regional.keyboard.capitalize_keys = true
write true to false:
ui.lm_KeyboardLanguage:sort("text")
MODEL.regional.keyboard.capitalize_keys = false
Editing a parameter in the keyboard.lua file is not easy because this file is compiled (protected). I will post the decompiled file keyboard.lua, who is ready to be inserted into data.zip.
[Only registered and activated users can see links. ]
This change will give us a keyboard that looks like this:
Picture No2
Picture No3
2) The second adjustment step - setting the national character of the keyboard (diacritics)
Here is the work of knowing lighter. The set of characters for each language is controlled by UX Utility- gpsandmore_android.zip. This file contains in the keyboards.ini file. It's enough to edit = add a set of national characters and letters and save it. Then paste it back into gpsandmore_android.zip and it's done.
Here is for example set of characters for one language
[panel]
name= "Česky"
layer= "ui_kbd_national"
layout= "12_12_12_9"
keys= "1234567890?!qwertzuiopúˇ¤asdfghjklů¤yxcvbnm,. "
shiftkeys= "1234567890?!QWERTZUIOPÚˇ¤ASDFGHJKL٤YXCVBNM;: "
altkeys= "ěščřžýáíéďňóĚŠČŘŽÝÁÍÉĎŇÓ¨ťúů/()+=-_¤ŤÚŮ$€%&@ "
lang= "czech"
label= "č/!"
shiftlabel= "aA"
altlabel= "1qw"
type=3
family=1
The final result looks like this:
Picture No4
Happy journey fiends Monky
-----------------------------------------------------------------------------------------
Spoiler: images
Bookmarks