Replies: 6 comments 1 reply
-
The layout that you see I have been developing and finetuning since 2018, when I started coding on my phone. |
Beta Was this translation helpful? Give feedback.
-
Related to #76803 Can you share the keyboard app? |
Beta Was this translation helpful? Give feedback.
-
It is worth mentioning that keyboard text-editing shortcuts (Ctrl+key) do not really work (even with gboard), so having a built-in editor keyboard would be the best UX, in terms of layout as well. |
Beta Was this translation helpful? Give feedback.
-
This thing works well too. If you have a second Android device, you can turn it into a BT keyboard + mouse: https://play.google.com/store/apps/details?id=io.appground.blek |
Beta Was this translation helpful? Give feedback.
-
Hello 👋 Maybe you can be interested by this issue #10140 😊 |
Beta Was this translation helpful? Give feedback.
-
Earlier this year I have started writing a new keyboard app that has floating capability like gboard. Base is done, but needs all the keys and features implemented, but I don't really have much time for it now. |
Beta Was this translation helpful? Give feedback.
-
I am currently suffering with coding a custom floating keyboard layout for my Android tablet to work with Godot (suffering because I am not an Android coder), and I thought that maybe it could be a simplier task to implement in-editor keyboard as a dockable window.
https://github.com/roalyr/Simple-Keyboard-7row/releases/tag/s7row-keyboard-tablet-1.1.1
I have seen the plugin for 3.x that implements it, and thought that it may be re-used for the editor module:
https://godotengine.org/asset-library/asset/1328
The idea is that for large-screen device in landscape mode it could be handier to use a keyboard with one thumb either on left or right side, like what I am doing with my custom app:
When it is stretched on the bottom of the screen it takes away space and isn't handy to use when you hold your tablet with both hands. So in this case you have a phone-sized keyboard suited for the same thumb-typing.
Beta Was this translation helpful? Give feedback.
All reactions