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. Use of Ctrl combination keys

Use of Ctrl combination keys

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

    hello,everyone:

       I used QT to design a program to identify a combination of keys.
    
       For example, Ctrl+1, Ctrl+2, Ctrl+3, Ctrl+4 and so on, the program works normally under Windows and receives the corresponding ASCII characters of 49, 50, 51, 52.
    
       But in the system designed with am3358 core board, the corresponding ASCII acceptance characters of 40, 59, 92, 93.
    
       Which reasons may cause the above phenomenon?
    
                                                               thank you !
    
    jsulmJ 1 Reply Last reply
    0
    • H HughYZ

      hello,everyone:

         I used QT to design a program to identify a combination of keys.
      
         For example, Ctrl+1, Ctrl+2, Ctrl+3, Ctrl+4 and so on, the program works normally under Windows and receives the corresponding ASCII characters of 49, 50, 51, 52.
      
         But in the system designed with am3358 core board, the corresponding ASCII acceptance characters of 40, 59, 92, 93.
      
         Which reasons may cause the above phenomenon?
      
                                                                 thank you !
      
      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @hughyz said in Use of Ctrl combination keys:

      Which reasons may cause the above phenomenon?

      A different keyboard layout for example

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      1

      • Login

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