-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch adds support for Copy/Paste operations inside text fields, by allowing a long-press in the text field to pop up an option menu with the Copy/Paste options. The Ctrl+Shift+C/V and XF86_Copy/Paste keys are also supported. Additionally pasting into engine text fields has been enabled through IME, by adding `Paste` as a new option menu entry. Closes #68.
- Loading branch information
1 parent
4bfb62c
commit a2b1e95
Showing
8 changed files
with
440 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.