mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-10 23:39:21 +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
|
export SDL_VIDEODRIVER=fbcon
|
||||||
## QT4
|
## QT4
|
||||||
### set keyboard device
|
### 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
|
### do use fb-device directly
|
||||||
export QWS_DISPLAY=linuxfb
|
export QWS_DISPLAY=linuxfb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user