Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit d2b43fe

Browse files
author
Phuntsok Drak-pa
committed
checked ctrl commands and fixed key for "V"
1 parent e2f3d5b commit d2b43fe

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/assets/kb_layouts/fr-BEPO.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,12 @@
153153
"shift_cmd": "B",
154154
"alt_name": "|",
155155
"alt_cmd": "|",
156-
"ctrl_cmd": "~~~CTRLSEQ13~~~"
156+
"ctrl_cmd": "~~~CTRLSEQ21~~~"
157157
},
158158
{
159159
"name": "É",
160160
"cmd": "é",
161161
"shift_cmd": "É",
162-
"ctrl_cmd": "~~~CTRLSEQ17~~~",
163162
"alt_name": "´",
164163
"alt_cmd": "ESCAPED|-- ACUTE"
165164
},
@@ -169,7 +168,7 @@
169168
"shift_cmd": "P",
170169
"alt_name": "&",
171170
"alt_cmd": "&",
172-
"ctrl_cmd": "\r"
171+
"ctrl_cmd": "~~~CTRLSEQ12~~~"
173172
},
174173
{
175174
"name": "O",
@@ -200,8 +199,9 @@
200199
"name": "V",
201200
"cmd": "v",
202201
"shift_cmd": "V",
203-
"ctrl_cmd": "~~~CTRLSEQ11~~~",
204-
"alt_cmd": "~~~CTRLSEQ1~~~v"
202+
"ctrl_cmd": "~~~CTRLSEQ20~~~",
203+
"alt_name": "ˇ",
204+
"alt_cmd": "ESCAPE|-- CARON"
205205
},
206206
{
207207
"name": "D",
@@ -215,6 +215,7 @@
215215
"name": "L",
216216
"cmd": "l",
217217
"shift_cmd": "L",
218+
"alt_name": "/",
218219
"alt_cmd": "ESCAPED|-- BAR"
219220
},
220221
{
@@ -319,6 +320,7 @@
319320
"name": "R",
320321
"cmd": "r",
321322
"shift_cmd": "R",
323+
"ctrl_cmd": "~~~CTRLSEQ8~~~",
322324
"alt_name": "®",
323325
"alt_cmd": "®"
324326
},
@@ -404,6 +406,7 @@
404406
"cmd": "'",
405407
"shift_name": "?",
406408
"shift_cmd": "?",
409+
"ctrl_cmd": "~~~CTRLSEQ2~~~",
407410
"alt_name": "¿",
408411
"alt_cmd": "¿"
409412
},
@@ -434,6 +437,7 @@
434437
"name": "F",
435438
"cmd": "f",
436439
"shift_cmd": "F",
440+
"ctrl_cmd": "~~~CTRLSEQ16~~~",
437441
"alt_name": "˛",
438442
"alt_cmd": "ESCAPED|-- IOTASUB"
439443
},

0 commit comments

Comments
 (0)