Added enter key as a way to invoke the current focused FlowBoxChild c…#5
Added enter key as a way to invoke the current focused FlowBoxChild c…#5Ano-sys wants to merge 1 commit into
Conversation
…licked event (copy emoji to clip) - added c key event to return to category bar when arrow navigating through FlowBox - window is terminated with exit(0) with method _close_window now, previously it was just hide
|
Hello @Ano-sys , thanks for the contribution! I tested the changes and noticed a couple of things:
Could you have a look? |
|
Hi, I wrote a comment under the issue to explain my view on the escape behavior. For c the focus is moved not to the main category bar with Emoji, Emoticons, Arrows, ..., instead the emoji category selection is focused. I fond myself stuck in the lower emoji selection, when navigating with the keyboard, this was a fast and easy solution to escape the capture int the FlowBox. |
|
Thanks for clarifying. I see what you mean now. The |
Add keyboard shortcuts for FlowBox navigation
Enter now activates the currently focused FlowBoxChild to copy the emoji to the clipboard.
The c key returns focus to the category bar while navigating through the FlowBoxes.