Skip to content

Commit 2a60273

Browse files
committed
design: use uniform text labels for edit layout commands to avoid emoji rendering
1 parent 6f3442e commit 2a60273

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/src/main/assets/layouts/editing/editing.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
[
22
[
3-
{ "code": -131, "label": "", "type": "function", "width": 0.2 },
4-
{ "code": -132, "label": "", "type": "function", "width": 0.2 },
5-
{ "code": -35, "label": "Select All", "type": "function", "width": 0.2 },
6-
{ "code": -34, "label": "Select Word", "type": "function", "width": 0.2 },
3+
{ "code": -131, "label": "Undo", "type": "function", "width": 0.2 },
4+
{ "code": -132, "label": "Redo", "type": "function", "width": 0.2 },
5+
{ "code": -35, "label": "All", "type": "function", "width": 0.2 },
6+
{ "code": -34, "label": "Word", "type": "function", "width": 0.2 },
77
{ "code": -201, "label": "alpha", "type": "function", "width": 0.2 }
88
],
99
[
10-
{ "code": -32, "label": "", "type": "function", "width": 0.2 },
10+
{ "code": -32, "label": "Cut", "type": "function", "width": 0.2 },
1111
{ "code": -25, "label": "", "type": "function", "width": 0.2 },
1212
{ "code": -21, "label": "", "type": "function", "width": 0.2 },
1313
{ "code": -26, "label": "", "type": "function", "width": 0.2 },
1414
{ "code": -5, "label": "delete", "type": "function", "width": 0.2 }
1515
],
1616
[
17-
{ "code": -31, "label": "", "type": "function", "width": 0.2 },
17+
{ "code": -31, "label": "Copy", "type": "function", "width": 0.2 },
1818
{ "code": -24, "label": "", "type": "function", "width": 0.2 },
1919
{ "code": -306, "label": "Select", "type": "function", "width": 0.2 },
2020
{ "code": -23, "label": "", "type": "function", "width": 0.2 },
2121
{ "code": -10015, "label": "«", "type": "function", "width": 0.2 }
2222
],
2323
[
24-
{ "code": -33, "label": "📋", "type": "function", "width": 0.2 },
24+
{ "code": -33, "label": "Paste", "type": "function", "width": 0.2 },
2525
{ "code": -27, "label": "", "type": "function", "width": 0.2 },
2626
{ "code": -22, "label": "", "type": "function", "width": 0.2 },
2727
{ "code": -28, "label": "", "type": "function", "width": 0.2 },

0 commit comments

Comments
 (0)