Skip to content

Commit

Permalink
Try to fake Apple’s accent typing: base first, then accent
Browse files Browse the repository at this point in the history
  • Loading branch information
snomos committed Oct 5, 2023
1 parent 1e60f18 commit 52a5f05
Showing 1 changed file with 40 additions and 3 deletions.
43 changes: 40 additions & 3 deletions fao.kbdgen/layouts/fo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ iOS:
\s{spacer:1.75} - / : ; ( ) kr & @ $ £ \s{return:1.75}
\s{spacer:3.25} … . , ? ! ' " _ € \s{spacer:2.25}
deadKeys:
default: ['´']
shift: ['´']
caps: ['´']
default: ['´', 'a', 'e', 'i', 'o', 'u', 'y']
shift: ['´', 'A', 'E', 'I', 'O', 'U', 'Y']
caps: ['´', 'A', 'E', 'I', 'O', 'U', 'Y']
chromeOS:
config:
locale: da
Expand Down Expand Up @@ -163,6 +163,43 @@ transforms:
U: Ú
'y': ý
'Y': Ý
a:
' ': a
'´': á
e:
' ': e
'´': é
i:
' ': i
'´': í
o:
' ': o
'´': ó
u:
' ': u
'´': ú
'y':
' ': 'y'
'´': ý
A:
' ': A
'´': Á
E:
' ': E
'´': É
I:
' ': I
'´': Í
O:
' ': O
'´': Ó
U:
' ': U
'´': Ú
'Y':
' ': 'Y'
'´': Ý

longpress:
A: Á
E: É
Expand Down

0 comments on commit 52a5f05

Please sign in to comment.