You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Every layout the app ships - Settings ▸ Keyboard ▸ Layouts picks which ones the keyboard cycles through and in what order.
Swiping the space bar down steps that cycle. You can also bind a key to it (keyboard.cycle_layout), jump straight to a layout by name (keyboard.select_layout latn_dvorak), or pick one from the command palette, where the Keyboard section lists the cycle once it holds more than one layout.
Your own ~/.termux/keyboard/layout.xml is the first entry in the cycle, so a custom layout sits alongside the shipped ones rather than replacing them.
Fixes
fixed issue where bootstrap fails in some (most) cases. Sorry boys, i got lazy during last release and did not run usual tests.
Fixed issue where the surface editor would appear collapsed fully in some cases.