Skip to content

Commit bcc73eb

Browse files
committed
Add prev/next/more icons
1 parent cdbd811 commit bcc73eb

7 files changed

Lines changed: 22 additions & 4 deletions

File tree

assets/go-more.png

7.02 KB
Loading

assets/go-next.png

3.51 KB
Loading

assets/go-previous.png

3.5 KB
Loading

decks/emoticons.deck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
[keys.widget]
121121
id = "button"
122122
[keys.widget.config]
123-
icon = "assets/go-previous.png"
123+
icon = "assets/go-more.png"
124124
label = "More"
125125
[keys.action]
126126
deck = "decks/emoticons_more.deck"

decks/emoticons_more.deck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
[keys.widget]
121121
id = "button"
122122
[keys.widget.config]
123-
icon = "assets/go-previous.png"
123+
icon = "assets/go-more.png"
124124
label = "More"
125125
[keys.action]
126126
deck = "decks/hand_signs.deck"

decks/hand_signs.deck

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
[keys.widget]
8585
id = "button"
8686
[keys.widget.config]
87-
icon = "assets/go-previous.png"
87+
icon = "assets/go-more.png"
8888
label = "More"
8989
[keys.action]
9090
deck = "decks/symbols.deck"

decks/symbols.deck

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,30 @@
6161
[keys.action]
6262
paste = "❤️"
6363

64+
[[keys]]
65+
index = 7
66+
[keys.widget]
67+
id = "button"
68+
[keys.widget.config]
69+
icon = "assets/emoticons/heart-with-arrow.png"
70+
[keys.action]
71+
paste = "💘"
72+
73+
[[keys]]
74+
index = 8
75+
[keys.widget]
76+
id = "button"
77+
[keys.widget.config]
78+
icon = "assets/emoticons/eyes.png"
79+
[keys.action]
80+
paste = "👀"
81+
6482
[[keys]]
6583
index = 13
6684
[keys.widget]
6785
id = "button"
6886
[keys.widget.config]
69-
icon = "assets/go-previous.png"
87+
icon = "assets/go-more.png"
7088
label = "More"
7189
[keys.action]
7290
deck = "decks/emoticons.deck"

0 commit comments

Comments
 (0)