rofi: Unbind Shift+Tab as it is bound by default

With a new version, Tab and Shift+Tab (ISO_Left_Tab) are bound to
kb-element-{next,prev}.
This commit is contained in:
2022-09-09 02:24:55 +02:00
parent 22ad215f62
commit 7353a51132

View File

@@ -20,7 +20,7 @@ configuration {
/* Add Vim like bindings */
kb-mode-previous: "Control+h,Left,Control+ISO_Left_Tab";
kb-row-down: "Control+j,Down,Control+n";
kb-row-up: "Control+k,Up,Control+p,ISO_Left_Tab";
kb-row-up: "Control+k,Up,Control+p";
kb-mode-next: "Control+l,Right,Control+Tab";
}