From 9f57c4194e10d939a4aaa3c9713efa75c6198be4 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 25 Dec 2024 06:22:16 +0300 Subject: [PATCH] OnlyOffice: Add y/p to copy/paste. --- home/file/keyd/module/OnlyOffice.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/file/keyd/module/OnlyOffice.nix b/home/file/keyd/module/OnlyOffice.nix index d961ab29..f577fc55 100644 --- a/home/file/keyd/module/OnlyOffice.nix +++ b/home/file/keyd/module/OnlyOffice.nix @@ -12,12 +12,14 @@ "alt.j" = "down"; "alt.k" = "up"; "alt.l" = "right"; + "alt.p" = "C-v"; "alt.q" = "A-pageup"; "alt.r" = "C-y"; "alt.s" = "C-end"; "alt.u" = "C-z"; "alt.v" = "S-space"; "alt.w" = "C-home"; + "alt.y" = "C-c"; }; }; }