summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcaribou/key-model.vala10
1 files changed, 9 insertions, 1 deletions
diff --git a/libcaribou/key-model.vala b/libcaribou/key-model.vala
index d6776da..f4b54dd 100644
--- a/libcaribou/key-model.vala
+++ b/libcaribou/key-model.vala
@@ -58,12 +58,20 @@ namespace Caribou {
private const LabelMapEntry label_map[] = {
{ "BackSpace", "\xe2\x8c\xab" },
{ "space", " " },
+ { "Delete", "\xe2\x8c\xa6" },
{ "Return", "\xe2\x8f\x8e" },
- { "Return", "\xe2\x8f\x8e" },
+ { "Escape", "Esc" },
+ { "Tab", "\xe2\x86\xb9"},
{ "Control_L", "Ctrl" },
{ "Control_R", "Ctrl" },
{ "Alt_L", "Alt" },
{ "Alt_R", "Alt" },
+ { "Up", "\xe2\x87\xa1"},
+ { "Down", "\xe2\x87\xa3"},
+ { "Left", "\xe2\x87\xa0"},
+ { "Right", "\xe2\x87\xa2"},
+ { "Prior", "Page\nUp" },
+ { "Next", "Page\nDown" },
{ "Caribou_Prefs", "\xe2\x8c\xa8" },
{ "Caribou_ShiftUp", "\xe2\xac\x86" },
{ "Caribou_ShiftDown", "\xe2\xac\x87" },