mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
Disable autocapitalization
This commit is contained in:
parent
bcf07e218d
commit
39355184d1
@ -77,6 +77,9 @@
|
||||
- (UITextSmartInsertDeleteType)smartInsertDeleteType API_AVAILABLE(ios(11)) {
|
||||
return UITextSmartInsertDeleteTypeNo;
|
||||
}
|
||||
- (UITextAutocapitalizationType)autocapitalizationType {
|
||||
return UITextAutocapitalizationTypeNone;
|
||||
}
|
||||
|
||||
/*
|
||||
This code is the hacks that will be needed to remap caps lock to control. They're commented out for now.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user