Customizing ZWNJ button in simple (.txt) format #1182
-
How can I edit/add ZWNJ button next to space bar and bind something to it? I'm using simple layout format (in .txt), is it possible or should I switch to |
Beta Was this translation helpful? Give feedback.
Answered by
BlackyHawky
Oct 23, 2024
Replies: 1 comment
-
To add this key after the space bar, you need to edit the functional keys in the advanced settings. By default, it's in JSON format. To add the key, write after { "label": "zwnj", "type": "function", "width": 0.1 }, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nekoedges
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To add this key after the space bar, you need to edit the functional keys in the advanced settings.
By default, it's in JSON format.
To add the key, write after
{ "label": "space" },
: