-
Notifications
You must be signed in to change notification settings - Fork 185
iOS keyboard support #1405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
iOS keyboard support #1405
Conversation
crap wait i forgot to make it call for repeats |
this will crash on jitless (ObjcHook::create causes a crash) |
why does it crash anyways also i'm not getting that crash when testing in jitless, and no i am not currently jailbroken |
you would get something like this when hooking:
|
made into a draft until i fix jitless |
works on jitless now, though good luck hooking cckeyboarddispatcher on jitless! (you cant) |
i completely misunderstood by the way and was thinking of hooking I think, not sure what i was thinking when i wrote that |
Makes CCKeyboardDispatcher::dispatchKeyboardMSG get called when using a keyboard on iOS, hopefully I didn't commit too many war crimes