You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,15 +4,15 @@ Modern emoji picker popup for desktop, based on the amazing [Emoji Mart](https:/
4
4
5
5
- 🍾 Built as a popup: quick invocation through your system custom shortcuts, and disappears when not needed, does not stay as a standalone window, does not run in the background
6
6
- 🔎 Search text box automatically focused and ready to type when invoked
7
-
- ⌨️ Can use the keyboard to navigate and select emojis
7
+
- ⌨️ Use the keyboard to navigate and select emojis
8
8
- 🌍 Complete translation in [22 languages](https://github.com/vemonet/EmojiMart/tree/main/src/data), it will use your system language automatically
9
9
- 🧠 Remember your favorite emojis
10
10
- ⚔️ Cross-platform, can be installed natively on Linux, MacOS, or Windows (although only tested on Linux at the moment)
11
-
- 🧑🚀 Uses modern and flexible technologies (TSX for the UI, Rust for the cross-platform compilation, what else?), making it easier to maintain and build upon in the future
12
-
- ✒️ On x11 the selected emoji is automatically pasted to your currently focused app, instead of being added to the clipboard! (it allows to uses emojis without losing what was copied before).
11
+
- 🧑🚀 Uses modern and flexible technologies
12
+
- ✒️ On x11 the selected emoji is automatically pasted to your currently focused app.
13
13
- ⚠️ Auto-paste can be enabled also on Wayland, but require to open permissions of `/dev/uinput`, which is not recommended for security.
14
14
15
-
🆕 This project just had its **first release**, it should be already usable, but you might face bugs as it is not yet battle tested (especially regarding auto-paste). Please report any weird behavior in the GitHub issues! And feel free to contribute, the codebase is quite small and understandable.
15
+
Please report any weird behavior in the GitHub issues! And feel free to contribute, the codebase is quite small and understandable.
16
16
17
17

18
18
@@ -71,7 +71,7 @@ flatpak run io.github.vemonet.EmojiMart --lang fr
71
71
gsettings set org.gnome.mutter center-new-windows true
72
72
```
73
73
74
-
<!--
74
+
<!--
75
75
76
76
##### ⚠️ Enable auto-paste on Wayland
77
77
@@ -145,13 +145,10 @@ Inspired by:
145
145
146
146
-[x] Auto-paste on Wayland: currently using `ydotool` requires too many permissions (`--device=all` and user r/w access to `/dev/uinput`).
147
147
148
-
-[ ] Use [libei](https://gitlab.freedesktop.org/libinput/libei): once it has been implemented by mutter: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2628
149
-
-[ ]And merged to flatpak https://github.com/flatpak/xdg-desktop-portal/pull/762
148
+
-[ ] Use [libei](https://gitlab.freedesktop.org/libinput/libei): once it has been implemented by mutter: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2628 and merged to flatpak https://github.com/flatpak/xdg-desktop-portal/pull/762
149
+
-[ ]Recent rust crate for libei protocol: https://crates.io/crates/reis
150
150
151
-
-[ ] On x11: improve the process to add the emoji to the clipboard > paste > close the app. Currently there is an issue with `xdotool` clearing the clipboard when called from tauri
152
151
-[ ] Select multiple emoji when pressing a specific key, e.g. when pressing shift?
153
-
-[ ] Check if working properly on MacOS
154
-
-[ ] Check if working properly on Windows
155
152
-[ ] Add auto-paste on Windows and MacOS when the compatibility between Enigo and Tauri is resolved (cf. https://github.com/enigo-rs/enigo/issues/15 and https://github.com/tauri-apps/tauri/issues/6421)
0 commit comments