In my custom board we are using am335x with ti-processor-sdk-linux-am335x-evm-03.00.00.04 so our sdk is weston waylan based. The problem is weston-keyboard is not shown when any input panel clicked on my qt application if there is no usb keyboard plugged. If I plugged a usb keybord to my board westonkeyboard can be shown when I click any input panel? Why it is now shown when our board only have touch screen input?
my weston.ini file in /etc/
[shell]
locking=false
animation=zoom
panel-location=top
startup-animation=fade
[screensaver]
# Uncomment path to disable screensaver
#path=@libexecdir@/weston-screensaver
[input-method]
path=/usr/libexec/weston-keyboard
[keyboard]
keymap_layout=gb
keymap_layout=gb,de
keymap_options=caps:ctrl_modifier,shift:both_capslock_cancel
### keymap_options from /usr/share/X11/xkb/rules/base.lst ###
numlock-on=true
Regard
mre