From 65b6d510def03f00e01171e39c1747cbba22c532 Mon Sep 17 00:00:00 2001
From: Eric Froemling
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.
+