We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c00db commit 97b765cCopy full SHA for 97b765c
1 file changed
src/views/Home.vue
@@ -168,8 +168,7 @@ const advancedSettings: AdvancedSettingInfo[] = [
168
{
169
page: 'General',
170
option: 'Input Method',
171
- feature:
172
- 'Kiểu gõ. Mặc định Telex. Nếu bạn muốn gõ w -> ư, sử dụng Telex 2 hoặc Telex W',
+ feature: 'Kiểu gõ. Mặc định Telex.',
173
},
174
175
page: 'Typing',
@@ -181,6 +180,12 @@ const advancedSettings: AdvancedSettingInfo[] = [
181
180
option: 'Use oà, uý instead of òa, úy',
182
feature: 'Bỏ dấu vị trí chuẩn tiếng việt thay vì bỏ theo thẩm mỹ',
183
+ {
184
+ page: 'Typing',
185
+ option: 'Type w to produce ư',
186
+ feature:
187
+ 'Gõ w ra ư, dùng ở kiểu gõ telex nếu có nhu cầu này vì Telex mặc định không có.',
188
+ },
189
190
191
option: 'Fix uinput with ack',
0 commit comments