Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Using virtual key's with windows
Forum Updated to NodeBB v4.3 + New Features

Using virtual key's with windows

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 634 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.
  • J Offline
    J Offline
    Jeronimo
    wrote on last edited by
    #1

    Hello all. I'm doing one virtual key board and i am searching one way to use virtual keys like control, alt etc it's for windows.
    I use this code:
    if( wParam == WM_SYSKEYDOWN ){
    switch (wParam)
    {
    case VK_SHIFT:

                               qDebug() << "prueba";
    
                               break;
    
                           default:
                               break;
                       }
       }
    

    But seems not to work. I'm using hook of microsoft. Bye! Maybe i need to include some library??

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Are you looking for the QtVirtualKeyboard module ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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