- Notifications
You must be signed in to change notification settings - Fork131
Mobile friendly keyboard layout#1109
-
Any estimates on when this mobile friendly layout will be shipped?
I was going through the code but wasn't sure what this touch functionality meant. |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment 1 reply
-
The touch functionality is basically just the ability to touch the UI.Input element to place the cursor position! The current keyboard layout contains arrow keys to get around this, but the "mobile" layout there does not. You can call these functions with custom layouts from the top level already in v0.4 preview builds! So if you want to use this layout, or use the layout as a base for your own keyboard, try it with |
BetaWas this translation helpful?Give feedback.
All reactions
❤️ 1
-
Ahh I see, I'm going to try that! Thank you for the pointers! |
BetaWas this translation helpful?Give feedback.