Commit 65932e6
Bind clipboard media keys (XF86Paste/Copy)
Route <XF86Paste> through ghostel-yank (mirroring C-y and darwin s-v)
and map <XF86Copy> to kill-ring-save. Without explicit
bindings these fall through to the global yank/kill-region, which
write to the Emacs buffer and get overpainted by the next redraw.1 parent f05e0db commit 65932e6
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
941 | 941 | | |
942 | 942 | | |
943 | 943 | | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
944 | 947 | | |
945 | 948 | | |
946 | 949 | | |
| |||
0 commit comments