pat-flew

Results 9 comments of pat-flew

I had the same issue on Android. Reattaching events to the return value of the `cordova.InAppBrowser.open('http://google.com', '_system')` call seemed to resolve for me at the time. The issue didn't appear...

Just ran into this too. I'm not sure it's the intended behaviour. It only seems to happen on android, for instance. Attaching all events to whatever's returned by the _system...

YMMV but a partial workaround that for me at least (in Gnome) was updating the code to add a new modifier associated with an unused uinput key, and mapping that...

Hi @bjohas. IIRC, I didn't have any luck using undefined codes so switched to using an existing key and didn't investigate further, since that was enough for my use-case at...

@bjohas - Super is defined in Keys.py, mapped to Meta as you previously noted. Treating super and meta interchangeably is probably one of several conventions arising out of the fact...

This is likely because the multipurpose handler doesn't send the modifier press event when the press-down timer has elapsed but instead alongside the next keypress. As it is, xkeysnail is...

Same issue here, as soon as I make reference to the useMutation, useSubscription, or useQuery composables. useAsyncQuery and useLazyAsyncQuery composables do not do this. Since it seems to be an...

I could get past this by installing "@vue/apollo-composable" manually, but hitting other issues also mentioned in #550.

Hopefully; the later suggestion in https://github.com/nuxt-modules/apollo/issues/550#issuecomment-1775884358 has been working for me so far @PierreCavalet