Merge pull request #4926 from jjaffeux/fixes-mouse-three
Uses computer_mouse as base name
|
@ -1465,7 +1465,6 @@ const groups = [
|
||||||
"studio_microphone",
|
"studio_microphone",
|
||||||
"medal_military",
|
"medal_military",
|
||||||
"computer_mouse",
|
"computer_mouse",
|
||||||
"mouse_three_button",
|
|
||||||
"newspaper_roll",
|
"newspaper_roll",
|
||||||
"spiral_notepad",
|
"spiral_notepad",
|
||||||
"oil_drum",
|
"oil_drum",
|
||||||
|
|
|
@ -6346,8 +6346,9 @@
|
||||||
"artificial_satellite": [
|
"artificial_satellite": [
|
||||||
"satellite_orbital"
|
"satellite_orbital"
|
||||||
],
|
],
|
||||||
"three_button_mouse": [
|
"computer_mouse": [
|
||||||
"mouse_three_button"
|
"mouse_three_button",
|
||||||
|
"three_button_mouse"
|
||||||
],
|
],
|
||||||
"hocho": [
|
"hocho": [
|
||||||
"knife"
|
"knife"
|
||||||
|
|
|
@ -173,7 +173,7 @@ EMOJI_ALIASES ||= {
|
||||||
"honeybee" => [ "bee" ],
|
"honeybee" => [ "bee" ],
|
||||||
"lion" => [ "lion_face" ],
|
"lion" => [ "lion_face" ],
|
||||||
"artificial_satellite" => [ "satellite_orbital" ],
|
"artificial_satellite" => [ "satellite_orbital" ],
|
||||||
"three_button_mouse" => [ "mouse_three_button" ],
|
"computer_mouse" => [ "mouse_three_button", "three_button_mouse" ],
|
||||||
"hocho" => [ "knife" ],
|
"hocho" => [ "knife" ],
|
||||||
"swimming_man" => [ "swimmer" ],
|
"swimming_man" => [ "swimmer" ],
|
||||||
"wind_face" => [ "wind_blowing_face" ],
|
"wind_face" => [ "wind_blowing_face" ],
|
||||||
|
@ -1676,7 +1676,6 @@ EMOJI_GROUPS ||= [
|
||||||
"studio_microphone",
|
"studio_microphone",
|
||||||
"medal_military",
|
"medal_military",
|
||||||
"computer_mouse",
|
"computer_mouse",
|
||||||
"mouse_three_button",
|
|
||||||
"newspaper_roll",
|
"newspaper_roll",
|
||||||
"spiral_notepad",
|
"spiral_notepad",
|
||||||
"oil_drum",
|
"oil_drum",
|
||||||
|
|
BIN
public/images/emoji/apple/mouse_three_button.png
Normal file
After Width: | Height: | Size: 734 B |
BIN
public/images/emoji/apple/three_button_mouse.png
Normal file
After Width: | Height: | Size: 734 B |
BIN
public/images/emoji/emoji_one/mouse_three_button.png
Normal file
After Width: | Height: | Size: 983 B |
BIN
public/images/emoji/emoji_one/three_button_mouse.png
Normal file
After Width: | Height: | Size: 983 B |
BIN
public/images/emoji/google/mouse_three_button.png
Normal file
After Width: | Height: | Size: 917 B |
BIN
public/images/emoji/google/three_button_mouse.png
Normal file
After Width: | Height: | Size: 917 B |
BIN
public/images/emoji/twitter/mouse_three_button.png
Normal file
After Width: | Height: | Size: 544 B |
BIN
public/images/emoji/twitter/three_button_mouse.png
Normal file
After Width: | Height: | Size: 544 B |
BIN
public/images/emoji/win10/mouse_three_button.png
Normal file
After Width: | Height: | Size: 615 B |
BIN
public/images/emoji/win10/three_button_mouse.png
Normal file
After Width: | Height: | Size: 615 B |