From d75700ce5cf1aed8805e8d35fe70cab571e22390 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Tue, 13 Jan 2026 13:22:28 +0300 Subject: [PATCH] refactor: rofi controls --- rofi/launchers/type-1/style-7.rasi | 10 ++++++---- rofi/styles/style-powermenu.rasi | 11 +++++++---- rofi/styles/style-powermodemenu.rasi | 11 +++++++---- rofi/styles/style-recorder.rasi | 11 +++++++---- 4 files changed, 27 insertions(+), 16 deletions(-) diff --git a/rofi/launchers/type-1/style-7.rasi b/rofi/launchers/type-1/style-7.rasi index 377c2c9..2c78457 100644 --- a/rofi/launchers/type-1/style-7.rasi +++ b/rofi/launchers/type-1/style-7.rasi @@ -224,10 +224,12 @@ error-message { } configuration { - kb-mode-next: "Shift+Right,Control+Tab,L"; - kb-mode-previous: "Shift+Left,H"; - kb-row-up: "K"; - kb-row-down: "J"; + kb-row-left: "H"; + kb-row-right: "L"; + kb-mode-next: "Shift+Right,Control+Tab,N"; + kb-mode-previous: "Shift+Left,M"; + kb-row-up: "K,Up"; + kb-row-down: "J,Down"; me-select-entry: ""; me-accept-entry: "!MousePrimary"; kb-cancel: "MousePrimary,Escape"; diff --git a/rofi/styles/style-powermenu.rasi b/rofi/styles/style-powermenu.rasi index f8f57dd..189af47 100644 --- a/rofi/styles/style-powermenu.rasi +++ b/rofi/styles/style-powermenu.rasi @@ -100,10 +100,13 @@ element-text, element-icon { } configuration { - kb-row-left: "h,H"; - kb-row-right: "l,L"; - kb-row-down: "j,J"; - kb-row-up: "k,K"; + kb-move-char-back: ""; + kb-move-char-forward: ""; + + kb-row-left: "h,H,Left"; + kb-row-down: "j,J,Down"; + kb-row-up: "k,K,Up"; + kb-row-right: "l,L,Right"; me-select-entry: ""; me-accept-entry: "!MousePrimary"; kb-cancel: "MousePrimary,Escape"; diff --git a/rofi/styles/style-powermodemenu.rasi b/rofi/styles/style-powermodemenu.rasi index 6e2e6cd..ae41740 100644 --- a/rofi/styles/style-powermodemenu.rasi +++ b/rofi/styles/style-powermodemenu.rasi @@ -101,10 +101,13 @@ element-text, element-icon { } configuration { - kb-row-left: "h,H"; - kb-row-down: "j,J"; - kb-row-up: "k,K"; - kb-row-right: "l,L"; + kb-move-char-back: ""; + kb-move-char-forward: ""; + + kb-row-left: "h,H,Left"; + kb-row-down: "j,J,Down"; + kb-row-up: "k,K,Up"; + kb-row-right: "l,L,Right"; me-select-entry: ""; me-accept-entry: "!MousePrimary"; kb-cancel: "MousePrimary,Escape"; diff --git a/rofi/styles/style-recorder.rasi b/rofi/styles/style-recorder.rasi index 6bcb656..49863d6 100644 --- a/rofi/styles/style-recorder.rasi +++ b/rofi/styles/style-recorder.rasi @@ -128,10 +128,13 @@ element-text, element-icon { } configuration { - kb-row-left: "h,H"; - kb-row-down: "j,J"; - kb-row-up: "k,K"; - kb-row-right: "l,L"; + kb-move-char-back: ""; + kb-move-char-forward: ""; + + kb-row-left: "h,H,Left"; + kb-row-down: "j,J,Down"; + kb-row-up: "k,K,Up"; + kb-row-right: "l,L,Right"; me-select-entry: ""; me-accept-entry: "!MousePrimary"; kb-cancel: "MousePrimary,Escape";