Skip to content

how to represent arrows and delete key in the "Customize symbols and number layouts" section? #1049

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

You must be logged in to vote

The arrow keys are indicated like this:
↑: up
↓: down
← : left
→ : right

The "delete" key is simply indicated with delete.

So, to customize your layout, you can write something like that:

{ "label": "left", "type": "normal", "width": 0.1 },
{ "label": "up", "type": "normal", "width": 0.1 },
{ "label": "right", "type": "normal", "width": 0.1 },
{ "label": "down", "type": "normal", "width": 0.1 },
{ "label": "delete", "type": "normal", "width": 0.1 },

Below is my symbol view for example.

See screenshot

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by bdantas
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants