summaryrefslogtreecommitdiffstats
path: root/src/hci/keymap/keymap_es.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hci/keymap/keymap_es.c')
-rw-r--r--src/hci/keymap/keymap_es.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hci/keymap/keymap_es.c b/src/hci/keymap/keymap_es.c
index 51dedfff7..91327ea51 100644
--- a/src/hci/keymap/keymap_es.c
+++ b/src/hci/keymap/keymap_es.c
@@ -28,4 +28,6 @@ struct key_mapping es_mapping[] __keymap = {
{ 0x5e, 0x26 }, /* '^' => '&' */
{ 0x5f, 0x3f }, /* '_' => '?' */
{ 0x7d, 0x2a }, /* '}' => '*' */
+ { 0xdc, 0x3c }, /* Pseudo-'\\' => '<' */
+ { 0xfc, 0x3e }, /* Pseudo-'|' => '>' */
};