From 5c8b4adc964c963388677664e561c6b9aa1a78e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Fri, 2 Aug 2024 18:11:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20config(rofi):=20add=20some?= =?UTF-8?q?=20new=20keybindings=20to=20select=20prev=20and=20next=20item?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/rofi/config.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 3f614755..9f501e87 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -13,8 +13,8 @@ configuration { hover-select: true; // Keybindings - kb-row-up: "Control+k"; - kb-row-down: "Control+j"; + kb-row-up: "Control+k,Up"; + kb-row-down: "Control+j,Down"; kb-accept-entry: "Return,KP_Enter"; kb-remove-to-eol: "";