GUACAMOLE-1277: Unswap -/_ on fr-be-azerty keymap
When using the fr-be-azerty remote keyboard layout on an RDP connection, the dash ('-') and underscore ('_') are swapped. Underscore and dash are located on the same key on a Belgian azerty layout. Dash should be the normal/unshifted character, and underscore should be the shifted character. The current mapping has this the other way around, so let's fix this. Signed-off-by: Sander Vanheule <Sander.Vanheule@UGent.be>
This commit is contained in:
parent
c122a5f14a
commit
841dc28e9b
@ -25,22 +25,22 @@ freerdp "KBD_BELGIAN_FRENCH"
|
||||
# Basic keys
|
||||
#
|
||||
|
||||
map -caps -altgr -shift 0x29 0x02..0x0D ~ "²&é"'(§è!çà)_"
|
||||
map -caps -altgr -shift 0x29 0x02..0x0D ~ "²&é"'(§è!çà)-"
|
||||
map -caps -altgr -shift 0x10..0x19 0x1B ~ "azertyuiop$"
|
||||
map -caps -altgr -shift 0x1E..0x28 0x2B ~ "qsdfghjklmùµ"
|
||||
map -caps -altgr -shift 0x56 0x2C..0x35 ~ "<wxcvbn,;:="
|
||||
|
||||
map -caps -altgr +shift 0x29 0x02..0x0D ~ "³1234567890°-"
|
||||
map -caps -altgr +shift 0x29 0x02..0x0D ~ "³1234567890°_"
|
||||
map -caps -altgr +shift 0x10..0x19 0x1B ~ "AZERTYUIOP£"
|
||||
map -caps -altgr +shift 0x1E..0x28 0x2B ~ "QSDFGHJKLM%£"
|
||||
map -caps -altgr +shift 0x56 0x2C..0x35 ~ ">WXCVBN?./+"
|
||||
|
||||
map +caps -altgr -shift 0x29 0x02..0x0D ~ "²1234567890°-"
|
||||
map +caps -altgr -shift 0x29 0x02..0x0D ~ "²1234567890°_"
|
||||
map +caps -altgr -shift 0x10..0x19 0x1B ~ "AZERTYUIOP£"
|
||||
map +caps -altgr -shift 0x1E..0x28 0x2B ~ "QSDFGHJKLM%£"
|
||||
map +caps -altgr -shift 0x56 0x2C..0x35 ~ "<WXCVBN?./+"
|
||||
|
||||
map +caps -altgr +shift 0x29 0x02..0x0D ~ "³&é"'(§è!çà)_"
|
||||
map +caps -altgr +shift 0x29 0x02..0x0D ~ "³&é"'(§è!çà)-"
|
||||
map +caps -altgr +shift 0x10..0x19 0x1B ~ "azertyuiop$"
|
||||
map +caps -altgr +shift 0x1E..0x28 0x2B ~ "qsdfghjklmùµ"
|
||||
map +caps -altgr +shift 0x56 0x2C..0x35 ~ ">wxcvbn,;:="
|
||||
|
Loading…
Reference in New Issue
Block a user