Wayland: Implement support for clipboard copy/paste

Fix #855
This commit is contained in:
Kovid Goyal
2018-09-05 17:54:26 +05:30
parent bbe8bcb28d
commit 128b9e1cd0
5 changed files with 161 additions and 9 deletions

View File

@@ -15,6 +15,8 @@ Changelog
- Linux: Fix numpad arrow keys not working when num lock is off (:iss:`857`)
- Wayland: Implement support for clipboard copy/paste (:iss:`855`)
- Allow mapping shortcuts using the raw key code from the OS (:iss:`848`)
- Allow mapping of individual keypresses without modifiers as shortcuts