From 2a5afd9f23b7d8130ce94b9fbd8068517a3478a4 Mon Sep 17 00:00:00 2001 From: kyak Date: Sun, 25 Mar 2012 21:16:24 +0400 Subject: [PATCH] qt4: change keyboard device in QWS_KEYBOARD For some reason keyboard is now at /dev/input/event0 rather than event1 --- nanonote-files/data/qi_lb60/files/etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanonote-files/data/qi_lb60/files/etc/profile b/nanonote-files/data/qi_lb60/files/etc/profile index 2b1bc27..84f6fe0 100644 --- a/nanonote-files/data/qi_lb60/files/etc/profile +++ b/nanonote-files/data/qi_lb60/files/etc/profile @@ -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