mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-22 13:10:37 +02:00
qt4: change keyboard device in QWS_KEYBOARD
For some reason keyboard is now at /dev/input/event0 rather than event1
This commit is contained in:
parent
4b456f38f9
commit
2a5afd9f23
@ -13,7 +13,7 @@ export SDL_NOMOUSE=1
|
||||
export SDL_VIDEODRIVER=fbcon
|
||||
## QT4
|
||||
### set keyboard device
|
||||
export QWS_KEYBOARD=LinuxInput:/dev/input/event1:keymap=/usr/share/qmaps/ben.qmap
|
||||
export QWS_KEYBOARD=LinuxInput:/dev/input/event0:keymap=/usr/share/qmaps/ben.qmap
|
||||
### do use fb-device directly
|
||||
export QWS_DISPLAY=linuxfb
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user