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. Not getting Windows IME events when emoji is selected from Windows Emoji popup.
Forum Updated to NodeBB v4.3 + New Features

Not getting Windows IME events when emoji is selected from Windows Emoji popup.

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

    Hi,

    I have an application that intercepts Window IME messages and finds out what character is entered in the case of SEA languages - Chinese(Traditional), Chinese(simplified), Korean, and Japanese. I found that when an emoji is entered from the Windows Emoji keyboard by pressing Win + .(period) shortcut, I'm not getting any event in "nativeEventFilter". However, on spy software, I can see all the messages - WM_IME_STARTCOMPOSITION, WM_IME_COMPOSITION, and WM_IME_ENDCOMPOSITION being sent to the window. Can anyone please help me with this?

    I'm using a QWindow not a QQuickWindow. And I do not have any type of input control on this window. This window is just there to receive all the events and process them.

    I've also tried it separately on a qml window with a TextInput field and even then also, no event is received for Window emojis.

    Does anyone have any working samples which is in Qt 5.15 and captures Window emoji events ??

    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