Skip to content

Commit f2edb27

Browse files
committed
Fixed mistakes with space characters on GUI
1 parent 4d07a86 commit f2edb27

File tree

7 files changed

+22
-16
lines changed

7 files changed

+22
-16
lines changed

src/Data/binds.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2372,6 +2372,10 @@
23722372
">+": "emsp16",
23732373
"<+>+": "narrow_no_break_space"
23742374
},
2375+
"Enter": {
2376+
"<^>!": "misc_crlf_emspace",
2377+
"<^>!<+": "misc_lf_emspace"
2378+
},
23752379
"Tab": {
23762380
"<^>!": "zero_width_joiner",
23772381
"<^>!>+": "zero_width_non_joiner",

src/Data/characters.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@
11301130
"fullwidth": "FF49"
11311131
}],
11321132
"options": { "noCalc": true },
1133-
"recipe": [["\u0130}/"], ["\u0131${dot_above}"]]
1133+
"recipe": [["\u0130/"], ["\u0131${dot_above}"]]
11341134
},
11351135
"lat_[c,s]_let_j", {
11361136
"unicode": ["004A", "006A"],
@@ -1966,14 +1966,14 @@
19661966
"emsp", {
19671967
"unicode": "2003",
19681968
"tags": ["em space", "emspace", "emsp", "круглая шпация"],
1969-
"groups": ["Spaces"],
1969+
"groups": ["Spaces", "Spaces Secondary"],
19701970
"options": { "fastKey": ">+ Space" },
19711971
"symbol": { "category": "Spaces" }
19721972
},
19731973
"ensp", {
19741974
"unicode": "2002",
19751975
"tags": ["en space", "enspace", "ensp", "полукруглая шпация"],
1976-
"groups": ["Spaces"],
1976+
"groups": ["Spaces", "Spaces Secondary"],
19771977
"options": { "fastKey": "<+ Space" },
19781978
"symbol": { "category": "Spaces" }
19791979
},
@@ -1994,7 +1994,7 @@
19941994
"thinspace", {
19951995
"unicode": "2009",
19961996
"tags": ["thinsp", "thin space", "узкий пробел", "тонкий пробел"],
1997-
"groups": ["Spaces"],
1997+
"groups": ["Spaces", "Spaces Secondary"],
19981998
"options": { "fastKey": "<! Space" },
19991999
"symbol": { "category": "Spaces" }
20002000
},
@@ -2015,21 +2015,21 @@
20152015
"hairspace", {
20162016
"unicode": "200A",
20172017
"tags": ["hsp", "hairsp", "hair space", "волосяная шпация"],
2018-
"groups": ["Spaces"],
2018+
"groups": ["Spaces", "Spaces Secondary"],
20192019
"options": { "fastKey": "<!<+ Space" },
20202020
"symbol": { "category": "Spaces" }
20212021
},
20222022
"punctuation_space", {
20232023
"unicode": "2008",
20242024
"tags": ["psp", "puncsp", "punctuation space", "пунктуационный пробел"],
2025-
"groups": ["Spaces"],
2025+
"groups": ["Spaces", "Spaces Secondary"],
20262026
"options": { "fastKey": "<!>+ Space" },
20272027
"symbol": { "category": "Spaces" }
20282028
},
20292029
"zero_width_space", {
20302030
"unicode": "200B",
20312031
"tags": ["zwsp", "zero-width space", "пробел нулевой ширины"],
2032-
"groups": ["Spaces"],
2032+
"groups": ["Spaces", "Spaces Secondary"],
20332033
"options": { "fastKey": ">^ Space" },
20342034
"symbol": { "category": "Spaces" }
20352035
},
@@ -2043,14 +2043,14 @@
20432043
"figure_space", {
20442044
"unicode": "2007",
20452045
"tags": ["nsp", "numsp", "figure space", "цифровой пробел"],
2046-
"groups": ["Spaces"],
2046+
"groups": ["Spaces", "Spaces Secondary"],
20472047
"options": { "fastKey": "<+>+ Space" },
20482048
"symbol": { "category": "Spaces" }
20492049
},
20502050
"no_break_space", {
20512051
"unicode": "00A0",
20522052
"tags": ["nbsp", "no-break space", "неразрывный пробел"],
2053-
"groups": ["Spaces"],
2053+
"groups": ["Spaces", "Spaces Secondary"],
20542054
"options": { "fastKey": "Space" },
20552055
"symbol": { "category": "Spaces" }
20562056
},

src/Data/ui_main_panel_lists.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@
5353
"Cyrillic Primary", "",
5454
"Cyrillic Accented Primary", "",
5555
"Special Fast Secondary",
56+
"Spaces Secondary", "",
5657
"Wallet Signs Secondary", "",
5758
"Asian Quotes", "",
5859
"Other Signs", "",
59-
"Spaces", "",
6060
"Format Characters", "",
6161
"Misc", "",
6262
"Latin Ligatures", "",
@@ -87,7 +87,7 @@
8787
"label": "Fast Keys",
8888
"type": "Special Combinations",
8989
"group": ["Special Combinations"],
90-
"groupKey": {"Special Combinations": "@script_labels.special_key"}
90+
"groupKey": {"Special Combinations": "@dictionary.combination_special"}
9191
}],
9292
"secondkeys": {
9393
"label": "Second Keys",

src/Lib/Classes/class_dev.ahk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ Class Dev {
121121
' <td><b>Additional</b></td>`n'
122122
' <td>`n'
123123
' <img src="https://www.gstatic.com/images/icons/material/apps/fonts/1x/catalog/v5/favicon.svg" width="16">&emsp14;<a href="https://fonts.google.com/?query=noto">Noto fonts (search)</a><br>`n'
124-
' <img src="https://www.kurinto.com/favicon.ico" width="16">&emsp14;<a href="https://www.kurinto.com/download.htm">Kurinto fonts</a>`n'
125-
' &emsp;&emsp14;<a href="https://catrinity-font.de">Catrinity font</a>`n'
124+
' <img src="https://www.kurinto.com/favicon.ico" width="16">&emsp14;<a href="https://www.kurinto.com/download.htm">Kurinto fonts</a><br>`n'
125+
' &emsp;&emsp14;&hairsp;<a href="https://catrinity-font.de">Catrinity font</a>`n'
126126
' <details>`n'
127127
' <summary>Recommended font list</summary>`n'
128128
' <ul>`n'

src/Locale/locale_en-US.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"combining_character": "Combining character",
2121
"combination": "Combination",
2222
"combination_key": "Combination key",
23+
"combination_special": "Special combination",
2324
"create": "Create",
2425
"data": "Data",
2526
"date": "Date",

src/Locale/locale_ru-RU.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"combining_character": "Комбинируемый знак",
2121
"combination": "Комбинация",
2222
"combination_key": "Ключ комбинации",
23+
"combination_special": "Спец-комбинация",
2324
"create": "Создать",
2425
"data": "Данные",
2526
"date": "Дата",

src/workflow.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $message =@"
88
<tr>
99
<td><b>Stamp</b></td>
1010
<td>
11-
&#128228;&emsp14;2025-07-12 04:36:13
11+
&#128228;&emsp14;2025-07-12 06:26:28
1212
</td>
1313
</tr>
1414
<tr>
@@ -28,8 +28,8 @@ $message =@"
2828
<td><b>Additional</b></td>
2929
<td>
3030
<img src="https://www.gstatic.com/images/icons/material/apps/fonts/1x/catalog/v5/favicon.svg" width="16">&emsp14;<a href="https://fonts.google.com/?query=noto">Noto fonts (search)</a><br>
31-
<img src="https://www.kurinto.com/favicon.ico" width="16">&emsp14;<a href="https://www.kurinto.com/download.htm">Kurinto fonts</a>
32-
&emsp;&emsp14;<a href="https://catrinity-font.de">Catrinity font</a>
31+
<img src="https://www.kurinto.com/favicon.ico" width="16">&emsp14;<a href="https://www.kurinto.com/download.htm">Kurinto fonts</a><br>
32+
&emsp;&emsp14;&hairsp;<a href="https://catrinity-font.de">Catrinity font</a>
3333
<details>
3434
<summary>Recommended font list</summary>
3535
<ul>

0 commit comments

Comments
 (0)