Chris Rizzitello

Results 607 comments of Chris Rizzitello

Can you try this please ``` #include // at the top with the other includes void KeyMap::foreachKey(ForeachKeyCallback cb, void *userData) { for (const auto &[keyId, keyGroup] : m_keyIDMap) { for...

thanks can you try this please ``` void KeyMap::foreachKey(ForeachKeyCallback cb, void *userData) { for (auto &[keyId, keyGroup] : m_keyIDMap) { for (size_t group = 0; group < keyGroup.size(); ++group) {...

How about this ? ``` void KeyMap::foreachKey(ForeachKeyCallback cb, void *userData) { for (auto &[keyId, keyGroup] : m_keyIDMap) { for (size_t group = 0; group < keyGroup.size(); ++group) { KeyEntryList &entryList...

ok cool lets try some More Starting with the top and don't test any after you find one that works lmk what one is working please 1 ``` void KeyMap::foreachKey(ForeachKeyCallback...

Made a pr #8856 that solves this for X11

Sorry i missed that as i looked for input capture not eis

This is also not remote desktop portal its input capture https://github.com/flatpak/xdg-desktop-portal/pull/714

Perhaps this should be reopened and #268 should mention that it fixes this ?

That would be this issue https://github.com/hyprwm/xdg-desktop-portal-hyprland/issues/252

drafting until there is something to review.