-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
-priority-High priorityHigh priorityfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-iOS' Code of Conduct
Description
Now that we have new expanded keyboard layouts thanks to #352, one thing that's needed is to add some styling and functionality to a few new buttons that we have. These include a tab key and a caps lock key.
Contribution
This issue is of high priority as it's needed so that we can release the new keyboard layouts for iPads. With that being said, the changes are not too difficult as it's mostly going in and making changes within the following function
@IBAction func executeKeyActions(_ sender: UIButton) { |
We'd need lines for case "indent"
and case "uppercase"
specifically :)
Metadata
Metadata
Assignees
Labels
-priority-High priorityHigh priorityfeatureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Done