Results 1 to 2 of 2

Thread: Qt embedded how to add new keybrd plugin or editing the key map of the defalt keybrd?

  1. #1
    Join Date
    Aug 2011
    Posts
    1
    Qt products
    Qt/Embedded
    Platforms
    Unix/X11

    Default Qt embedded how to add new keybrd plugin or editing the key map of the defalt keybrd?

    Hi I am working on qt embedded [arm platform] with custom keyboard.my key board driver is /dev/input/event0. The keyboard driver is working but the character displayed is not according to the format which i require.so how do i change the default key map file. i have written a c program which read from event 0 with edited input.h [input.h-$(cross-compile directory)/include/input.h ] file and it is working perfectly.how can i implement the same in Qt-embedded.
    please help me editing the default file map for Qt-embedded Or give me a step by step idea of how to creating a new keyboard driver plugin in qt-embedded.i am a beginner in Qt so not getting everything from qt reference doc. i am using qt-4.7.3
    thanks
    sreekanth

  2. #2
    Join Date
    Sep 2011
    Posts
    2
    Qt products
    Qt3
    Platforms
    MacOS X

    Question Re: Qt embedded how to add new keybrd plugin or editing the key map of the defalt key

    Hi srikkanth,

    as I am started in QT and trying out to read keyboard values for our application. we also have the same destination as output /dev/input/event0, can you share the C file which reads the output from the same and also can you tell me how to add plugins I am not able to see the same output along with QT.Kindly give me some pointers.

    also tried creating plugins for keyboard but was unsuccesful.need help urgently
    regards
    Ravi chandran

Similar Threads

  1. Plugin embedded resources fails to load
    By deadbird in forum Qt Programming
    Replies: 1
    Last Post: 10th June 2011, 22:09
  2. Replies: 2
    Last Post: 15th April 2011, 11:33
  3. Qt embedded Keyboard Plugin problem
    By abar9 in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 20th January 2010, 06:37
  4. Not Working - USB Keyboard Plugin in Qt-Embedded
    By augusbas in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 16th July 2009, 10:57
  5. problem in Keyboard Plugin :QT-Embedded
    By augusbas in forum Qt for Embedded and Mobile
    Replies: 2
    Last Post: 15th July 2009, 05:58

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.