Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for MCUs
  4. Cross-platform HID USB macropad that can access clipboard on any os
Forum Updated to NodeBB v4.3 + New Features

Cross-platform HID USB macropad that can access clipboard on any os

Scheduled Pinned Locked Moved Unsolved Qt for MCUs
1 Posts 1 Posters 643 Views
  • 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.
  • M Offline
    M Offline
    Mark1321
    wrote on last edited by
    #1

    I am coming from webdev background so I have no knowledge on this field.

    So what I want to do is a cross platform usb HID device that can access the clipboard on any os (capture and save copied data from any application like: image and video editors, excel, simple text etc...).

    Its essentially replaces the use of ctrl/cmd+c. If I press ctrl / cmd + one of the btns on the keypad it should copy the data, and if i simply press the key it should paste the data. Since the copied data can get large, it should be stored on the computer rather than the MCU.

    I am planning to use atmega32u4 but if there is a better MCU for this purpose I will go with that.

    My questions are:

    Can the driver take care of the logic, handle the copy paste, and use the storage of the computer to store this data?

    What language and libraries should I use? So far I been thinking to use Qt and libusbx.

    Is it possible to make it plug and play? And finally how should I go about it? Is there any guide, course, book where I could get the necessary knowledge?

    1 Reply Last reply
    0

    • Login

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