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: content/projects/kde/wayland-emoji-picker.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ By moving the emoji picker into KWin, we can safely bypass Wayland's strict inpu
24
24
3.**Secure Injection**: Upon selection, KWin calls `InputMethod::commitString()` to safely inject the emoji into the active text buffer.
25
25
4.**Input Interception**: Keyboard events are temporarily routed to the overlay's search field without stealing focus from the target application, preventing flicker or glitches.
26
26
27
+
The picker can be easily triggered using Meta + . (period) and allows you to search for emojis and insert them into the active text buffer.
0 commit comments