Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Key repeat on embedded Linux
Forum Updated to NodeBB v4.3 + New Features

Key repeat on embedded Linux

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 1.5k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    ShawnG
    wrote on 12 Jul 2012, 21:29 last edited by
    #1

    Hello,
    I have an embedded device that has 8 keys (lt, rt, up, dn, back, etc...). The GUI has a QTableWidget that may contain many rows which the user can navigate up and down. The keys do not appear to send repeat events, so currently the user must press and release the key to go up or down over and over. What would be a good approach to adding auto repeat? I have already considered detecting the key press and starting a timer that would then simulate repeats and stop the timer upon key release, but I was hoping for something more lower-level than in the GUI code.

    Also, when I run in QVFB on my x86, the keys do repeat, just not on the device.

    Thanks!

    1 Reply Last reply
    0

    1/1

    12 Jul 2012, 21:29

    • Login

    • Login or register to search.
    1 out of 1
    • First post
      1/1
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved