illogict pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=4c35f0ab02872e232bea543649c9e44631dc7a35
commit 4c35f0ab02872e232bea543649c9e44631dc7a35 Author: Chidambar Zinnoury <[email protected]> Date: Fri Nov 18 17:41:42 2016 +0100 ecore fb: Use the “Compose” name for the 0x7f key. --- src/lib/ecore_fb/ecore_fb_keytable.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_fb/ecore_fb_keytable.h b/src/lib/ecore_fb/ecore_fb_keytable.h index a871870..0dd576d 100644 --- a/src/lib/ecore_fb/ecore_fb_keytable.h +++ b/src/lib/ecore_fb/ecore_fb_keytable.h @@ -126,4 +126,4 @@ "0x7c", "0x7c", "0x7c", /**/"", "", "", NULL,/***/ "Super_L", "Super_L", "Super_L", /**/"", "", "", NULL,/***/ "Super_R", "Super_R", "Super_R", /**/"", "", "", NULL,/***/ - "0x7f", "0x7f", "0x7f", /**/"", "", "", NULL, /***/ + "Compose", "Compose", "Compose", /**/"", "", "", NULL,/***/ --
