summaryrefslogtreecommitdiff
path: root/libcaribou
diff options
context:
space:
mode:
authorRaphael Freudiger <laser_b@gmx.ch>2014-11-06 09:10:31 +0100
committerDaiki Ueno <dueno@src.gnome.org>2014-11-07 17:29:29 +0900
commit43beb5d130a5c38e3650206aa343296fed12c400 (patch)
tree76fb6d8d9d3aed250ccf98ca5bd221a6ecfccf01 /libcaribou
parent7910e5ecc870f50a864c887472f60dd054967da9 (diff)
downloadcaribou-43beb5d130a5c38e3650206aa343296fed12c400.tar.gz
Add more keys to label_map
https://bugzilla.gnome.org/show_bug.cgi?id=739716
Diffstat (limited to 'libcaribou')
-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" },