From b877a6febb55d62f131d9b677712b025e6378d13 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 25 Dec 2024 06:47:33 +0300 Subject: [PATCH] OnlyOffice: Add tab switch for future possible wayland support. --- 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 f577fc5..fde36f7 100644 --- a/home/file/keyd/module/OnlyOffice.nix +++ b/home/file/keyd/module/OnlyOffice.nix @@ -2,6 +2,8 @@ { file = (pkgs.formats.ini { }).generate "keyd-onlyoffice-config" { "onlyoffice-desktop-editors" = { + "alt.E" = "C-tab"; + "alt.Q" = "C-S-tab"; "alt.a" = "home"; "alt.b" = "pageup"; "alt.d" = "end";