Welcome guest, is this your first visit? Click the "Create Account" button now to join.
Results 1 to 2 of 2

Threaded View

  1. #1
    Master Changing the keyboard - IGO NextGenChanging the keyboard - IGO NextGen Monky's Avatar
    Join Date
    Dec 2015
    Location
    ヨーロッパの中心
    Posts
    84
    Rep Power
    251

    nextgen Changing view the keyboard - IGO NextGen

    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
    Picture No1

    [Only registered and activated users can see links. ]

    Picture No2

    [Only registered and activated users can see links. ]

    Picture No3

    [Only registered and activated users can see links. ]

    Picture No4

    [Only registered and activated users can see links. ]
    Last edited by Monky; 30th March 2019 at 10:32 AM.

  2.    Advertissements


 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •