A bit of code cleanup. Nothing should be changed at all functionally.
This commit is contained in:
@@ -67,4 +67,4 @@ class command:
|
|||||||
|
|
||||||
|
|
||||||
def set_callback(self, callback):
|
def set_callback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -62,4 +62,4 @@ class command:
|
|||||||
|
|
||||||
|
|
||||||
def set_callback(self, callback):
|
def set_callback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Emoji VMenu category
|
# Emoji VMenu category
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Flags emoji subcategory
|
# Flags emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added Canada flag to clipboard",
|
"Added Canada flag to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added UK flag to clipboard",
|
"Added UK flag to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added USA flag to clipboard",
|
"Added USA flag to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Food emoji subcategory
|
# Food emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added red apple to clipboard",
|
"Added red apple to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added avocado to clipboard",
|
"Added avocado to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added beer to clipboard",
|
"Added beer to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added birthday cake to clipboard",
|
"Added birthday cake to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added coffee to clipboard",
|
"Added coffee to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added donut to clipboard",
|
"Added donut to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added hamburger to clipboard",
|
"Added hamburger to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added pizza to clipboard",
|
"Added pizza to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added strawberry to clipboard",
|
"Added strawberry to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added taco to clipboard",
|
"Added taco to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Holidays emoji subcategory
|
# Holidays emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added alien monster to clipboard",
|
"Added alien monster to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added bat to clipboard",
|
"Added bat to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added black cat to clipboard",
|
"Added black cat to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added bunny to clipboard",
|
"Added bunny to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added mage to clipboard",
|
"Added mage to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added Christmas tree to clipboard",
|
"Added Christmas tree to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added coffin to clipboard",
|
"Added coffin to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added Easter egg to clipboard",
|
"Added Easter egg to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added fireworks to clipboard",
|
"Added fireworks to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added ghost to clipboard",
|
"Added ghost to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added gift to clipboard",
|
"Added gift to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added jack o'lantern to clipboard",
|
"Added jack o'lantern to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added mummy to clipboard",
|
"Added mummy to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added Santa to clipboard",
|
"Added Santa to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added shamrock to clipboard",
|
"Added shamrock to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added skull to clipboard",
|
"Added skull to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added snowman to clipboard",
|
"Added snowman to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added spider to clipboard",
|
"Added spider to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added turkey to clipboard",
|
"Added turkey to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added vampire to clipboard",
|
"Added vampire to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added spider web to clipboard",
|
"Added spider web to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added witch to clipboard",
|
"Added witch to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added zombie to clipboard",
|
"Added zombie to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Nature emoji subcategory
|
# Nature emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added butterfly to clipboard",
|
"Added butterfly to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added cat to clipboard",
|
"Added cat to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added cherry blossom to clipboard",
|
"Added cherry blossom to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added dog to clipboard",
|
"Added dog to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added moon to clipboard",
|
"Added moon to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added rainbow to clipboard",
|
"Added rainbow to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added rose to clipboard",
|
"Added rose to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added sun to clipboard",
|
"Added sun to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added sunflower to clipboard",
|
"Added sunflower to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added tree to clipboard",
|
"Added tree to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added the mighty wolf Fenrir to clipboard",
|
"Added the mighty wolf Fenrir to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# People emoji subcategory
|
# People emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added grinning face to clipboard",
|
"Added grinning face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added angry face to clipboard",
|
"Added angry face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added beaming face to clipboard",
|
"Added beaming face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added face blowing kiss to clipboard",
|
"Added face blowing kiss to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added cool face to clipboard",
|
"Added cool face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added crying face to clipboard",
|
"Added crying face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added devil face to clipboard",
|
"Added devil face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added dizzy face to clipboard",
|
"Added dizzy face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added exploding head to clipboard",
|
"Added exploding head to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added face with symbols to clipboard",
|
"Added face with symbols to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added grinning face with sweat to clipboard",
|
"Added grinning face with sweat to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added heart-eyes face to clipboard",
|
"Added heart-eyes face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added smiling face with hearts to clipboard",
|
"Added smiling face with hearts to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added angry face with horns to clipboard",
|
"Added angry face with horns to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added laughing face to clipboard",
|
"Added laughing face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added nauseated face to clipboard",
|
"Added nauseated face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added pleading face to clipboard",
|
"Added pleading face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added poop to clipboard",
|
"Added poop to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added rolling on floor laughing to clipboard",
|
"Added rolling on floor laughing to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added sad face to clipboard",
|
"Added sad face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added face savoring food to clipboard",
|
"Added face savoring food to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added screaming face to clipboard",
|
"Added screaming face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added shocked face to clipboard",
|
"Added shocked face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added smiling face to clipboard",
|
"Added smiling face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added smirking face to clipboard",
|
"Added smirking face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added thumbs up to clipboard",
|
"Added thumbs up to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added winking face to clipboard",
|
"Added winking face to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
# Symbols emoji subcategory
|
# Symbols emoji subcategory
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added chains to clipboard",
|
"Added chains to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added checkmark to clipboard",
|
"Added checkmark to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added bone to clipboard",
|
"Added bone to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added dagger to clipboard",
|
"Added dagger to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added fire to clipboard",
|
"Added fire to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added folded hands to clipboard",
|
"Added folded hands to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added heart to clipboard",
|
"Added heart to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added high voltage lightning bolt to clipboard",
|
"Added high voltage lightning bolt to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added hundred points to clipboard",
|
"Added hundred points to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added lightning to clipboard",
|
"Added lightning to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added peace sign to clipboard",
|
"Added peace sign to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added sign of the horns to clipboard",
|
"Added sign of the horns to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
+1
-1
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added skull and crossbones to clipboard",
|
"Added skull and crossbones to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added sparkles to clipboard",
|
"Added sparkles to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -19,4 +19,4 @@ class command():
|
|||||||
self.env["runtime"]["OutputManager"].present_text(
|
self.env["runtime"]["OutputManager"].present_text(
|
||||||
"Added star to clipboard",
|
"Added star to clipboard",
|
||||||
interrupt=False, flush=False
|
interrupt=False, flush=False
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -125,4 +125,4 @@ class ReadAllManager:
|
|||||||
|
|
||||||
# Use daemon thread to avoid blocking
|
# Use daemon thread to avoid blocking
|
||||||
thread = threading.Thread(target=continue_reading, daemon=True)
|
thread = threading.Thread(target=continue_reading, daemon=True)
|
||||||
thread.start()
|
thread.start()
|
||||||
|
|||||||
@@ -5,4 +5,4 @@
|
|||||||
# By Chrys, Storm Dragon, and contributors.
|
# By Chrys, Storm Dragon, and contributors.
|
||||||
|
|
||||||
version = "2025.08.31"
|
version = "2025.08.31"
|
||||||
code_name = "master"
|
code_name = "testing"
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user