diff --git a/docs/ba_module.md b/docs/ba_module.md index 03663df2..d2f091d9 100644 --- a/docs/ba_module.md +++ b/docs/ba_module.md @@ -151,6 +151,7 @@
ba.IntSetting(name: str, default: int, min_value: int = 0, max_value: int = 9999, increment: int = 1)
+<top level class> +
+Chars definitions for on-screen keyboard.
+ +Category: App Classes
+ +Keyboards are discoverable by the meta-tag system + and the user can select which one they want to use. + On-screen keyboard uses chars from active ba.Keyboard.
+ +List[Tuple[str, ...]]
+Used for row/column lengths.
+ +str
+Displays when user selecting this keyboard.
+ +Tuple[str, ...]
+The 'num' page.
+ +Dict[str, Tuple[str, ...]]
+Extra chars like emojis.
+