Skip to content

Having a little trouble determiniing what's actually customizable currently or not #1074

Answered by BlackyHawky
robmonte asked this question in Q&A
Discussion options

You must be logged in to vote

@robmonte
It can be done. In the advanced settings you need to change the layout of the functional keys.
Replace this piece of code:

  [
    { "label": "symbol_alpha", "width": 0.15 },
    { "$": "variation_selector",
      "default":  { "label": "comma" },
      "email":    { "label": "@", "groupId": 1, "type": "function" },
      "uri":      { "label": "/", "groupId": 1, "type": "function" }
    },

With:

  [
    { "label": "symbol_alpha", "width": 0.15 },
    { "label": "emoji", "popup": { "relevant":
        [
            { "label": "settings" },
            { "label": "clipboard" },
            { "label": "one_handed" },
            { "label": "language_switch" }
        ] }
    },

If…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@BlackyHawky
Comment options

@e-t-l
Comment options

@BlackyHawky
Comment options

@e-t-l
Comment options

@BlackyHawky
Comment options

Answer selected by robmonte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants