mirror of
https://github.com/ish-app/ish.git
synced 2026-02-01 14:32:26 +00:00
parent
4bed6605d6
commit
d6c76aa24e
@ -252,7 +252,7 @@ static const char *metaKeys = "abcdefghijklmnopqrstuvwxyz0123456789-=[]\\;',./";
|
||||
[self addKeys:alphabet withModifiers:UIKeyModifierShift];
|
||||
[self addKey:@"" withModifiers:UIKeyModifierAlphaShift]; // otherwise tap of caps lock can switch layouts
|
||||
}
|
||||
if (UserPreferences.shared.capsLockMapping == OptionMapEsc) {
|
||||
if (UserPreferences.shared.optionMapping == OptionMapEsc) {
|
||||
[self addKeys:metaKeys withModifiers:UIKeyModifierAlternate];
|
||||
}
|
||||
if (UserPreferences.shared.backtickMapEscape) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user