-
Notifications
You must be signed in to change notification settings - Fork 290
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
Reload the keyboard using the in-keyboard settings #103
Comments
Have you figured this out? |
You need to modify the actual views of the keys. The Keyboard class only points to the Keys. Changing the Keyboard will not change the views.
|
I checked a lot of forks and made a func and use a bool to track the changes in settings
I call it this way
I use it in a published app but i get some crashes on the extension PlugInKit: -[PKService run] and others - i do not use full access |
Hi,
I put an option in the settings to change the keyboard characters
to switch from qwerty to azerty
I made a
and a
I overriden createSettings and @IBAction override func toggleSettings()
the value of preference.isQwerty is set correctly but I do not know what command to use to change the characters at the close of the settings and where call it
I tried to write self.keyboard = myKeyboard() after changing the setting but does not works
*If I hit the globe button and change the keyboard when appears again is set and works correctly
do you have any advice?
thanks
The text was updated successfully, but these errors were encountered: