@@ -73,13 +73,13 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
73
73
SwipeDirection .TOP to
74
74
KeyC (
75
75
display = KeyDisplay .TextDisplay (" ^" ),
76
- action = KeyAction .ComposeLastKey (" ^" ),
76
+ action = KeyAction .CommitText (" ^" ),
77
77
color = ColorVariant .MUTED ,
78
78
),
79
79
SwipeDirection .TOP_LEFT to
80
80
KeyC (
81
81
display = KeyDisplay .TextDisplay (" `" ),
82
- action = KeyAction .ComposeLastKey (" `" ),
82
+ action = KeyAction .CommitText (" `" ),
83
83
color = ColorVariant .MUTED ,
84
84
),
85
85
SwipeDirection .LEFT to
@@ -114,7 +114,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
114
114
SwipeDirection .TOP_RIGHT to
115
115
KeyC (
116
116
display = KeyDisplay .TextDisplay (" ´" ),
117
- action = KeyAction .ComposeLastKey (" '" ),
117
+ action = KeyAction .CommitText (" '" ),
118
118
color = ColorVariant .MUTED ,
119
119
),
120
120
),
@@ -132,7 +132,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
132
132
SwipeDirection .TOP to
133
133
KeyC (
134
134
display = KeyDisplay .TextDisplay (" ˘" ),
135
- action = KeyAction .ComposeLastKey (" ˘" ),
135
+ action = KeyAction .CommitText (" ˘" ),
136
136
color = ColorVariant .MUTED ,
137
137
),
138
138
SwipeDirection .LEFT to
@@ -341,7 +341,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
341
341
SwipeDirection .TOP_LEFT to
342
342
KeyC (
343
343
display = KeyDisplay .TextDisplay (" ~" ),
344
- action = KeyAction .ComposeLastKey (" ~" ),
344
+ action = KeyAction .CommitText (" ~" ),
345
345
color = ColorVariant .MUTED ,
346
346
),
347
347
SwipeDirection .LEFT to
@@ -386,7 +386,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
386
386
SwipeDirection .TOP_LEFT to
387
387
KeyC (
388
388
display = KeyDisplay .TextDisplay (" \" " ),
389
- action = KeyAction .ComposeLastKey (" \" " ),
389
+ action = KeyAction .CommitText (" \" " ),
390
390
color = ColorVariant .MUTED ,
391
391
),
392
392
SwipeDirection .BOTTOM_LEFT to
@@ -462,7 +462,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_MAIN =
462
462
SwipeDirection .TOP_RIGHT to
463
463
KeyC (
464
464
display = KeyDisplay .TextDisplay (" °" ),
465
- action = KeyAction .ComposeLastKey (" °" ),
465
+ action = KeyAction .CommitText (" °" ),
466
466
color = ColorVariant .MUTED ,
467
467
),
468
468
),
@@ -515,7 +515,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
515
515
SwipeDirection .TOP_RIGHT to
516
516
KeyC (
517
517
display = KeyDisplay .TextDisplay (" ¿¡" ),
518
- action = KeyAction .ComposeLastKey (" !" ),
518
+ action = KeyAction .CommitText (" !" ),
519
519
color = ColorVariant .MUTED ,
520
520
),
521
521
),
@@ -533,13 +533,13 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
533
533
SwipeDirection .TOP to
534
534
KeyC (
535
535
display = KeyDisplay .TextDisplay (" ^" ),
536
- action = KeyAction .ComposeLastKey (" ^" ),
536
+ action = KeyAction .CommitText (" ^" ),
537
537
color = ColorVariant .MUTED ,
538
538
),
539
539
SwipeDirection .TOP_LEFT to
540
540
KeyC (
541
541
display = KeyDisplay .TextDisplay (" `" ),
542
- action = KeyAction .ComposeLastKey (" `" ),
542
+ action = KeyAction .CommitText (" `" ),
543
543
color = ColorVariant .MUTED ,
544
544
),
545
545
SwipeDirection .LEFT to
@@ -574,7 +574,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
574
574
SwipeDirection .TOP_RIGHT to
575
575
KeyC (
576
576
display = KeyDisplay .TextDisplay (" ´" ),
577
- action = KeyAction .ComposeLastKey (" '" ),
577
+ action = KeyAction .CommitText (" '" ),
578
578
color = ColorVariant .MUTED ,
579
579
),
580
580
),
@@ -592,7 +592,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
592
592
SwipeDirection .TOP to
593
593
KeyC (
594
594
display = KeyDisplay .TextDisplay (" ˘" ),
595
- action = KeyAction .ComposeLastKey (" ˘" ),
595
+ action = KeyAction .CommitText (" ˘" ),
596
596
color = ColorVariant .MUTED ,
597
597
),
598
598
SwipeDirection .LEFT to
@@ -808,7 +808,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
808
808
SwipeDirection .TOP_LEFT to
809
809
KeyC (
810
810
display = KeyDisplay .TextDisplay (" ~" ),
811
- action = KeyAction .ComposeLastKey (" ~" ),
811
+ action = KeyAction .CommitText (" ~" ),
812
812
color = ColorVariant .MUTED ,
813
813
),
814
814
SwipeDirection .LEFT to
@@ -853,7 +853,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
853
853
SwipeDirection .TOP_LEFT to
854
854
KeyC (
855
855
display = KeyDisplay .TextDisplay (" \" " ),
856
- action = KeyAction .ComposeLastKey (" \" " ),
856
+ action = KeyAction .CommitText (" \" " ),
857
857
color = ColorVariant .MUTED ,
858
858
),
859
859
SwipeDirection .BOTTOM_LEFT to
@@ -929,7 +929,7 @@ val KB_DE_MESSAGEASE_SYMBOLS_SHIFTED =
929
929
SwipeDirection .TOP_RIGHT to
930
930
KeyC (
931
931
display = KeyDisplay .TextDisplay (" °" ),
932
- action = KeyAction .ComposeLastKey (" °" ),
932
+ action = KeyAction .CommitText (" °" ),
933
933
color = ColorVariant .MUTED ,
934
934
),
935
935
),
0 commit comments