diff options
author | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-08 10:09:45 +0100 |
---|---|---|
committer | Manuel Bachmann <manuel.bachmann@open.eurogiciel.org> | 2014-12-08 10:09:45 +0100 |
commit | 218f0432eab5a643b3853463d51b80f2e6c0a80e (patch) | |
tree | 6891dac8e727cbd0414acbefebe18a7c0e92e2db | |
parent | 9d61a8dd2d4cd1ff4fe6a2cc77e8180accd558c1 (diff) | |
download | weston-common-218f0432eab5a643b3853463d51b80f2e6c0a80e.tar.gz weston-common-218f0432eab5a643b3853463d51b80f2e6c0a80e.tar.bz2 weston-common-218f0432eab5a643b3853463d51b80f2e6c0a80e.zip |
weston.ini: support weekeyboard special keys (optional)submit/tizen_common/20141208.092431accepted/tizen/common/20141208.093841
Add a commented "keymap_layout=wkb" option to weston.ini.
If this option is uncommented, along with "weekeyboard",
then weekeyboard's special keys (Yen, Euro...) will work
out-of-the-box.
Bug-Tizen: TC-271
Change-Id: I446d7b1c11a982f11e2396d17a9ac40e7b133f63
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
-rw-r--r-- | weston.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ path=/usr/libexec/weston-keyboard #[keyboard] #keymap_layout=fr +#keymap_layout=wkb #[output] #name=LVDS1 |