Fix some errors in bepo mapping
This commit is contained in:
parent
8e1d96983a
commit
7b4d30ee50
1 changed files with 2 additions and 2 deletions
|
@ -118,7 +118,7 @@
|
||||||
// Fourth row
|
// Fourth row
|
||||||
#define BP_COLON LSFT(BP_DOT) // :
|
#define BP_COLON LSFT(BP_DOT) // :
|
||||||
#define BP_COLN BP_COLON
|
#define BP_COLN BP_COLON
|
||||||
#define BP_QUESTION LSFT(BP_QUOTE) // ?
|
#define BP_QUESTION LSFT(BP_APOS) // ?
|
||||||
#define BP_QEST BP_QUESTION
|
#define BP_QEST BP_QUESTION
|
||||||
|
|
||||||
// Space bar
|
// Space bar
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
// Third row
|
// Third row
|
||||||
#define BP_AE_LIGATURE ALTGR(BP_A) // æ
|
#define BP_AE_LIGATURE ALTGR(BP_A) // æ
|
||||||
#define BP_AE BP_AE_LIGATURE
|
#define BP_AE BP_AE_LIGATURE
|
||||||
#define BP_U_GRAVE AGR(BP_U) // ù
|
#define BP_U_GRAVE ALTGR(BP_U) // ù
|
||||||
#define BP_UGRV BP_U_GRAVE
|
#define BP_UGRV BP_U_GRAVE
|
||||||
#define BP_DEAD_TREMA ALTGR(BP_I) // dead ¨ (trema/umlaut/diaresis)
|
#define BP_DEAD_TREMA ALTGR(BP_I) // dead ¨ (trema/umlaut/diaresis)
|
||||||
#define BP_DTRM BP_DEAD_TREMA
|
#define BP_DTRM BP_DEAD_TREMA
|
||||||
|
|
Loading…
Reference in a new issue