mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2025-04-21 12:27:27 +03: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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user