Skip to content

Switch to the system keyboard and switch back #8

@Satsrag

Description

@Satsrag

We can use assumeControlNotifier to switch to system keyboard. However this method not working well right now.

          final ValueNotifier<bool> _assumeControlNotifier = ValueNotifier<bool>(false);
          ...
          EmbedKeyboard(
            assumeControlNotifier: _assumeControlNotifier,
            layoutBuilders: [
              (i) => ZcodeLayout(i, converter: DBZcodeLayoutConverter()),
              EnglishLayout.create,
            ],
          ),
          ...
         _assumeControlNotifier.value = true/false

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions