mirror of
https://github.com/tytydraco/LADB.git
synced 2026-04-27 00:15:59 +03:00
[GH-ISSUE #17] AOSP version S - no return key present on keyboard #15
Labels
No labels
bug
documentation
enhancement
enhancement
good first issue
help wanted
pull-request
question
question
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LADB#15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @serviceberry3 on GitHub (Jun 5, 2021).
Original GitHub issue: https://github.com/tytydraco/LADB/issues/17
Awesome work. I'm running aosp_flame-userdebug S AOSP.MASTER. When the keyboard pops up to type in shell cmds, there's no return key; in it's place is the emoji keyboard button. This can be fixed by changing
android:inputType="textNoSuggestions|textShortMessage"toandroid:inputType="textNoSuggestions|text"in activity_main.xml, for example.@tytydraco commented on GitHub (Jun 5, 2021):
Thanks! Could you try testing this change on your device if you haven't already? I can merge it after. I don't own an Android 12 device is the reason.
@serviceberry3 commented on GitHub (Jun 9, 2021):
@tytydraco Yup, I tested it
@tytydraco commented on GitHub (Jun 9, 2021):
github.com/tytydraco/LADB@3a51f3d5f8Problem solved. Thanks for the help!